Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-15 | tgsi: fix detection of front-facing attribute | Brian Paul | |
This code was not updated when we added TGSI_SEMANTIC_FACE a while ago. | |||
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-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-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-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 | nv50: add missing parentheses in nv50_query_result() | Roel Kluin | |
NOUVEAU_BO_RD is defined (1 << 2), and `|' has higher precedence than `?' so the second argument of nouveau_bo_map was always 0. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-01-06 | pipebuffer: Multi-threading fixes for fencing. | José Fonseca | |
I had this patch on my hard drive for long time. It doesn't fully address SVGA multi-threading issues, but causes no regressions, so decided to commit while it still applies cleanly. Attention: merging this into master will cause issues due to recent changes in reference counting to fix strict aliasing rules violation. | |||
2010-01-05 | svga: Remove stale references to delete shader results. | José Fonseca | |
To ensure that a new result that happens to have the same address of the old one will be detected as a change. | |||
2010-01-05 | svga: Rebind shaders when tokens change. | José Fonseca | |
Even shader ID doesn't change. Otherwise the token change is not effective. This reverts regression from commit cdb445f3a9285e2d8f042a07021ade78b94e0156. Regression could be seen in Quake3's loading screen -- the upper right corner of the screen would be black. | |||
2010-01-04 | svga: Fix debug build crash when rendering to depth/stencil renderbuffer only. | Michel Dänzer | |
2010-01-04 | st/xorg: Proper calculation of screen pitch. | Michel Dänzer | |
2010-01-04 | vmware/xorg: Fix SCons build. | Michel Dänzer | |
2010-01-03 | r300g: Silence 'mixed declarations and code' warning. | Vinson Lee | |
2010-01-03 | r300g: Remove comma at end of enumerator list. | Vinson Lee | |
2010-01-03 | llvmpipe: Remove comma at end of enumerator list. | Vinson Lee | |
2010-01-03 | gdi: Don't generate import libraries for opengl32.dll. | José Fonseca | |
Both MinGW and MSVC include opengl32 import libraries, and its safer to always use those. | |||
2010-01-03 | trace: Remove comma at end of enumerator list. | Vinson Lee | |
2010-01-03 | rtasm: Play nicely with Windows's Data Execution Prevention. | José Fonseca | |
2010-01-02 | st/xorg: Ensure null-terminated byte string. | Vinson Lee | |
2010-01-02 | r300g: Use C-style comments. | Vinson Lee | |
2010-01-03 | svga: Use a shader id as low as possible. | José Fonseca | |
2010-01-03 | util: Minor enhancements/corrections to the bitmask logic. | José Fonseca | |
2010-01-03 | svga: Rename error labels. | José Fonseca | |
Make it easier to insert/remove error branches. | |||
2010-01-01 | llvmpipe: Silence uninitialized variable warning. | Vinson Lee | |
2010-01-01 | llvmpipe: Use C-style comment. | Vinson Lee | |
2010-01-01 | gallium/util: Silence format warnings. | Vinson Lee | |
2010-01-01 | gallium/util: Replace h_addr with h_addr_list[0]. | Vinson Lee | |
Fixes compilation error on Mac OS. | |||
2009-12-29 | st/xorg: Use C-style comments. | Vinson Lee | |
2009-12-30 | st/xorg: Fix warning and add a TODO comment | Jakob Bornecrantz | |
2009-12-30 | st/xorg: On close wait on fences and then destroy the screen | Jakob Bornecrantz | |
2009-12-30 | st/xorg: Be proper with pipe pointers on close in exa | Jakob Bornecrantz | |
2009-12-30 | st/xorg: Make sure we don't overrun the fence array in block handler | Jakob Bornecrantz | |
2009-12-28 | st/egl: Move declaration before code. | Vinson Lee | |
2009-12-28 | llvmpipe: Fix assert. | Vinson Lee | |
2009-12-28 | llvmpipe: Silence compiler warnings. | Vinson Lee | |
2009-12-28 | util: better fix for unused variable warnings with asserts | Keith Whitwell | |
Modify the non-debug (ie disabled) version of assert to expose the value in the expression to the compiler (avoiding the unused variable messages) while still expanding to a noop. | |||
2009-12-28 | llvmpipe: Silence compiler warnings. | Vinson Lee | |
2009-12-27 | st/xorg: Silence unused variable warnings. | Vinson Lee | |
2009-12-27 | g3dvl: Silence compiler warnings. | Vinson Lee | |
2009-12-27 | st/vega: Silence compiler warnings. | Vinson Lee | |
2009-12-27 | gallium/xlib: Silence unused variable warning. | Vinson Lee | |