summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300
AgeCommit message (Expand)Author
2010-09-24r300g: Silence uninitialized variable warning.Vinson Lee
2010-09-24r300g: fix the border color for every format other than PIPE_FORMAT_B8G8R8A8Marek Olšák
2010-09-24r300g: fix a copy-paste typo for loggingMarek Olšák
2010-09-23r300g: Always try to build libr300compiler.aTom Stellard
2010-09-24r300g: fix point sprite coord.Dave Airlie
2010-09-20util/r300g: split the r300 index buffer modifier functions out to utilDave Airlie
2010-09-16r300g/swtcl: fix CS overrunMarek Olšák
2010-09-15r300g: prevent creating multiple winsys BOs for the same handleMarek Olšák
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-09-13r300g/swtcl: unlock VBO after draw_flushMarek Olšák
2010-09-13r300g: fix SWTCLMarek Olšák
2010-09-13r300g: print unassigned FS inputs for DBG_RSMarek Olšák
2010-09-13r300g: add new debug options for dumping scissor regs and disabling CBZB clearMarek Olšák
2010-09-13r300g: skip rendering if CS space validation failsMarek Olšák
2010-09-13r300g: remove u_upload_flush from r300_draw_arraysMarek Olšák
2010-09-10r300/compiler: Enable presubtract sourcesTom Stellard
2010-09-05r300g,r300c: memset the compiler struct to zerosMarek Olšák
2010-09-04Revert "r300g: refuse to create a texture with size 0"Marek Olšák
2010-09-04r300g: remove unnecessary assignmentsMarek Olšák
2010-09-04r300g: skip draw calls with no vertex elements, fixing hardlocksMarek Olšák
2010-09-04r300g: add a new debug option which disables compiler optimizationsMarek Olšák
2010-09-04r300/compiler: make optimizations not use 0.5 swizzles in vertex shadersMarek Olšák
2010-09-04r300/compiler: add new compiler parameter max_constantsMarek Olšák
2010-09-04r300g: only check for an empty shader if there are no compile errorsMarek Olšák
2010-09-04r300/compiler: add new compiler parameter max_alu_instsMarek Olšák
2010-08-30r300g: fix warning in winsysMarek Olšák
2010-08-29r300g,u_blitter: use u_framebufferMarek Olšák
2010-08-28r300g: fix blitting between 2D NPOT mipmapsMarek Olšák
2010-08-28r300g: fix min/max lod computationMathias Fröhlich
2010-08-28r300g: set the correct value in PVS_NUM_CNTLRSMarek Olšák
2010-08-27r300g: Include missing header in r300_texture.h.Vinson Lee
2010-08-26r300g: Include missing header in r300_texture_desc.h.Vinson Lee
2010-08-26r300g: fix constant buffer upload once again for r3xx->r4xxMarek Olšák
2010-08-25r300g: fix potentially uninitialized variables in create_rs_stateMarek Olšák
2010-08-25draw: specialized cliptesting routinesKeith Whitwell
2010-08-25gallium: Use draw_set_index_buffer and others.Chia-I Wu
2010-08-25r300g: fix gl_PointCoordMarek Olšák
2010-08-25r300g: eliminate unused constants in FSMarek Olšák
2010-08-25r300g: eliminate unused constants in VSMarek Olšák
2010-08-25r300g: clean up some mess in set_constant_bufferMarek Olšák
2010-08-25r300g: fix indentationMarek Olšák
2010-08-25r300g: reset the index bias to 0 at the end of CSMarek Olšák
2010-08-23r300g: Remove unused variable.Vinson Lee
2010-08-23r300g: avoid stall in no-tcl drawing when mapping vboDave Airlie
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri
2010-08-19r300g: do not use fastfill with 16-bit zbuffersMarek Olšák
2010-08-17r300g: fix context destroy under hyperzDave Airlie
2010-08-16r300g: fix assert in the rasterizer block for r3xx-r4xxMarek Olšák
2010-08-16r300g: fix an invalid pointer in freeMarek Olšák
2010-08-16r300g: Let hyperz init failnobled