summaryrefslogtreecommitdiff
path: root/src/mesa/tnl
AgeCommit message (Expand)AuthorFilesLines
2008-03-27Fix build problemsAlan Hourihane1-1/+1
2008-03-19set outputs_safe to 0 as it's possible for the code generationAlan Hourihane1-1/+1
2007-11-29New ctx->Driver.Map/UnmapTexture() functions for accessing textures from t_vb...Brian1-0/+48
2007-11-29cleanups, commentsBrian1-31/+34
2007-11-29Move _mesa_load_tracked_matrices() from TNL module to prog_statevars.cBrian2-99/+3
2007-11-15fix position invariant vertex programs for sw-tnlRoland Scheidegger1-52/+151
2007-11-03Fix mem leak in SSE code generation path (Michel Dänzer) and don't crash if ...Brian1-3/+13
2007-10-23properly init dst reg's CondMask/Swizzle fieldsBrian1-3/+3
2007-10-15fix fog, rescale_normals bugs (from gallium branch)Brian1-3/+5
2007-10-03minor fog calc cleanupRoland Scheidegger1-12/+8
2007-10-03fog: fix issues with negative fog coords (may fix #10529)Roland Scheidegger1-7/+22
2007-09-29fix VBO-split infinite loop (bug 12164)Brian1-4/+3
2007-08-31sync with trunk, fixing bug 12239Brian1-17/+44
2007-06-28remove obsolete t_save_api.cBrian1-1834/+0
2007-05-23Fix point attentuation problem (bug 11042)Brian1-4/+6
2007-05-02changes to get DDX/DDY working againBrian1-0/+2
2007-05-02Document a deficiency in the _swrast_Translate() function with regard to poin...Brian1-1/+9
2007-04-17Enable texture sampling for vertex programs/shaders.Brian1-11/+47
2007-04-17In bind_inputs() set VB->EdgeFlag to NULL if it's not needed.Brian1-1/+4
2007-04-17cleanups for t_vb_program.cRoland Scheidegger1-13/+19
2007-04-16removed unused t_vb_arbprogram stageBrian3-3153/+0
2007-04-16unhook t_vb_arbprogram.c code - it's going awayBrian3-14/+19
2007-04-16Use generic program limits instead of NV-specific ones to init program consta...Brian1-1/+4
2007-04-02Fix in t_vp_build: Missed necessary updates sometimesNicolai Haehnle1-1/+2
2007-03-28Get rid of BRK0, BRK1, CONT0, CONT1 instructions.Brian1-4/+0
2007-03-27fix a fragment fog regressionBrian1-1/+1
2007-03-27init machine->StackDepth=0Brian1-0/+3
2007-03-27more parenthesisBrian1-1/+1
2007-03-27recommit e731d8aafa98bbf9d30f83e65f28b7718be55834.Roland Scheidegger1-1/+1
2007-03-27add parenthesis around a bit-wise AND term in _tnl_InvalidateState()Brian1-1/+1
2007-03-27Restore the UseTexEnvProgram logic.Brian1-1/+1
2007-03-26merge of glsl-compiler-1 branchBrian19-501/+2237
2007-03-24When computing render_inputs_bitset, omit primary color if we have a fragment...Brian1-10/+11
2007-03-23Add the ability to generate programs that doesn't use condition codes.Brian1-0/+4
2007-03-22use _mesa_alloc_instructions()Brian1-3/+2
2007-03-21merge from masterBrian1-7/+16
2007-03-19Properly compute render_inputs_bitset when using a vertex program/shader.Brian1-7/+13
2007-03-13sync up t_vp_build.c brw_vs_tnl.c a bitRoland Scheidegger1-5/+7
2007-03-11fix for bug#10196Xiang, Haihao1-1/+8
2007-02-25remove 'maxInst' parameter from _mesa_execute_program()Brian1-2/+1
2007-02-25remove unused 'element' parameter from _mesa_execute_program()Brian1-1/+1
2007-02-25s/attribs/results/Brian1-17/+17
2007-02-25remove unused VaryingPtrBrian1-1/+0
2007-02-25Optimize the loop for copying output results.Brian1-5/+12
2007-02-25only copy used outputsBrian1-3/+4
2007-02-24Use prog_execute.c to run vertex programs until t_vb_arbprogram.c is updated toBrian2-12/+6
2007-02-23expose _mesa_load_tracked_matrices()Brian2-6/+11
2007-02-23s/GLint/gl_state_index/, length is now 5 not 6Brian1-32/+29
2007-02-22use new _mesa_execute_program() functionBrian1-26/+153
2007-02-22FORCE_PROG_EXECUTE_C cpp flag, misc changesBrian1-4/+17