summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300
AgeCommit message (Expand)Author
2011-03-12r300/compiler: do not set TEX_IGNORE_UNCOVERED on r500Marek Olšák
2011-03-12r300/compiler: TEX instructions don't support negation on source argumentsMarek Olšák
2011-03-12r300/compiler: Abs doesn't cancel Negate (in the conversion to native swizzles)Marek Olšák
2011-03-12r300/compiler: fix translating the src negate bits in pair_translateMarek Olšák
2011-03-12r300g: implement fragment color clamping in the shaderMarek Olšák
2011-03-12r300/compiler: fix the saturate modifier when applied to TEX instructionsMarek Olšák
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul
2011-03-08r300/compiler: remove unused variablesMarek Olšák
2011-03-08r300/compiler: fix equal and notequal shadow compare functionsMarek Olšák
2011-03-08r300/compiler: detect constants harderMarek Olšák
2011-03-08r300/compiler: improve the detection of constants for constant foldingMarek Olšák
2011-03-08r300/compiler: saturate Z before the shadow comparisonMarek Olšák
2011-02-11r300/compiler: Don't erase sources when converting RGB->AlphaTom Stellard
2011-02-05r300/compiler: Disable register rename pass on r500Tom Stellard
2011-02-05r300/compiler: Don't count BEGIN_TEX instructions in the compiler statsTom Stellard
2011-02-03r300c: Unbreak after R4xx support was added to r300/compiler.Michel Dänzer
2011-01-29r300/compiler: Standardize the number of bits used by swizzle fieldsTom Stellard
2011-01-28r300/compiler: print stats based on the initial number of instructionsMarek Olšák
2011-01-23r300g: Increase fragment shader limits for r400 cardsTom Stellard
2011-01-23r300/compiler: remove any code related to relative addressing of temporariesMarek Olšák
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul
2011-01-09r300: Include mfeatures.h in files that perform feature tests.Vinson Lee
2011-01-04r300/compiler: disable the rename_regs pass for loopsMarek Olšák
2011-01-04r300/compiler: Fix black terrain in Civ4Tom Stellard
2010-12-11r300/compiler: fix swizzle lowering with a presubtract source operandMarek Olšák
2010-12-11r300/compiler: fix LIT in VSMarek Olšák
2010-12-08r300/compiler: remove at least unused immediates if externals cannot be removedMarek Olšák
2010-12-08r300/compiler: make lowering passes possibly use up to two less tempsMarek Olšák
2010-12-08r300/compiler: handle DPH and XPD in rc_compute_sources_for_writemaskMarek Olšák
2010-12-08r300/compiler: do not print pair/tex/presub program stats for vertex shadersMarek Olšák
2010-12-08r300/compiler: cleanup rc_run_compilerMarek Olšák
2010-12-08r300/compiler: add a function to query program stats (alu, tex, temps..)Marek Olšák
2010-12-08r300/compiler: don't terminate regalloc if we surpass max temps limitMarek Olšák
2010-12-02r300/compiler: disable the swizzle lowering pass in vertex shadersMarek Olšák
2010-12-01r300/compiler: implement and lower OPCODE_CLAMPMarek Olšák
2010-11-26r300/compiler: move util functions to radeon_compiler_utilMarek Olšák
2010-11-26r300/compiler: add a function for swizzling a maskMarek Olšák
2010-11-26r300/compiler: remove duplicate function rc_mask_to_swzMarek Olšák
2010-11-26r300/compiler: fix rc_rewrite_depth_out for it to work with any instructionMarek Olšák
2010-11-24r300/compiler: Move declaration before code.Vinson Lee
2010-11-24r300/compiler: Move declaration before code.Vinson Lee
2010-11-23r300/compiler: Don't allow presubtract sources to be remapped twiceTom Stellard
2010-11-21r300/compiler: Add a more efficient version of rc_find_free_temporary()Tom Stellard
2010-11-21r300/compiler: Enable rename_reg pass for r500 cardsTom Stellard
2010-11-21r300/compiler: Use presubtract operations as much as possibleTom Stellard
2010-11-21r300/compiler: Convert RGB to alpha in the schedulerTom Stellard
2010-11-21r300/compiler: Track readers through branches in rc_get_readers()Tom Stellard
2010-11-21r300/compiler: Handle BREAK and CONTINUE in rc_get_readers()Tom Stellard
2010-11-21r300/compiler: Add rc_get_readers()Tom Stellard
2010-11-21r300/compiler: Ignore alpha dest register when replicating the resultTom Stellard