summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300
Commit message (Expand)AuthorAgeFilesLines
* r300/compiler: disable the swizzle lowering pass in vertex shadersMarek Olšák2010-12-021-1/+0
* r300/compiler: implement and lower OPCODE_CLAMPMarek Olšák2010-12-013-0/+28
* r300/compiler: move util functions to radeon_compiler_utilMarek Olšák2010-11-2610-89/+108
* r300/compiler: add a function for swizzling a maskMarek Olšák2010-11-262-6/+15
* r300/compiler: remove duplicate function rc_mask_to_swzMarek Olšák2010-11-263-14/+2
* r300/compiler: fix rc_rewrite_depth_out for it to work with any instructionMarek Olšák2010-11-261-21/+8
* r300/compiler: Move declaration before code.Vinson Lee2010-11-241-1/+1
* r300/compiler: Move declaration before code.Vinson Lee2010-11-241-1/+1
* r300/compiler: Don't allow presubtract sources to be remapped twiceTom Stellard2010-11-231-1/+8
* r300/compiler: Add a more efficient version of rc_find_free_temporary()Tom Stellard2010-11-213-23/+110
* r300/compiler: Enable rename_reg pass for r500 cardsTom Stellard2010-11-212-79/+16
* r300/compiler: Use presubtract operations as much as possibleTom Stellard2010-11-218-67/+204
* r300/compiler: Convert RGB to alpha in the schedulerTom Stellard2010-11-214-17/+320
* r300/compiler: Track readers through branches in rc_get_readers()Tom Stellard2010-11-214-38/+65
* r300/compiler: Handle BREAK and CONTINUE in rc_get_readers()Tom Stellard2010-11-211-0/+2
* r300/compiler: Add rc_get_readers()Tom Stellard2010-11-215-109/+246
* r300/compiler: Ignore alpha dest register when replicating the resultTom Stellard2010-11-211-1/+4
* r300/compiler: Use zero as the register index for unused sourcesTom Stellard2010-11-212-0/+6
* r300/compiler: Fix instruction scheduling within IF blocksTom Stellard2010-11-211-17/+20
* r300/compiler: Fix register allocator's handling of loopsTom Stellard2010-11-211-10/+21
* r300/compiler: Make sure presubtract sources use supported swizzlesTom Stellard2010-11-212-6/+15
* mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul2010-11-181-7/+12
* r300: set gl_texture_image::TexFormat field in r300SetTexBuffer2()Brian Paul2010-11-151-2/+8
* radeon: Implement GL_OES_EGL_imageJohann Rudloff2010-11-082-0/+8
* mesa/r300classic: Fix dri2Invalidate/radeon_prepare_render for page flipping.Mario Kleiner2010-11-082-2/+4
* r300/compiler: Move declaration before code.Vinson Lee2010-11-041-5/+6
* r300/compiler: Move declaration before code.Vinson Lee2010-11-041-2/+3
* r300/compiler: Don't track readers into an IF block.Tom Stellard2010-11-011-0/+3
* r300/compiler: Don't clobber presubtract sources during optimizationsTom Stellard2010-10-301-39/+37
* r300/compiler: Use rc_get_readers_normal() for presubtract optimizationsTom Stellard2010-10-271-175/+118
* r300/compiler: Remove unused variable.Vinson Lee2010-10-191-1/+1
* r300g: Add new debug option for logging vertex/fragment program statsTom Stellard2010-10-185-9/+70
* r300/compiler: Add a new function for more efficient dataflow analysisTom Stellard2010-10-187-132/+397
* r300/compiler: Clear empty registers after constant foldingTom Stellard2010-10-181-0/+8
* r300/compiler: Fix incorrect assumptionTom Stellard2010-10-183-32/+17
* r300/compiler: Create a helper function for merging presubtract sourcesTom Stellard2010-10-181-117/+102
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-1324-150/+150
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-132-2/+2
* r300: Silence uninitialized variable warning.Vinson Lee2010-10-121-0/+1
* dri/r300: remove duplicated includeNicolas Kaiser2010-09-301-2/+0
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-1/+1
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-4/+10
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-3/+4
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-10/+18
* r300/compiler: Remove declaration before code.Vinson Lee2010-09-291-5/+6
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-2/+3
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-1/+2
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-6/+13
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-5/+9
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-1/+2