summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* progs/trivial: Remove unnecessary headers from tri-fbo-tex.c.Vinson Lee2010-01-111-2/+0
|
* progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c.Vinson Lee2010-01-111-1/+0
|
* progs/tests: Remove duplicate included header in vparray.c.Vinson Lee2010-01-111-1/+0
|
* progs/tests: Add newline to end of printf in vparray.c.Vinson Lee2010-01-111-1/+1
|
* progs/redbook: Remove unnecessary header from aapoly.c.Vinson Lee2010-01-111-1/+0
|
* progs/glsl: Remove duplicate included header from shtest.c.Vinson Lee2010-01-111-1/+0
|
* progs/demos: Remove unnecessary header from morph3d.c.Vinson Lee2010-01-111-1/+0
|
* Revert "util: Build u_bitmask.o when using make."Brian Paul2010-01-111-1/+0
| | | | | | This reverts commit 01eff0e6d23f90650de7c563f74a1aec3de112a6. u_bitmask.c was already in the C_SOURCES list.
* progs/tests: Silence fprintf format warning.Vinson Lee2010-01-111-2/+2
|
* progs/demos: Remove unnecessary header from isosurf.c.Vinson Lee2010-01-111-1/+0
|
* st/xorg: move exaMoveInPixmap before trying to fetch itZack Rusin2010-01-111-2/+4
| | | | | | as Michel suggested, this is a cleaner way of fixing crashes caused by exaGetPixmapDriverPrivate returning null since the data hasn't been moved yet.
* st/xorg: fix a rare video crashZack Rusin2010-01-111-1/+2
| | | | | sometimes dst isn't present if a window is in a middle of a resize, stop crashing in those cases and just ignore a frame.
* Revert "pipebuffer: Multi-threading fixes for fencing."Jakob Bornecrantz2010-01-071-170/+111
| | | | This reverts commit 5b64d94390e4805e1634f0c8b5e3156e12b8b872.
* Revert "st/dri: no need to request fake front buffer, only handle it being ↵Thomas Hellstrom2010-01-111-0/+3
| | | | | | | | | | | | | | | | | | returned" This reverts commit 1336989ec60fff7bd590fefd28945a0e5dc536e3. The commit breaks frontbuffer rendering and the possibility to do on-demand frontbuffer requests on all Xservers prior to 1.7. The commit should be conditioned on a dri2 version check. I've submitted a patch to Xserver to bump dri2 minor, and it's acked by Ian. To be able to check the version from within the state tracker, we will probably need another dri2 extension function that returns the server version. The protocol has support for it. Signed-off-by: Thomas Hellstrom <[email protected]>
* util: Build u_bitmask.o when using make.Thomas Hellstrom2010-01-111-0/+1
| | | | Signed-off-by: Thomas Hellstrom <[email protected]>
* progs/demos: Remove unnecessary header from fbotexture.c.Vinson Lee2010-01-111-1/+0
|
* radeon: fix prediction for r100 inline vert/elt emits.Dave Airlie2010-01-111-0/+1
| | | | | On r100 we emit the indices inline so we need to account for that in the emission size.
* radeon: fix bug in realloc code.Dave Airlie2010-01-111-1/+1
| | | | This bug was fixed in libdrm ages ago, port to non-kms
* glu/sgi: Initialize members of class Mesher.Vinson Lee2010-01-101-0/+3
|
* glu/sgi: Initialize members of class Slicer.Vinson Lee2010-01-101-0/+4
|
* glu/sgi: Include missing header file.Vinson Lee2010-01-101-0/+2
|
* progs/demos: Check upper bounds of input in manywin.c.Vinson Lee2010-01-101-0/+2
|
* progs/demos: Bounds check input to fire.c.Vinson Lee2010-01-101-1/+7
|
* glu/sgi: Initialize members of class Renderhints.Vinson Lee2010-01-101-0/+4
|
* glu/sgi: Initialize members of class StoredVertex.Vinson Lee2010-01-091-1/+1
|
* glu/sgi: Include missing header file.Vinson Lee2010-01-091-0/+1
|
* glu/sgi: Initialize member of class O_pwlcurve.Vinson Lee2010-01-091-0/+2
|
* progs/tests: Silence 'missing initializer' warnings.Vinson Lee2010-01-082-2/+2
|
* progs/glsl: Silence uninitialized variable warning.Vinson Lee2010-01-081-1/+1
|
* progs/demos: Add missing initializers in engine.c.Vinson Lee2010-01-081-3/+15
|
* r300g: Silence unused variable warnings.Vinson Lee2010-01-082-1/+2
|
* tgsi: Silence uninitialized variable warnings.Vinson Lee2010-01-081-0/+8
|
* util: Add u_bitmask to make buildJakob Bornecrantz2010-01-061-0/+1
|
* mesa: Ensure libmesagallium.a is finished building before descendingDan Nicholson2010-01-081-1/+1
| | | | Signed-off-by: Dan Nicholson <[email protected]>
* r300: Move initial declaration outside for loop.Vinson Lee2010-01-081-2/+4
|
* docs: document Gallium SSE codegen for XPD bug fixBrian Paul2010-01-071-0/+1
|
* tgsi: fix SSE code emit for XPDBrian Paul2010-01-071-20/+30
| | | | | | | | | | | | | Rearrange things so that the writes to the dest registers happen after we've fetched/used all src registers. The problematic instruction was: XPD TEMP[2].xyz, TEMP[0], TEMP[2]; Note that the dst reg is also a src reg. This fixes bad shading with progs/glsl/bump.c since Eric's changes to the Mesa program optimizer in commit d6690ce15fb8c7c6abf1bc0d847c1d2da2c33904. The optimizer rearranges some registers so we occasionally wind up with something like the above.
* progs/fp: remove invalid tri-inv.c testBrian Paul2010-01-073-113/+0
| | | | INV is not a valid instruction.
* progs/demos: Assert that input to malloc is valid.Vinson Lee2010-01-061-0/+2
|
* progs/xdemos: Check for string overflow.Vinson Lee2010-01-061-3/+29
|
* progs/xdemos: Check for string overflow.Vinson Lee2010-01-061-0/+4
|
* svga: Silence uninitialized variable warning.Vinson Lee2010-01-061-1/+1
|
* meta: remove F suffix from _mesa_Ortho() paramsBrian Paul2010-01-061-3/+3
| | | | _mesa_Ortho() takes GLdoubles.
* docs: document a mipmap generation bug fixBrian Paul2010-01-061-0/+1
|
* meta: move destination vertex/projection setup out of _mesa_meta_GenerateMipmapBrian Paul2010-01-061-19/+21
| | | | Based on a patch submitted by Pierre Willenbrock <[email protected]>
* meta: set viewport and projection matrix in _mesa_meta_GenerateMipmapBrian Paul2010-01-061-0/+9
| | | | | | This fixes mipmap levels being clipped to the last viewport. Based on a patch submitted by Pierre Willenbrock <[email protected]>
* r600: adjust after radeon mipmap changes in 7118db8700Andre Maasikas2010-01-062-6/+5
| | | | | | R600_OUT_BATCH_RELOC doesn't really use offset so set it in TEX_RESOURCE2 + typo fix
* tnl: set FOGC result to (f,0,0,1)Brian Paul2010-01-061-0/+7
| | | | Fixed FDO bug 23397.
* progs/xdemos: Remove comma at end of enumerator list.Vinson Lee2010-01-061-1/+1
|
* progs/xdemos: Use temporary variables.Vinson Lee2010-01-061-2/+2
| | | | This was missed from the previous commit to glxheads.c.