Commit graph

39979 commits

Author SHA1 Message Date
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
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
3b77f391db draw: Eliminate stdio usage. 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
ba7aeb8b34 egl: specify client API by bit flag, not string 2008-05-30 13:46:31 -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
750782a327 egl: assorted fixes. The code works now. 2008-05-30 11:47:09 -06:00
Brian Paul
057ee55720 egl: added surface_alloc_storage() 2008-05-30 11:47:08 -06:00
Keith Whitwell
1529a2c983 draw: trim incoming primitives 2008-05-30 17:49:10 +01:00
Jakob Bornecrantz
b12a31f59d i915: Now using draw_elements_range 2008-05-30 13:46:54 +02:00
Jakob Bornecrantz
7b0a551c4c i915: Made batch buffer size much larger 2008-05-30 13:46:50 +02:00
Jakob Bornecrantz
3869c3c87a Merge branch 'gallium-tex-surfaces' into gallium-0.1
Conflicts:

	src/gallium/drivers/i915simple/i915_context.h
2008-05-30 13:46:18 +02:00
Jakob Bornecrantz
2ade5268dc i915: Remade texture allocation code again 2008-05-30 13:42:21 +02:00
Jakob Bornecrantz
9760ab2349 i915: Fix extentions not being set 2008-05-30 13:42:17 +02:00
Ben Skeggs
cf13cf245e nouveau: fix warning 2008-05-30 14:32:59 +10:00
Ben Skeggs
996b549fdb nv40: a couple of memory leaks 2008-05-30 11:04:55 +10:00
Ben Skeggs
8b31d5fc8a nouveau: flush pending pushbuf if buffer on validate list at map/del 2008-05-30 11:00:59 +10:00
Ben Skeggs
524408f1a5 nouveau: rework buffer validation a bit 2008-05-30 10:54:33 +10:00
Brian Paul
bee79eb9b9 egl: new EGL/gallium/softpipe/xlib winsys
Checkpoint commit.  Most required code is in place, and compiles, but
totally untested.
2008-05-29 17:04:25 -06:00
José Fonseca
ae10775b73 gallium: Provide the INT64_C/UINT64_C macros.
"long long" types and 1234LL constants are not supported by eVC.
2008-05-30 03:33:06 +09:00
José Fonseca
2691c22870 gallium: Replace getenv by placeholder code on WinCE.
WinCE processes supposedly have environment, but it is not clear which API to use.
2008-05-30 03:33:06 +09:00
Keith Whitwell
22be9ea4a6 draw: quieten some debug 2008-05-29 18:18:56 +01:00
Jakob Bornecrantz
529b3f4cc0 i915: Fix GPU lockup on resize 2008-05-29 19:07:40 +02:00
Ben Skeggs
d0c0c0d1e6 nouveau: oops, more tex-surfaces fallout 2008-05-30 00:28:29 +10:00
Jakob Bornecrantz
643cc9387d i915: Cleaned up intel_winsys_pipe.c 2008-05-29 16:03:21 +02:00
Jakob Bornecrantz
056bea86b0 i915: Deprecated pipe_winsys buffer functions 2008-05-29 15:49:23 +02:00
Keith Whitwell
807e7c4ccf draw: add more switches to turn FSE on/off 2008-05-29 14:35:47 +01:00
José Fonseca
8808d62f60 gallium: MSVC warning fixes.
Conflicts:

	src/gallium/auxiliary/draw/draw_pt_varray.c
	src/gallium/auxiliary/draw/draw_pt_varray_tmp.h
	src/gallium/auxiliary/draw/draw_pt_vcache.c
2008-05-29 22:28:12 +09:00