summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300
AgeCommit message (Expand)AuthorFilesLines
2010-09-05r300g,r300c: memset the compiler struct to zerosMarek Olšák1-0/+1
2010-09-04Revert "r300g: refuse to create a texture with size 0"Marek Olšák1-12/+0
2010-09-04r300g: remove unnecessary assignmentsMarek Olšák1-6/+0
2010-09-04r300g: skip draw calls with no vertex elements, fixing hardlocksMarek Olšák1-0/+3
2010-09-04r300g: add a new debug option which disables compiler optimizationsMarek Olšák4-18/+22
2010-09-04r300/compiler: make optimizations not use 0.5 swizzles in vertex shadersMarek Olšák2-0/+2
2010-09-04r300/compiler: add new compiler parameter max_constantsMarek Olšák2-0/+2
2010-09-04r300g: only check for an empty shader if there are no compile errorsMarek Olšák1-8/+8
2010-09-04r300/compiler: add new compiler parameter max_alu_instsMarek Olšák2-0/+2
2010-08-30r300g: fix warning in winsysMarek Olšák1-0/+1
2010-08-29r300g,u_blitter: use u_framebufferMarek Olšák2-3/+3
2010-08-28r300g: fix blitting between 2D NPOT mipmapsMarek Olšák4-23/+51
2010-08-28r300g: fix min/max lod computationMathias Fröhlich1-2/+2
2010-08-28r300g: set the correct value in PVS_NUM_CNTLRSMarek Olšák1-1/+1
2010-08-27r300g: Include missing header in r300_texture.h.Vinson Lee1-0/+1
2010-08-26r300g: Include missing header in r300_texture_desc.h.Vinson Lee1-0/+1
2010-08-26r300g: fix constant buffer upload once again for r3xx->r4xxMarek Olšák1-1/+1
2010-08-25r300g: fix potentially uninitialized variables in create_rs_stateMarek Olšák1-5/+2
2010-08-25draw: specialized cliptesting routinesKeith Whitwell1-2/+0
2010-08-25gallium: Use draw_set_index_buffer and others.Chia-I Wu2-12/+9
2010-08-25r300g: fix gl_PointCoordMarek Olšák1-2/+7
2010-08-25r300g: eliminate unused constants in FSMarek Olšák3-7/+32
2010-08-25r300g: eliminate unused constants in VSMarek Olšák5-8/+31
2010-08-25r300g: clean up some mess in set_constant_bufferMarek Olšák2-22/+1
2010-08-25r300g: fix indentationMarek Olšák2-8/+8
2010-08-25r300g: reset the index bias to 0 at the end of CSMarek Olšák4-5/+12
2010-08-23r300g: Remove unused variable.Vinson Lee1-2/+0
2010-08-23r300g: avoid stall in no-tcl drawing when mapping vboDave Airlie3-15/+26
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri3-5/+10
2010-08-19r300g: do not use fastfill with 16-bit zbuffersMarek Olšák1-0/+4
2010-08-17r300g: fix context destroy under hyperzDave Airlie1-3/+3
2010-08-16r300g: fix assert in the rasterizer block for r3xx-r4xxMarek Olšák1-1/+1
2010-08-16r300g: fix an invalid pointer in freeMarek Olšák1-1/+1
2010-08-16r300g: Let hyperz init failnobled3-6/+20
2010-08-16r300g: Fix leaks in failed context creationnobled1-34/+48
2010-08-16r300g: Fix macronobled1-1/+3
2010-08-16r300/compiler: implement DP2 opcodeMarek Olšák1-1/+1
2010-08-16r300/compiler: implement SSG opcodeMarek Olšák1-1/+1
2010-08-15r300g: mark HiZ/ZMask_clear atoms as non-dirty after emission in clearMarek Olšák1-1/+4
2010-08-15r300g: do not use HiZ if HiZ RAM is not properly initializedMarek Olšák5-18/+23
2010-08-15r300g: rename dirty_zmask -> zmask_in_useMarek Olšák5-13/+13
2010-08-15r300g: do not clear with blitter if we clear just the ZMask RAMMarek Olšák1-9/+37
2010-08-15r300g: do not use fastfill if ZMask RAM is not properly initializedMarek Olšák4-18/+31
2010-08-15r300g: separate num_cs_end_dwords out from prepare_for_renderingMarek Olšák3-24/+25
2010-08-13r300g: do not support separate depth/stencil clear in the driverMarek Olšák1-3/+1
2010-08-13r300g: fix fastfill when color and Z clear are invoked separatelyMarek Olšák2-2/+2
2010-08-13r300g: disable depth clamp for nowMarek Olšák1-1/+1
2010-08-12Revert "u_blitter: unify clear_depth_stencil and flush_depth_stencil"Marek Olšák1-3/+1
2010-08-12u_blitter: unify clear_depth_stencil and flush_depth_stencilMarek Olšák1-1/+3
2010-08-11r300/compiler: Implement the CONT opcode.Tom Stellard1-1/+1