summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_execute.c
AgeCommit message (Expand)Author
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-05-13mesa: Remove no-op wrappers around trig functions.Eric Anholt
2010-05-13mesa: Remove _mesa_pow(), which is always just pow().Eric Anholt
2010-04-18glsl: Fix handling of OPCODE_PRINT for no registers case.Vinson Lee
2010-03-04Revert "mesa: Remove pointless comparison of unsigned integer with a negative...Vinson Lee
2010-02-19mesa: remove abs/negate from fetch_vector1ui()Brian Paul
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-15mesa: Remove pointless comparison of unsigned integer with a negative constant.Vinson Lee
2010-02-13mesa: Fix compiler warningsKarl Schultz
2010-02-05mesa: debug output for ARLBrian Paul
2010-01-27mesa: fix double->float assignment warnings, int/uint comparison warningsBrian Paul
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-22mesa: use new fetch_vector1ui() function for 'unpack' GPU instructionsBrian Paul
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-16glsl: Remove unnecessary header from prog_execute.c.Vinson Lee
2009-12-22mesa: adjust OPCODE_IF/ELSE BranchTarget fields to point to ELSE/ENDIF instr.Brian Paul
2009-12-22mesa: adjust BRK/CONT BranchTarget to always point to ENDLOOP instructionBrian Paul
2009-12-22mesa: added some assertions in BNGLOOP/ENDLOOP casesBrian Paul
2009-12-07mesa: fix shader prog_execute strict aliasing violationsRoland Scheidegger
2009-10-01mesa: Return -FLT_MAX instead of 0 for LG2(0).Vinson Lee
2009-09-24Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-23mesa: don't bias LOD in shader interpreter; do it in swrastBrian Paul
2009-08-31mesa: debug printf for KILBrian Paul
2009-06-03mesa: added NaN checking code (disabled)Brian Paul
2009-06-03mesa: check/prevent NaN for EX2/LG2Brian Paul
2009-04-14mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul
2009-04-03mesa: for OPCODE_LIT, use _mesa_pow() instead of exp() and log()Brian Paul
2009-04-01mesa: use correct tex unit lod bias for TXB instructionBrian Paul
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul
2008-12-19GLSL: The LOG2 macro doesn't have enough precisionIan Romanick
2008-12-15mesa: rename slang_library_noise.[ch] to prog_noise.[ch] and rename functionsBrian Paul
2008-12-12mesa: use IFLOOR(x) instead of (int) FLOORF(x)Brian Paul
2008-11-11mesa: allow relative indexing into all register files and indirect dst regist...Brian Paul
2008-11-07mesa: forgot sqrt in NRM3/4 instructionsBrian Paul
2008-11-07mesa: added DP2, DP2A instructionsBrian Paul
2008-11-07mesa: added AND/OR/NOT/XOR instructionsBrian Paul
2008-11-07mesa: added OPCODE_NRM3/NRM4 instructions for vector normalization.Brian Paul
2008-11-06mesa: rename OPCODE_INT -> OPCODE_TRUNCBrian Paul
2008-09-23mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2008-07-29mesa: Silence compiler warnings on Windows.Brian Paul
2008-06-12glsl: allow uniformsZack Rusin
2008-05-16whitespace/formattingBrian Paul
2008-05-14Updated GLSL uniform/sampler handling from gallium-0.1 branchBrian Paul
2008-04-22Fix error stringAlan Hourihane
2008-04-11fix failed assertion (parameter can be a PROGRAM_CONSTANT)Brian Paul
2007-11-23Consolidate texture fetch code and use partial derivatives when possible.Brian
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2007-05-02Resuscitate some of the DDX,DDY code.Brian
2007-04-21another bit of debug codeBrian