Commit graph

12594 commits

Author SHA1 Message Date
Jakob Bornecrantz
7cc23a9eae i915: Implement and use the reworked batchbuffer code 2008-06-02 17:24:30 +02:00
Jakob Bornecrantz
4ee14279f3 i915: Rework of batchbuffer code 2008-06-02 17:24:30 +02:00
José Fonseca
5a67df6d7c scons: Integrate gdi winsys.
Conditional build of the winsys based on the platform.
2008-06-03 00:05:54 +09:00
José Fonseca
7c22bb383a gdi: Port of the gdi mesa driver to gallium (Alan Hourihane). 2008-06-03 00:05:54 +09:00
Keith Whitwell
6a39bcf375 draw: fast element translate path without delta 2008-06-02 14:37:03 +01:00
José Fonseca
e0860518df gallium: Replace XSTDCALL by PIPE_CDECL. 2008-06-02 22:31:02 +09:00
José Fonseca
8d9a96386a gallium: Port util_time functions to windows userspace. 2008-06-02 21:45:25 +09:00
José Fonseca
5027411134 gallium: More tweaks for the cosf/sinf logic. 2008-06-02 21:43:31 +09:00
José Fonseca
aa1a39d1a7 rtasm: Use enum sse_cc in sse_cmpps. 2008-06-02 20:46:05 +09:00
José Fonseca
acdf24e530 gallium: Fix log<->cos typo in logf. 2008-06-02 20:28:50 +09:00
Jakob Bornecrantz
c1949e2bd3 i915: Fixed some warnings 2008-06-02 13:00:32 +02:00
Jakob Bornecrantz
f4364cd1a6 i915: Fixed initialization of surface 2008-06-02 12:59:59 +02:00
José Fonseca
9b50043ea9 gallium: Hopefully fix the cosf/sinf/etc. conditional compolation logic for good. 2008-06-02 19:46:18 +09:00
José Fonseca
275fc32d58 gallium: Identify each Windows platform individually from scons. 2008-06-02 19:46:18 +09:00
José Fonseca
5b86ae60fe draw: Fix MSVC warnings. 2008-06-02 19:46:18 +09:00
Michal Krol
2c7ae3371b tgsi: Add assertions to the new rule that when an extended swizzle
is used, the simple swizzle must be set to identity.
2008-06-02 11:59:04 +02:00
Michal Krol
49ed85d6b1 brw: SWZ no longer aliases MOV. 2008-06-02 11:42:16 +02:00
Michal Krol
dfd30b8786 i915: SWZ no longer aliases MOV. 2008-06-02 11:41:17 +02:00
Michal Krol
dc6068a8bc cell: SWZ no longer aliases MOV. 2008-06-02 11:40:44 +02:00
Michal Krol
c6ae627fdc tgsi: SWZ no longer aliases to MOV. 2008-06-02 11:39:59 +02:00
Michal Krol
837d49a84e gallium: The SWZ opcode no longer aliases MOV.
Also, when the extended swizzle token is used, the simple swizzle
and negate are set to X,Y,Z,W and FALSE, respectively.
2008-06-02 11:34:56 +02:00
Michal Krol
a3212ee313 mesa: Fix build after TGSI declaration interface changes. 2008-05-31 19:55:27 +02:00
Michal Krol
0112211614 brw: Fix build after TGSI declaration interface changes. 2008-05-31 19:54:20 +02:00
Michal Krol
99b4655549 i915: Fix build after TGSI declaration interface changes. 2008-05-31 19:52:41 +02:00
Michal Krol
347d28fd20 cell: Fix build after TGSI declaration interface changes. 2008-05-31 19:51:50 +02:00
Michal Krol
56fc7690d7 util: Fix build after TGSI declaration interface changes. 2008-05-31 19:50:58 +02:00
Michal Krol
a49381587f tgsi: Fix build after TGSI declaration interface changes. 2008-05-31 19:48:13 +02:00
Michal Krol
3de18c2ac3 gallivm: Fix build after TGSI declaration interface changes. 2008-05-31 19:41:29 +02:00
Michal Krol
c2ff3a66a1 draw: Fix build after TGSI declaration interface changes. 2008-05-31 19:40:36 +02:00
Michal Krol
4e33edfd06 gallium: Refactor TGSI decalaration tokens.
* Incorporate declaration_interpolation into declaration itself.
* Remove declaration_mask -- always use declaration_range.
2008-05-31 18:56:20 +02:00
Michal Krol
140e0e0718 i915: Comment out dead & problematic code. 2008-05-31 18:44:47 +02:00
Michal Krol
9b3c1582be i915: Add mising include. 2008-05-31 18:42:17 +02:00
Michal Krol
a4abedc4f5 draw: Remove const qualifier. 2008-05-31 18:40:39 +02:00
Michal Krol
9046d1acfa gallium: Fix preprocessor logic. 2008-05-31 18:40:00 +02:00
Michal Krol
13581958bd draw: Remove const qualifier. 2008-05-31 18:19:21 +02:00
José Fonseca
ffc6afcdbf scons: Enable mesa state tracker in all platforms by default.
But only actually build it on some. This results in a better default
scons experience.
2008-05-31 18:55:41 +09:00
José Fonseca
3b77f391db draw: Eliminate stdio usage. 2008-05-31 18:55:40 +09:00
José Fonseca
53174afeeb mesa: Apply MSVC portability fixes from Alan Hourihane. 2008-05-31 18:55:40 +09:00
José Fonseca
45b2c23d7a i915: Eliminate void pointer arithmetic. 2008-05-31 18:55:40 +09:00
José Fonseca
054189e87a gallium: MSVC 8.0 already defines the cosf, sinf, etc. 2008-05-31 18:55:40 +09:00
José Fonseca
a9d6b1afa5 gallium: Port timing functions to WinCE. 2008-05-31 18:55:40 +09:00
Brian Paul
12bb907522 gallium: fix some PIPE_FORMAT_Z24S8_UNORM bugs in softpipe driver 2008-05-30 15:07:58 -06:00
Brian Paul
3c4162ed2a egl: eglGetProcAddress() stub 2008-05-30 14:51:40 -06:00
Brian Paul
e3805cad0d egl: new eglGetProcAddress() code
The idea is to pass the call down to the device driver where an API-specific
query can be made.  Untested.
2008-05-30 14:50:33 -06:00
Brian Paul
ba7aeb8b34 egl: specify client API by bit flag, not string 2008-05-30 13:46:31 -06:00
Brian Paul
d5078b9432 egl: clean-up re-org of the client API state 2008-05-30 13:45:40 -06:00
Brian Paul
52676207e3 egl: added eglDestroySurface function 2008-05-30 12:06:06 -06:00
Brian Paul
64d0eb111d egl: fix-up window resizes 2008-05-30 11:51:50 -06:00
Brian Paul
834aa8cfbc egl: check for EGL_DRIVER env var to override normal driver selection process 2008-05-30 11:47:09 -06:00
Brian Paul
750782a327 egl: assorted fixes. The code works now. 2008-05-30 11:47:09 -06:00