summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* r300g: Silence uninitialized variable warning.Vinson Lee2010-09-241-0/+1
* r300g: fix the border color for every format other than PIPE_FORMAT_B8G8R8A8Marek Olšák2010-09-243-6/+84
* r300g: fix a copy-paste typo for loggingMarek Olšák2010-09-241-3/+3
* r300g: Always try to build libr300compiler.aTom Stellard2010-09-231-0/+1
* r300g: fix point sprite coord.Dave Airlie2010-09-241-3/+1
* util/r300g: split the r300 index buffer modifier functions out to utilDave Airlie2010-09-201-108/+4
* r300g/swtcl: fix CS overrunMarek Olšák2010-09-162-8/+28
* r300g: prevent creating multiple winsys BOs for the same handleMarek Olšák2010-09-151-4/+0
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-35/+61
* r300g/swtcl: unlock VBO after draw_flushMarek Olšák2010-09-131-4/+1
* r300g: fix SWTCLMarek Olšák2010-09-134-41/+99
* r300g: print unassigned FS inputs for DBG_RSMarek Olšák2010-09-131-0/+9
* r300g: add new debug options for dumping scissor regs and disabling CBZB clearMarek Olšák2010-09-135-3/+16
* r300g: skip rendering if CS space validation failsMarek Olšák2010-09-133-52/+73
* r300g: remove u_upload_flush from r300_draw_arraysMarek Olšák2010-09-131-1/+0
* r300/compiler: Enable presubtract sourcesTom Stellard2010-09-102-0/+2
* r300g,r300c: memset the compiler struct to zerosMarek Olšák2010-09-051-0/+1
* Revert "r300g: refuse to create a texture with size 0"Marek Olšák2010-09-041-12/+0
* r300g: remove unnecessary assignmentsMarek Olšák2010-09-041-6/+0
* r300g: skip draw calls with no vertex elements, fixing hardlocksMarek Olšák2010-09-041-0/+3
* r300g: add a new debug option which disables compiler optimizationsMarek Olšák2010-09-044-18/+22
* r300/compiler: make optimizations not use 0.5 swizzles in vertex shadersMarek Olšák2010-09-042-0/+2
* r300/compiler: add new compiler parameter max_constantsMarek Olšák2010-09-042-0/+2
* r300g: only check for an empty shader if there are no compile errorsMarek Olšák2010-09-041-8/+8
* r300/compiler: add new compiler parameter max_alu_instsMarek Olšák2010-09-042-0/+2
* r300g: fix warning in winsysMarek Olšák2010-08-301-0/+1
* r300g,u_blitter: use u_framebufferMarek Olšák2010-08-292-3/+3
* r300g: fix blitting between 2D NPOT mipmapsMarek Olšák2010-08-284-23/+51
* r300g: fix min/max lod computationMathias Fröhlich2010-08-281-2/+2
* r300g: set the correct value in PVS_NUM_CNTLRSMarek Olšák2010-08-281-1/+1
* r300g: Include missing header in r300_texture.h.Vinson Lee2010-08-271-0/+1
* r300g: Include missing header in r300_texture_desc.h.Vinson Lee2010-08-261-0/+1
* r300g: fix constant buffer upload once again for r3xx->r4xxMarek Olšák2010-08-261-1/+1
* r300g: fix potentially uninitialized variables in create_rs_stateMarek Olšák2010-08-251-5/+2
* draw: specialized cliptesting routinesKeith Whitwell2010-08-251-2/+0
* gallium: Use draw_set_index_buffer and others.Chia-I Wu2010-08-252-12/+9
* r300g: fix gl_PointCoordMarek Olšák2010-08-251-2/+7
* r300g: eliminate unused constants in FSMarek Olšák2010-08-253-7/+32
* r300g: eliminate unused constants in VSMarek Olšák2010-08-255-8/+31
* r300g: clean up some mess in set_constant_bufferMarek Olšák2010-08-252-22/+1
* r300g: fix indentationMarek Olšák2010-08-252-8/+8
* r300g: reset the index bias to 0 at the end of CSMarek Olšák2010-08-254-5/+12
* r300g: Remove unused variable.Vinson Lee2010-08-231-2/+0
* r300g: avoid stall in no-tcl drawing when mapping vboDave Airlie2010-08-233-15/+26
* gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-203-5/+10
* r300g: do not use fastfill with 16-bit zbuffersMarek Olšák2010-08-191-0/+4
* r300g: fix context destroy under hyperzDave Airlie2010-08-171-3/+3
* r300g: fix assert in the rasterizer block for r3xx-r4xxMarek Olšák2010-08-161-1/+1
* r300g: fix an invalid pointer in freeMarek Olšák2010-08-161-1/+1
* r300g: Let hyperz init failnobled2010-08-163-6/+20