Age | Commit message (Expand) | Author |
2010-09-21 | tgsi: Actually care what check_soa_dependencies says | Jakob Bornecrantz |
2010-09-21 | tgsi: Don't ignore indirect registers in tgsi_check_soa_dependencies | José Fonseca |
2010-09-20 | Fix typos in comments and debug output strings. | Timo Wiren |
2010-09-20 | draw: check bitshift against PIPE_MAX_SHADER_OUTPUS | Brian Paul |
2010-09-20 | llvmpipe: check bitshift against PIPE_MAX_SHADER_OUTPUTS | Brian Paul |
2010-09-20 | r600g: add back reference check when mapping buffer | Jerome Glisse |
2010-09-20 | draw: fix test for using the wide-point stage | Brian Paul |
2010-09-20 | r600g: use pipe context for flushing inside map | Jerome Glisse |
2010-09-20 | llvmpipe: implement sprite coord origin modes | Brian Paul |
2010-09-20 | python/tests: Fixed tri.py for API and TGSI syntax changes. | Tilman Sauerbeck |
2010-09-20 | llvmpipe: rename sprite field, add sprite_coord_origin | Brian Paul |
2010-09-20 | r600g: Implemented the Z and W component write for the SCS opcode. | Tilman Sauerbeck |
2010-09-20 | llvmpipe: clean-up, comments in setup_point_coefficient() | Brian Paul |
2010-09-20 | r600g: Honour destination operand's writemask in the SCS implementation. | Tilman Sauerbeck |
2010-09-20 | llvmpipe: reformatting, remove trailing whitespace, etc | Brian Paul |
2010-09-20 | llvmpipe: indentation fix | Brian Paul |
2010-09-20 | llvmpipe: maintain fragment shader state for draw module | Brian Paul |
2010-09-20 | softpipe: fix whitespace | Luca Barbieri |
2010-09-20 | tgsi: add switch/case opcodes to tgsi_opcode_tmp.h | Luca Barbieri |
2010-09-20 | softpipe: make z/s test always pass if no zsbuf, instead of crashing | Luca Barbieri |
2010-09-20 | gallium: avoid the C++ keyword "template" in sw_winsys.h | Luca Barbieri |
2010-09-20 | gallivm: remove debug code | Brian Paul |
2010-09-20 | llvmpipe: fix query bug when no there's no scene | Brian Paul |
2010-09-20 | st/mesa: fix assertion failure in GetTexImage for cubemaps | Marek Olšák |
2010-09-20 | r600g: move chip class to radeon common structure | Jerome Glisse |
2010-09-20 | glsl: Fix broken handling of ir_binop_equal and ir_binop_nequal. | Kenneth Graunke |
2010-09-20 | glsl: Add comments to clarify the types of comparison binops. | Kenneth Graunke |
2010-09-20 | glsl2: silence compiler warnings in printf() calls | Brian Paul |
2010-09-20 | mesa: don't call valid_texture_object() in non-debug builds | Brian Paul |
2010-09-20 | glsl: Add doxygen comments | Ian Romanick |
2010-09-20 | i915g: Link with wrapper sw winsys with scons | Jakob Bornecrantz |
2010-09-20 | svga: Integer constant register file has a separate namespace. | Michal Krol |
2010-09-20 | svga: Fix relative addressing translation for pixel shaders. | Michal Krol |
2010-09-19 | r600g: Cleanup viewport floats. | Corbin Simpson |
2010-09-19 | r600g: Clean up PS setup. | Corbin Simpson |
2010-09-20 | r600g: only flush for the correct colorbuffer, not all of them. | Dave Airlie |
2010-09-20 | r600g: add missing BC_INST wrapper for evergreen | Dave Airlie |
2010-09-20 | r600g: fixup r700 CB_SHADER_CONTROL register. | Dave Airlie |
2010-09-20 | r600g: fix r700 cube map sizing. | Dave Airlie |
2010-09-20 | r600g: add color/texture support for more depth formats. | Dave Airlie |
2010-09-20 | r600g: add z16 to color setup | Dave Airlie |
2010-09-20 | r600g: fix tiling support for ddx supplied buffers | Dave Airlie |
2010-09-19 | r600g: "tmp" is such a bad name for a texture. | Corbin Simpson |
2010-09-19 | r600g: Fix false and true. | Corbin Simpson |
2010-09-19 | r600g: Clean up some indentation and |= vs. | usage. | Corbin Simpson |
2010-09-19 | r600g: Deobfuscate and comment a few more functions in r600_hw_states. | Corbin Simpson |
2010-09-19 | r600g: Trivially deobfuscate r600_hw_states. | Corbin Simpson |
2010-09-19 | r600g: Use align() instead of handrolled code. | Corbin Simpson |
2010-09-20 | r600g: drop debugging that snuck in | Dave Airlie |
2010-09-20 | r600g: clean up valgrind issues on maxtargets test. | Dave Airlie |