Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-08 | r300g: Silence unused variable warnings. | Vinson Lee | |
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-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-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 | trace: Remove comma at end of enumerator list. | 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 | 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 | |
2009-12-28 | llvmpipe: Fix assert. | Vinson Lee | |
2009-12-28 | llvmpipe: Silence compiler warnings. | Vinson Lee | |
2009-12-28 | llvmpipe: Silence compiler warnings. | 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 | 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-22 | trace: Silence uninitialized variable warnings. | Vinson Lee | |
2009-12-22 | trace: Add PIPE_OS_APPLE. | Vinson Lee | |
2009-12-22 | i915g: Use C-style comment. | Vinson Lee | |
2009-12-12 | softpipe: Initialize source in blend_quad. | Vinson Lee | |
2009-12-08 | i915g: Fix memory leak when pci id is unknown. | Vinson Lee | |
2009-12-08 | i915g: Add missing break statement in i915_debug_packet. | Vinson Lee | |
2009-12-07 | llvmpipe: Initialize variables in emit_instruction. | Vinson Lee | |
2009-12-04 | r300g: use $(MAKE) variable | Coleman Kane | |
Fixes bug 24501 | |||
2009-10-20 | cell: fix compilation on cell | Marc Dietrich | |
s/LERP/LRP/ | |||
2009-10-10 | softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663c | Brian Paul | |
This change silenced valgrind warnings but broke progs/tests/drawbuffers. The problem is we don't know the surface's state when we start caching it (it may or may not be initialized/cleared/etc). So "clearing" it here was presumptuous. Leaving the code in place (but disabled) for reference and when using valgrind. Fixes bug 24401 | |||
2009-10-02 | gallium: replace // comments with /* */ | Brian Paul | |
2009-09-29 | softpipe: initialize the clear_flags bitvector in sp_create_tile_cache() | Brian Paul | |
This silences tons of valgrind warnings in programs that don't call glClear(), such as progs/demos/gamma. | |||
2009-09-29 | softpipe: Grab a ref when the fb is set. | Brian Paul | |
Nasty bug when the surface is freed and another is allocated right on top of it. The next time we set the fb state SP thinks it's the same surface and doesn't flush, and when the flush eventually happens the surface belongs to a completely different texture. (cherry picked from commit a77226071f6814a53358a5d6caff685889d0e4ec) Conflicts: src/gallium/drivers/softpipe/sp_context.c | |||
2009-09-24 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul | |
2009-09-24 | softpipe: Increase GL_MAX_3D_TEXTURE_SIZE to 256. | Vinson Lee | |
2009-09-23 | softpipe: added max texture/surface size sanity check | Brian Paul | |
2009-09-23 | softpipe: increase MAX_WIDTH/HEIGTH 4096 to match max texture size | Brian Paul | |
2009-09-21 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul | |
2009-09-21 | softpipe: Fix cube face selection. | Brian Paul | |
If arx and ary are equal, we still want to choose from one of them, and not arz. (cherry picked from commit de685b37a91bc95dd4093a44a49b7b47385b1f7c) | |||
2009-09-11 | llvmpipe: asst fixes for 'make linux-llvmpipe' | Brian Paul | |
2009-09-10 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul | |
2009-09-10 | softpipe: minor indentation fix | Brian Paul | |
2009-09-10 | softpipe: set dirty_render_cache in softpipe_clear() | Brian Paul | |
This fixes a bug seen when doing a glDrawPixels(GL_STENCIL_INDEX) right after a glClear(). The check-for-flush test was failing because we didn't set the dirty_render_cache flag in softpipe_clear(). So we saw stale data when we mapped the stencil buffer. | |||
2009-09-04 | i915g: Fix warnings in scons build by using byte pointers | Jakob Bornecrantz | |
scons build complained about void pointer math | |||
2009-09-03 | i915g: Don't send flush flags to HW | Jakob Bornecrantz | |
2009-09-03 | nv50: move centroid, flat bits when making interp long | Christoph Bumiller | |
Before this, just the perspective divide bit was moved in convert_to_long of the load interpolant instruction. | |||
2009-09-03 | nv50: fix vbo_static_attrib method size error | Christoph Bumiller | |
The VTX_ATTR_3/2/1F methods also had size 4 ... a stupid copy/paste error. |