summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-1456-233/+182
|\ | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c src/gallium/auxiliary/util/Makefile src/gallium/drivers/r300/r300_state_derived.c
| * st/mesa: Remove unnecessary header from st_program.c.Vinson Lee2010-01-131-1/+0
| |
| * st/mesa: Remove unnecessary header from st_texture.c.Vinson Lee2010-01-131-1/+0
| |
| * swrast: Remove unnecessary header from s_accum.c.Vinson Lee2010-01-131-1/+0
| |
| * swrast: Remove unnecessary header from s_atifragshader.c.Vinson Lee2010-01-131-1/+0
| |
| * swrast: Remove unnecessary header from s_bitmap.c.Vinson Lee2010-01-131-1/+0
| |
| * swrast: Remove unnecessary headers from s_copypix.c.Vinson Lee2010-01-131-2/+0
| |
| * swrast: Remove unnecessary header from s_depth.c.Vinson Lee2010-01-131-1/+0
| |
| * swrast: Remove unnecessary header from s_drawpix.c.Vinson Lee2010-01-131-1/+0
| |
| * swrast: Remove unnecessary header from s_feedback.c.Vinson Lee2010-01-131-1/+0
| |
| * st/dri: Make sure we always request a fake front.Thomas Hellstrom2010-01-131-2/+1
| | | | | | | | | | | | | | | | This should be the correct, but sub-optimal way to handle things on pre-1.7 servers. For servers that automatically adds a fake front we should never request the fake front and handle the reply differently. Signed-off-by: Thomas Hellstrom <[email protected]>
| * svga: Fix compile_vs error code.José Fonseca2010-01-132-3/+7
| | | | | | | | | | | | It could erroneously return PIPE_OK in some circumstances. Make compile_fs code identical.
| * swrast: Remove unnecessary header from s_fragprog.c.Vinson Lee2010-01-121-1/+0
| |
| * swrast: Remove unnecessary header in s_lines.c.Vinson Lee2010-01-121-1/+0
| |
| * swrast: Remove unnecessary header from s_points.c.Vinson Lee2010-01-121-1/+0
| |
| * swrast: Remove unnecessary header from s_readpix.c.Vinson Lee2010-01-121-1/+0
| |
| * swrast: Remove unnecessary header from s_texcombine.c.Vinson Lee2010-01-121-1/+0
| |
| * tnl: Remove unnecessary header from t_context.c.Vinson Lee2010-01-121-1/+0
| |
| * tnl: Remove unnecessary headers from t_draw.c.Vinson Lee2010-01-121-4/+0
| |
| * tnl: Remove unnecessary header from t_pipeline.c.Vinson Lee2010-01-121-1/+0
| |
| * tnl: Remove unnecessary header from t_rasterpos.c.Vinson Lee2010-01-121-1/+0
| |
| * tnl: Remove unnecessary header from t_vb_program.c.Vinson Lee2010-01-121-1/+0
| |
| * vbo: Remove unnecessary headers from vbo_exec.c.Vinson Lee2010-01-121-3/+0
| |
| * vbo: Remove unnecessary header from vbo_exec_array.c.Vinson Lee2010-01-121-1/+0
| |
| * vbo: Remove unnecessary header from vbo_exec_draw.c.Vinson Lee2010-01-121-1/+0
| |
| * vbo: Remove unnecessary headers from vbo_save.c.Vinson Lee2010-01-121-2/+0
| |
| * vbo: Remove unnecessary header from vbo_save_loopback.c.Vinson Lee2010-01-111-1/+0
| |
| * vbo: Remove unnecessary header from vbo_split_copy.c.Vinson Lee2010-01-111-3/+0
| |
| * x86: Remove unnecessary header from x86_xform.c.Vinson Lee2010-01-111-1/+0
| |
| * progs/xdemos: Remove unnecessary header from corender.c.Vinson Lee2010-01-111-1/+0
| |
| * 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
| |