summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* r300g: also revalidate the SWTCL vertex buffer after its reallocationMarek Olšák2010-12-071-0/+1
* r300g: validate buffers only if any of bound buffers is changedMarek Olšák2010-12-077-13/+39
* r300g: cache packet dwords of 3D_LOAD_VBPNTR in a command buffer if possibleMarek Olšák2010-12-073-15/+65
* r300g: optimize looping over atomsMarek Olšák2010-12-0513-119/+121
* r300g: cleanup winsysMarek Olšák2010-12-055-11/+12
* r300g: try and use all of vertex constant spaceDave Airlie2010-12-054-47/+62
* r300g: do not use the index parameter in set_constant_bufferMarek Olšák2010-12-051-2/+1
* r300g: one more r500_index_bias_supported leftoverMarek Olšák2010-12-031-2/+1
* r300g: add capability bit index_bias_supportedMarek Olšák2010-12-036-12/+10
* r300g: do not remove unused constants if we are not near the limitMarek Olšák2010-12-032-2/+9
* r300g: fix pointer arithmetic with void* in transfer_inline_writeMarek Olšák2010-12-032-3/+3
* r300g: implement simple transfer_inline_write for buffersMarek Olšák2010-12-031-10/+38
* r300g: use internal BO handle for add_buffer and write_relocMarek Olšák2010-12-0310-35/+49
* r300g: fix buildMarek Olšák2010-12-031-1/+1
* r300g: Drop unnecessary castnobled2010-12-031-1/+1
* r300g: Abort if draw_create() failsnobled2010-12-031-0/+2
* r300g: Abort if atom allocations failnobled2010-12-031-18/+28
* r300g: fix up cubemap texture offset computationMarek Olšák2010-12-021-0/+1
* gallium: support for array textures and related changesRoland Scheidegger2010-12-0215-147/+141
* r300g: disable ARB_texture_swizzle if S3TC is enabled on r3xx-onlyMarek Olšák2010-12-011-1/+2
* r300g: fix texture swizzling with compressed textures on r400-r500Marek Olšák2010-12-017-13/+28
* r300/compiler: implement and lower OPCODE_CLAMPMarek Olšák2010-12-011-1/+1
* r300g: fix texture border color once againMarek Olšák2010-11-301-2/+37
* util: rename u_mempool -> u_slabMarek Olšák2010-11-305-21/+21
* r300g: Avoid returning values in a static array, fixing a potential raceMathias Fröhlich2010-11-221-11/+21
* gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák2010-11-221-0/+4
* r300g: silence guard band cap errorsJoakim Sindholt2010-11-211-0/+7
* r300g: fix rendering with no vertex elementsMarek Olšák2010-11-204-5/+40
* r300g: print FS inputs uninitialized due to hardware limits to stderrMarek Olšák2010-11-171-7/+17
* r300g: remove the hack with OPCODE_RETMarek Olšák2010-11-161-4/+1
* r300g: return shader caps from Draw for SWTCL vertex shadersMarek Olšák2010-11-141-0/+6
* r300g: clean up redundancy in draw functionsMarek Olšák2010-11-141-57/+45
* r300g: fix texture border color for all texture formatsMarek Olšák2010-11-131-33/+31
* r300g: fill out CAPs for indirect addressingMarek Olšák2010-11-121-0/+11
* r300g: turn magic numbers into names in the hyperz codeMarek Olšák2010-11-101-12/+18
* r300g: rename has_hyperz -> can_hyperzMarek Olšák2010-11-105-11/+11
* r300g: mention ATI in the renderer stringMarek Olšák2010-11-101-25/+25
* r300g: Do not use buf param before checking for NULL.Guillermo S. Romero2010-11-041-1/+1
* scons: Add aliases for several pipe drivers.José Fonseca2010-11-021-0/+2
* r300g: add a default channel ordering of texture border for unhandled formatsMarek Olšák2010-10-271-9/+5
* r300g: Silence uninitialized variable warning.Vinson Lee2010-10-271-0/+5
* r300g: fix texture border for 16-bits-per-channel formatsMarek Olšák2010-10-241-4/+9
* r300g: say no to PIPE_CAP_STREAM_OUTPUT and PIPE_CAP_PRIMITIVE_RESTARTMarek Olšák2010-10-221-0/+2
* r300g: do not print get_param errors in non-debug buildMarek Olšák2010-10-221-4/+4
* r300g: Add new debug option for logging vertex/fragment program statsTom Stellard2010-10-184-4/+8
* r300g: clean up warning due to unknown cap.Dave Airlie2010-10-151-0/+1
* r300g: fix microtiling for 16-bits-per-channel formatsMarek Olšák2010-10-051-3/+3
* r300g: add support for L8A8 colorbuffersMarek Olšák2010-10-021-0/+3
* r300g: add support for R8G8 colorbuffersMarek Olšák2010-10-021-1/+11
* r300g: fix conditional rendering in non-wait pathMarek Olšák2010-09-301-3/+3