Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: print program Id when printing | Brian Paul | 2009-10-12 | 1 | -2/+2 |
| | |||||
* | Add support for more 8 and 16 bits formats | Patrice Mandin | 2009-10-12 | 2 | -1/+15 |
| | |||||
* | r600: implement ProgramStringNotify | Andre Maasikas | 2009-10-12 | 1 | -17/+38 |
| | | | | | need this to properly test with piglit/glean vert/fragprog tests copied mostly from r300, many thanks to osiris, nha, airlied, others... | ||||
* | r600: LIT dst.y gets value from src.x | Andre Maasikas | 2009-10-12 | 1 | -0/+1 |
| | | | | | seems I overlooked this when removing hardcoded swizzles for this one previously | ||||
* | r600: DPH adds w comp of second operand, so set first one to 1 instead | Andre Maasikas | 2009-10-12 | 1 | -1/+1 |
| | |||||
* | st/xorg: initialize pipe in the renderer | Zack Rusin | 2009-10-11 | 1 | -0/+1 |
| | |||||
* | st/xorg: lots of rendering and xv changes | Zack Rusin | 2009-10-11 | 11 | -786/+1170 |
| | | | | | | extract all the rendering code to xorg_rendedrer, make both exa and xv share that code. in the process cleanup the rendering code and implement a lot more of the xv infrastructure. | ||||
* | configs: fix some remains of the i915simple driver | Zack Rusin | 2009-10-11 | 1 | -1/+1 |
| | |||||
* | st/xorg: implement basics of xv | Zack Rusin | 2009-10-11 | 4 | -6/+66 |
| | |||||
* | r300g: Fix fragment program constants upload on R300 | Nicolai Hähnle | 2009-10-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Nicolai Hähnle <[email protected]> | ||||
* | r300g: fix blending default state + alpha separate. | Dave Airlie | 2009-10-11 | 1 | -9/+32 |
| | | | | this makes the default state same as r300 | ||||
* | Merge branch 'mesa_7_6_branch' | Brian Paul | 2009-10-10 | 5 | -10/+25 |
|\ | |||||
| * | softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663c | Brian Paul | 2009-10-10 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | radeon: fix scissor regression | Alex Deucher | 2009-10-09 | 2 | -8/+11 |
| | | | | | | | | fixes fdo bug 24248 | ||||
| * | st/mesa: create aux buffers according to visual | Brian Paul | 2009-10-09 | 1 | -0/+7 |
| | | | | | | | | Fixes bug 24426 for gallium. | ||||
| * | mesa: fix incorrect assertion in _mesa_add_aux_renderbuffers() | Brian Paul | 2009-10-09 | 1 | -1/+1 |
| | | | | | | | | Fixes bug 24426. | ||||
* | | softpipe: fix multi-drawbuffers regression | Brian Paul | 2009-10-10 | 1 | -3/+3 |
| | | | | | | | | This is part of the fix for bug 24401. | ||||
* | | r300g: add video surface create and destroy functions | Cooper Yuan | 2009-10-10 | 2 | -1/+65 |
| | | |||||
* | | st/xorg: Old X servers don't deal well with failing accesses | Jakob Bornecrantz | 2009-10-08 | 1 | -1/+5 |
| | | |||||
* | | st/xorg: More fallback debugging | Jakob Bornecrantz | 2009-10-08 | 3 | -32/+35 |
| | | | | | | | | Change the fallback debugging around a bit and do the old commit correctly | ||||
* | | Revert "st/xorg: Debug fallbacks for composite as well" | Jakob Bornecrantz | 2009-10-08 | 1 | -28/+16 |
| | | | | | | | | | | | | | | | | This commit included a change that should have been in its own commit, and turns out that you can do what was suposed to go in it in much better way as well. This reverts commit 5080e8bea6ae5cdb116023a5e2d8dbbb762bd69d. | ||||
* | | st/xorg: Debug fallbacks for composite as well | Jakob Bornecrantz | 2009-10-08 | 1 | -16/+28 |
| | | |||||
* | | st/xorg: Use A8 textures for depth 8 pixmaps | Jakob Bornecrantz | 2009-10-08 | 1 | -1/+1 |
| | | | | | | | | There is no hardware out there that can render to I8 textures. | ||||
* | | st/xorg: Fix depth stencil buffers on old X servers | Jakob Bornecrantz | 2009-10-08 | 1 | -1/+4 |
| | | | | | | | | Sanity checking is for the weak. | ||||
* | | softpipe: restore/fix print_vertex() debug helper | Brian Paul | 2009-10-09 | 1 | -2/+6 |
| | | |||||
* | | util: Force ESI register for cpuid's ebx result. | José Fonseca | 2009-10-09 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixes a segfault and better code. Unfortunately using an arbitrary register ("=r") causes the gcc to abort when the code is optimized saying it can't satisfy the constraint. Setting seems to do the trick. | ||||
* | | llvmpipe: Eliminate constant mapping/unmapping. | José Fonseca | 2009-10-09 | 3 | -56/+17 |
| | | |||||
* | | gdi: Fix the build when llvmpipe is requested (the default) but llvm is not ↵ | José Fonseca | 2009-10-09 | 1 | -6/+12 |
| | | | | | | | | present. | ||||
* | | r600: fixup KIL instruction a bit | Andre Maasikas | 2009-10-09 | 1 | -18/+9 |
| | | | | | | | | | | | | | | - KILLGT takes 2 arguments - arb KIL has no dst register - add TODO about clause ending but currently piglit fp-kil passes and does not hang the card | ||||
* | | i965: Use bo_references for the state cache delete function. | Eric Anholt | 2009-10-08 | 1 | -17/+3 |
| | | | | | | | | This appears to shave about 3% off the CPU usage in cairo-gl for firefox. | ||||
* | | intel: Use new drm_intel_bo_references() to avoid flushing. | Eric Anholt | 2009-10-08 | 2 | -10/+20 |
| | | |||||
* | | mesa: free display list state after freeing shared state | Brian Paul | 2009-10-08 | 1 | -1/+3 |
| | | | | | | | | Fixes bug 24402. | ||||
* | | Merge branch 'mesa_7_6_branch' | Brian Paul | 2009-10-08 | 3 | -42/+16 |
|\| | | | | | | | | | | | Conflicts: src/mesa/drivers/common/meta.c | ||||
| * | gallium/xlib: call XQueryExtension() in glXQueryExtension() | Brian Paul | 2009-10-07 | 1 | -4/+6 |
| | | | | | | | | See bug 24321. | ||||
| * | mesa/xlib: call XQueryExtension() in glXQueryExtension() | Brian Paul | 2009-10-07 | 1 | -4/+6 |
| | | | | | | | | See bug 24321. | ||||
| * | mesa: don't need to free textures, VBOs, etc. in _mesa_meta_free() | Brian Paul | 2009-10-07 | 1 | -28/+4 |
| | | | | | | | | | | They're freed by the normal context deallocation code. Fixes Blender crash, bug 24185. | ||||
* | | mesa: clean up extended opcode code | Brian Paul | 2009-10-07 | 1 | -18/+53 |
| | | |||||
* | | mesa: move gl_list_instruction and gl_list_extensions to dlist.c | Brian Paul | 2009-10-07 | 2 | -42/+52 |
| | | |||||
* | | mesa: added _mesa_free_display_list_data() | Brian Paul | 2009-10-07 | 3 | -0/+10 |
| | | |||||
* | | mesa: clean-up display list mem allocation, fix NULL handling | Brian Paul | 2009-10-07 | 1 | -13/+34 |
| | | | | | | | | The -1 term in alloc_instruction() foiled later NULL pointer checks. | ||||
* | | main: replace ALLOC_INSTRUCTION macro with regular function | Brian Paul | 2009-10-07 | 1 | -199/+202 |
| | | |||||
* | | mesa: rename display list functions | Brian Paul | 2009-10-07 | 3 | -18/+18 |
| | | | | | | | | | | _mesa_alloc_instruction() sounded like it was related to vertex/fragment program instructions, but it wasn't. | ||||
* | | i915g: Fix MSVC build. | Vinson Lee | 2009-10-07 | 1 | -1/+1 |
| | | |||||
* | | softpipe: new comments | Brian Paul | 2009-10-07 | 1 | -0/+39 |
| | | |||||
* | | softpipe: whitespace and comment fixes | Brian Paul | 2009-10-07 | 1 | -11/+8 |
| | | |||||
* | | softpipe: prefix non-static functions with sp_ | Brian Paul | 2009-10-07 | 3 | -55/+55 |
| | | |||||
* | | r300compiler: fix scons build again | Joakim Sindholt | 2009-10-07 | 1 | -1/+8 |
| | | |||||
* | | Merge branch 'master' into r300g-glsl | Nicolai Hähnle | 2009-10-07 | 197 | -21433/+1121 |
|\ \ | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/drivers/r300/r300_tgsi_to_rc.c Signed-off-by: Nicolai Hähnle <[email protected]> | ||||
| * | | Merge branch 'mesa_7_6_branch' | Nicolai Hähnle | 2009-10-07 | 7 | -41/+97 |
| |\| | |||||
| | * | shader_api: Fix bounds checking of glUniform and glUniformMatrix | Nicolai Hähnle | 2009-10-07 | 1 | -9/+22 |
| | | | | | | | | | | | | | | | Signed-off-by: Nicolai Hähnle <[email protected]> Reviewed-by: Ian Romanick <[email protected]> |