Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-13 | st/mesa: Remove unnecessary header from st_texture.c. | Vinson Lee | |
2010-01-13 | swrast: Remove unnecessary header from s_accum.c. | Vinson Lee | |
2010-01-13 | swrast: Remove unnecessary header from s_atifragshader.c. | Vinson Lee | |
2010-01-13 | swrast: Remove unnecessary header from s_bitmap.c. | Vinson Lee | |
2010-01-13 | swrast: Remove unnecessary headers from s_copypix.c. | Vinson Lee | |
2010-01-13 | swrast: Remove unnecessary header from s_depth.c. | Vinson Lee | |
2010-01-13 | swrast: Remove unnecessary header from s_drawpix.c. | Vinson Lee | |
2010-01-13 | swrast: Remove unnecessary header from s_feedback.c. | Vinson Lee | |
2010-01-13 | st/dri: Make sure we always request a fake front. | Thomas Hellstrom | |
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 <thellstrom@vmware.com> | |||
2010-01-13 | svga: Fix compile_vs error code. | José Fonseca | |
It could erroneously return PIPE_OK in some circumstances. Make compile_fs code identical. | |||
2010-01-12 | swrast: Remove unnecessary header from s_fragprog.c. | Vinson Lee | |
2010-01-12 | swrast: Remove unnecessary header in s_lines.c. | Vinson Lee | |
2010-01-12 | swrast: Remove unnecessary header from s_points.c. | Vinson Lee | |
2010-01-12 | swrast: Remove unnecessary header from s_readpix.c. | Vinson Lee | |
2010-01-12 | swrast: Remove unnecessary header from s_texcombine.c. | Vinson Lee | |
2010-01-12 | tnl: Remove unnecessary header from t_context.c. | Vinson Lee | |
2010-01-12 | tnl: Remove unnecessary headers from t_draw.c. | Vinson Lee | |
2010-01-12 | tnl: Remove unnecessary header from t_pipeline.c. | Vinson Lee | |
2010-01-12 | tnl: Remove unnecessary header from t_rasterpos.c. | Vinson Lee | |
2010-01-12 | tnl: Remove unnecessary header from t_vb_program.c. | Vinson Lee | |
2010-01-12 | vbo: Remove unnecessary headers from vbo_exec.c. | Vinson Lee | |
2010-01-12 | vbo: Remove unnecessary header from vbo_exec_array.c. | Vinson Lee | |
2010-01-12 | vbo: Remove unnecessary header from vbo_exec_draw.c. | Vinson Lee | |
2010-01-12 | vbo: Remove unnecessary headers from vbo_save.c. | Vinson Lee | |
2010-01-11 | vbo: Remove unnecessary header from vbo_save_loopback.c. | Vinson Lee | |
2010-01-11 | vbo: Remove unnecessary header from vbo_split_copy.c. | Vinson Lee | |
2010-01-11 | x86: Remove unnecessary header from x86_xform.c. | Vinson Lee | |
2010-01-11 | Revert "util: Build u_bitmask.o when using make." | Brian Paul | |
This reverts commit 01eff0e6d23f90650de7c563f74a1aec3de112a6. u_bitmask.c was already in the C_SOURCES list. | |||
2010-01-11 | st/xorg: move exaMoveInPixmap before trying to fetch it | Zack Rusin | |
as Michel suggested, this is a cleaner way of fixing crashes caused by exaGetPixmapDriverPrivate returning null since the data hasn't been moved yet. | |||
2010-01-11 | st/xorg: fix a rare video crash | Zack Rusin | |
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. | |||
2010-01-07 | Revert "pipebuffer: Multi-threading fixes for fencing." | Jakob Bornecrantz | |
This reverts commit 5b64d94390e4805e1634f0c8b5e3156e12b8b872. | |||
2010-01-11 | Revert "st/dri: no need to request fake front buffer, only handle it being ↵ | Thomas Hellstrom | |
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 <thellstrom@vmware.com> | |||
2010-01-11 | util: Build u_bitmask.o when using make. | Thomas Hellstrom | |
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> | |||
2010-01-11 | radeon: fix prediction for r100 inline vert/elt emits. | Dave Airlie | |
On r100 we emit the indices inline so we need to account for that in the emission size. | |||
2010-01-11 | radeon: fix bug in realloc code. | Dave Airlie | |
This bug was fixed in libdrm ages ago, port to non-kms | |||
2010-01-10 | glu/sgi: Initialize members of class Mesher. | Vinson Lee | |
2010-01-10 | glu/sgi: Initialize members of class Slicer. | Vinson Lee | |
2010-01-10 | glu/sgi: Include missing header file. | Vinson Lee | |
2010-01-10 | glu/sgi: Initialize members of class Renderhints. | Vinson Lee | |
2010-01-09 | glu/sgi: Initialize members of class StoredVertex. | Vinson Lee | |
2010-01-09 | glu/sgi: Include missing header file. | Vinson Lee | |
2010-01-09 | glu/sgi: Initialize member of class O_pwlcurve. | Vinson Lee | |
2010-01-08 | r300g: Silence unused variable warnings. | Vinson Lee | |
2010-01-08 | tgsi: Silence uninitialized variable warnings. | Vinson Lee | |
2010-01-06 | util: Add u_bitmask to make build | Jakob Bornecrantz | |
2010-01-08 | mesa: Ensure libmesagallium.a is finished building before descending | Dan Nicholson | |
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> | |||
2010-01-08 | r300: Move initial declaration outside for loop. | Vinson Lee | |
2010-01-07 | tgsi: fix SSE code emit for XPD | Brian Paul | |
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. | |||
2010-01-06 | svga: Silence uninitialized variable warning. | Vinson Lee | |
2010-01-06 | meta: remove F suffix from _mesa_Ortho() params | Brian Paul | |
_mesa_Ortho() takes GLdoubles. |