summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into pipe-videoChristian König2010-12-2210-71/+77
|\
| * r300g: Remove unnecessary headers.Vinson Lee2010-12-222-3/+0
| * r300g: fix precision issues with B10G10R10A2Marek Olšák2010-12-221-0/+2
| * r300g: support B10G10R10A2 render targets only with DRM 2.8.0 or later versionsMarek Olšák2010-12-222-3/+6
| * gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák2010-12-202-9/+7
| * r300g: optimize the fallback for misaligned ushort indicesMarek Olšák2010-12-192-2/+22
| * r300g: finally fix the texture corruption on r3xx-r4xxMarek Olšák2010-12-171-17/+15
| * r300g: fixup rs690 tiling stride alignment calculations.Dave Airlie2010-12-133-31/+19
| * r300g: fix rendering with a vertex attrib having a zero strideMarek Olšák2010-12-111-7/+7
* | Merge remote branch 'origin/master' into pipe-videoChristian König2010-12-1133-481/+693
|\|
| * 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
* | Merge remote branch 'origin/master' into pipe-videoChristian König2010-11-217-102/+154
|\|
| * 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
* | Merge remote branch 'origin/master' into pipe-videoChristian König2010-11-117-49/+57
|\|
| * 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