summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-09-21r600g: set back to correct codepaths.Dave Airlie
2010-09-21r600g: deal with overflow of VTX/TEX CF clauses.Dave Airlie
2010-09-20tgsi: Remove duplicate case value.Vinson Lee
2010-09-21dri/nouveau: Fix software mipmap generation on 1x1 textures.Francisco Jerez
2010-09-21dri/nv10-nv20: Fix texturing in some cases after a base level change.Francisco Jerez
2010-09-21dri/nouveau: Cleanup more references to old FBOs and VBOs.Francisco Jerez
2010-09-21dri/nouveau: Remove unnecessary assertion.Francisco Jerez
2010-09-21dri/nv04: Use nvgl_wrap_mode().Francisco Jerez
2010-09-21tgsi: Actually care what check_soa_dependencies saysJakob Bornecrantz
2010-09-21tgsi: Don't ignore indirect registers in tgsi_check_soa_dependenciesJosé Fonseca
2010-09-20Fix typos in comments and debug output strings.Timo Wiren
2010-09-20r600g: add back reference check when mapping bufferJerome Glisse
2010-09-20r600g: use pipe context for flushing inside mapJerome Glisse
2010-09-20python/tests: Fixed tri.py for API and TGSI syntax changes.Tilman Sauerbeck
2010-09-20r600g: Implemented the Z and W component write for the SCS opcode.Tilman Sauerbeck
2010-09-20r600g: Honour destination operand's writemask in the SCS implementation.Tilman Sauerbeck
2010-09-20softpipe: fix whitespaceLuca Barbieri
2010-09-20tgsi: add switch/case opcodes to tgsi_opcode_tmp.hLuca Barbieri
2010-09-20softpipe: make z/s test always pass if no zsbuf, instead of crashingLuca Barbieri
2010-09-20gallium: avoid the C++ keyword "template" in sw_winsys.hLuca Barbieri
2010-09-20gallivm: remove debug codeBrian Paul
2010-09-20llvmpipe: fix query bug when no there's no sceneBrian Paul
2010-09-20st/mesa: fix assertion failure in GetTexImage for cubemapsMarek Olšák
2010-09-20r600g: move chip class to radeon common structureJerome Glisse
2010-09-20glsl: Fix broken handling of ir_binop_equal and ir_binop_nequal.Kenneth Graunke
2010-09-20glsl: Add comments to clarify the types of comparison binops.Kenneth Graunke
2010-09-20glsl2: silence compiler warnings in printf() callsBrian Paul
2010-09-20mesa: don't call valid_texture_object() in non-debug buildsBrian Paul
2010-09-20glsl: Add doxygen commentsIan Romanick
2010-09-20i915g: Link with wrapper sw winsys with sconsJakob Bornecrantz
2010-09-20svga: Integer constant register file has a separate namespace.Michal Krol
2010-09-20svga: Fix relative addressing translation for pixel shaders.Michal Krol
2010-09-19r600g: Cleanup viewport floats.Corbin Simpson
2010-09-19r600g: Clean up PS setup.Corbin Simpson
2010-09-20r600g: only flush for the correct colorbuffer, not all of them.Dave Airlie
2010-09-20r600g: add missing BC_INST wrapper for evergreenDave Airlie
2010-09-20r600g: fixup r700 CB_SHADER_CONTROL register.Dave Airlie
2010-09-20r600g: fix r700 cube map sizing.Dave Airlie
2010-09-20r600g: add color/texture support for more depth formats.Dave Airlie
2010-09-20r600g: add z16 to color setupDave Airlie
2010-09-20r600g: fix tiling support for ddx supplied buffersDave Airlie
2010-09-19r600g: "tmp" is such a bad name for a texture.Corbin Simpson
2010-09-19r600g: Fix false and true.Corbin Simpson
2010-09-19r600g: Clean up some indentation and |= vs. | usage.Corbin Simpson
2010-09-19r600g: Deobfuscate and comment a few more functions in r600_hw_states.Corbin Simpson
2010-09-19r600g: Trivially deobfuscate r600_hw_states.Corbin Simpson
2010-09-19r600g: Use align() instead of handrolled code.Corbin Simpson
2010-09-20r600g: drop debugging that snuck inDave Airlie
2010-09-20r600g: clean up valgrind issues on maxtargets test.Dave Airlie
2010-09-20r600g: fix fbo-drawbuffers-maxtargetsDave Airlie