summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300
AgeCommit message (Expand)Author
2010-12-25r300g: simplify the code for buffer uploadsMarek Olšák
2010-12-25r300g: user index buffers are always alignedMarek Olšák
2010-12-25r300g: increase the size of upload buffersMarek Olšák
2010-12-24r300g/swtcl: re-enable LLVMMarek Olšák
2010-12-24r300g: turn back on rv530 hiz.Dave Airlie
2010-12-24r300g: hyperz fixing typo.Dave Airlie
2010-12-24r300g: add support for color0 writes to all bound color buffers.Dave Airlie
2010-12-23r300g: use a simpler fallback for misaligned ushort indices with trianglesMarek Olšák
2010-12-23r300g: add support for B2G3R3 texturingMarek Olšák
2010-12-22r300g: Remove unnecessary headers.Vinson Lee
2010-12-22r300g: fix precision issues with B10G10R10A2Marek Olšák
2010-12-22r300g: support B10G10R10A2 render targets only with DRM 2.8.0 or later versionsMarek Olšák
2010-12-20gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák
2010-12-19r300g: optimize the fallback for misaligned ushort indicesMarek Olšák
2010-12-17r300g: finally fix the texture corruption on r3xx-r4xxMarek Olšák
2010-12-13r300g: fixup rs690 tiling stride alignment calculations.Dave Airlie
2010-12-11r300g: fix rendering with a vertex attrib having a zero strideMarek Olšák
2010-12-07r300g: also revalidate the SWTCL vertex buffer after its reallocationMarek Olšák
2010-12-07r300g: validate buffers only if any of bound buffers is changedMarek Olšák
2010-12-07r300g: cache packet dwords of 3D_LOAD_VBPNTR in a command buffer if possibleMarek Olšák
2010-12-05r300g: optimize looping over atomsMarek Olšák
2010-12-05r300g: cleanup winsysMarek Olšák
2010-12-05r300g: try and use all of vertex constant spaceDave Airlie
2010-12-05r300g: do not use the index parameter in set_constant_bufferMarek Olšák
2010-12-03r300g: one more r500_index_bias_supported leftoverMarek Olšák
2010-12-03r300g: add capability bit index_bias_supportedMarek Olšák
2010-12-03r300g: do not remove unused constants if we are not near the limitMarek Olšák
2010-12-03r300g: fix pointer arithmetic with void* in transfer_inline_writeMarek Olšák
2010-12-03r300g: implement simple transfer_inline_write for buffersMarek Olšák
2010-12-03r300g: use internal BO handle for add_buffer and write_relocMarek Olšák
2010-12-03r300g: fix buildMarek Olšák
2010-12-03r300g: Drop unnecessary castnobled
2010-12-03r300g: Abort if draw_create() failsnobled
2010-12-03r300g: Abort if atom allocations failnobled
2010-12-02r300g: fix up cubemap texture offset computationMarek Olšák
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-12-01r300g: disable ARB_texture_swizzle if S3TC is enabled on r3xx-onlyMarek Olšák
2010-12-01r300g: fix texture swizzling with compressed textures on r400-r500Marek Olšák
2010-12-01r300/compiler: implement and lower OPCODE_CLAMPMarek Olšák
2010-11-30r300g: fix texture border color once againMarek Olšák
2010-11-30util: rename u_mempool -> u_slabMarek Olšák
2010-11-22r300g: Avoid returning values in a static array, fixing a potential raceMathias Fröhlich
2010-11-22gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák
2010-11-21r300g: silence guard band cap errorsJoakim Sindholt
2010-11-20r300g: fix rendering with no vertex elementsMarek Olšák
2010-11-17r300g: print FS inputs uninitialized due to hardware limits to stderrMarek Olšák
2010-11-16r300g: remove the hack with OPCODE_RETMarek Olšák
2010-11-14r300g: return shader caps from Draw for SWTCL vertex shadersMarek Olšák
2010-11-14r300g: clean up redundancy in draw functionsMarek Olšák
2010-11-13r300g: fix texture border color for all texture formatsMarek Olšák