aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300
Commit message (Expand)AuthorAgeFilesLines
...
* r300/compiler: Don't erase sources when converting RGB->AlphaTom Stellard2011-02-111-6/+0
* r300/compiler: Disable register rename pass on r500Tom Stellard2011-02-051-1/+1
* r300/compiler: Don't count BEGIN_TEX instructions in the compiler statsTom Stellard2011-02-051-1/+3
* r300c: Unbreak after R4xx support was added to r300/compiler.Michel Dänzer2011-02-032-0/+2
* r300/compiler: Standardize the number of bits used by swizzle fieldsTom Stellard2011-01-2910-46/+50
* r300/compiler: print stats based on the initial number of instructionsMarek Olšák2011-01-282-3/+10
* r300g: Increase fragment shader limits for r400 cardsTom Stellard2011-01-235-33/+205
* r300/compiler: remove any code related to relative addressing of temporariesMarek Olšák2011-01-239-120/+13
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-8/+8
* r300: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-092-0/+2
* r300/compiler: disable the rename_regs pass for loopsMarek Olšák2011-01-041-0/+8
* r300/compiler: Fix black terrain in Civ4Tom Stellard2011-01-041-8/+1
* r300/compiler: fix swizzle lowering with a presubtract source operandMarek Olšák2010-12-111-0/+1
* r300/compiler: fix LIT in VSMarek Olšák2010-12-111-1/+2
* r300/compiler: remove at least unused immediates if externals cannot be removedMarek Olšák2010-12-083-8/+6
* r300/compiler: make lowering passes possibly use up to two less tempsMarek Olšák2010-12-081-63/+86
* r300/compiler: handle DPH and XPD in rc_compute_sources_for_writemaskMarek Olšák2010-12-081-0/+5
* r300/compiler: do not print pair/tex/presub program stats for vertex shadersMarek Olšák2010-12-081-16/+30
* r300/compiler: cleanup rc_run_compilerMarek Olšák2010-12-084-15/+36
* r300/compiler: add a function to query program stats (alu, tex, temps..)Marek Olšák2010-12-082-15/+39
* r300/compiler: don't terminate regalloc if we surpass max temps limitMarek Olšák2010-12-081-11/+6
* 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