Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-12-27 | trace: Silence unused variable warnings. | Vinson Lee | |
2009-12-27 | i915g: Silence unused variable warning. | Vinson Lee | |
2009-12-27 | softpipe: Silence unintialized variable warnings. | Vinson Lee | |
2009-12-27 | softpipe: Silence unused variable warning. | Vinson Lee | |
2009-12-27 | tgsi/ureg: Silence uninitialized variable warnings. | Vinson Lee | |
2009-12-27 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | |
Conflicts: src/gallium/auxiliary/util/u_network.c src/gallium/auxiliary/util/u_network.h src/gallium/drivers/i915/i915_state.c src/gallium/drivers/trace/tr_rbug.c src/gallium/state_trackers/vega/bezier.c src/gallium/state_trackers/vega/vg_context.c src/gallium/state_trackers/xorg/xorg_crtc.c src/gallium/state_trackers/xorg/xorg_driver.c src/gallium/winsys/xlib/xlib_brw_context.c src/mesa/main/mtypes.h | |||
2009-12-26 | gallium/util: Remove comma at end of enumerator list. | Vinson Lee | |
2009-12-26 | rbug: Remove comma at end of enumerator list. | Vinson Lee | |
2009-12-26 | rbug: Remove comma at end of enumerator list. | Vinson Lee | |
2009-12-23 | gallium/util: Initialize variable in util_clear. | Vinson Lee | |
2009-12-23 | util: Ensure debug_dump_flags generates a null-terminated string. | Vinson Lee | |
2009-12-23 | st/xorg: Use C-style comments. | Vinson Lee | |
2009-12-23 | st/vega: Move declaration outside for loop. | Vinson Lee | |
2009-12-23 | st/egl: Use C-style comments. | Vinson Lee | |