aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_program.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: fix shader deletion regressionBrian Paul2011-02-081-3/+4
* mesa/st: Plug a fragment program variant parameter leakThomas Hellstrom2011-02-081-0/+2
* st/mesa: free the temporary bitmap/drawpix shader codeBrian Paul2011-02-081-2/+10
* st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* st/mesa: skip glDrawPixels/glBitmap-related code for ES buildBrian Paul2011-01-041-0/+2
* mesa/st: set the color write cbuf property for fragColor writesDave Airlie2010-12-241-0/+5
* st/mesa: s/varient/variantBrian Paul2010-12-161-87/+87
* st/mesa: fix incorrect prev pointer in destroy_program_variants()Brian Paul2010-12-141-9/+9
* st/mesa: rename the varient release functionsBrian Paul2010-12-141-3/+3
* st/mesa: add geom program code in destroy_program_variants()Brian Paul2010-12-131-0/+21
* st/mesa: use st_fragment_program() instead of castBrian Paul2010-12-131-2/+2
* st/mesa: minor re-indentingBrian Paul2010-12-131-17/+16
* Squashed commit of the following (st-mesa-per-context-shaders branch):Brian Paul2010-12-131-193/+558
* st/mesa: initialize key in st_vp_varientMarek Olšák2010-12-051-0/+2
* st/mesa: Silence uninitialized variable warning.Vinson Lee2010-10-281-0/+4
* Track separate programs for each stageIan Romanick2010-10-271-6/+32
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* st/mesa: use shader stencil export to accelerate shader drawpixels.Dave Airlie2010-10-131-0/+9
* gallium: rework handling of sprite_coord_enable stateBrian Paul2010-09-171-12/+5
* st/mesa: remove output register reads inside shadersMarek Olšák2010-08-161-0/+8
* st/mesa: Clean up header file inclusion in st_mesa_to_tgsi.h.Vinson Lee2010-08-051-0/+1
* mesa: get the translation from mesa 2d regs to tgsi workingZack Rusin2010-07-101-0/+3
* gs: inject const int gl_VerticesIn at link timeZack Rusin2010-07-081-9/+2
* mesa: make the arguments in the asm statemants optionalZack Rusin2010-06-291-1/+0
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-281-0/+246
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-2/+2
* st/mesa: Do not use draw module in OpenGL ES build.Chia-I Wu2010-05-121-0/+2
* st/mesa: move/improve Mesa GPU program debuggingBrian Paul2010-04-281-10/+11
* st/mesa: use BITFIELD64_BIT to access shader OutputsWritten in more placesBen Skeggs2010-03-311-3/+3
* st/mesa: Fix memory leak on out-of-memory error path.Vinson Lee2010-02-211-1/+3
* st/mesa: move per-fragment shader fields to local varsBrian Paul2010-02-141-17/+19
* st/mesa: rename state -> tgsi, updated commentsBrian Paul2010-02-121-9/+9
* st/mesa: remove special-case cyl-wrap codeBrian Paul2010-02-091-9/+1
* st/mesa: check for PROG_PARAM_BIT_CYL_WRAP flagBrian Paul2010-02-091-1/+9
* st/mesa: 'fix' point coord semantic infoBrian Paul2010-02-051-1/+10
* st/mesa: remove duplicate calculation of fp input mappingKeith Whitwell2010-02-011-12/+7
* st/mesa: remove dead stfp input_map arrayKeith Whitwell2010-02-011-9/+0
* Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-141-1/+0
|\
| * st/mesa: Remove unnecessary header from st_program.c.Vinson Lee2010-01-131-1/+0
* | Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-221-6/+56
|\ \
| * | fix debug output mising from edgeflag changesRoland Scheidegger2009-12-181-0/+7
| * | gallium: fix mesa to tgsi translation for edgeflagsRoland Scheidegger2009-12-181-13/+15
| * | gallium: edgeflags change fixesRoland Scheidegger2009-12-161-1/+7
| * | gallium: more work for edgeflags changesRoland Scheidegger2009-12-141-5/+10
| * | gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell2009-12-091-1/+31
* | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-211-0/+2
|\ \ \ | |/ / |/| / | |/
| * st/mesa: move assert on nr vs insns until after pos_invarient expansionKeith Whitwell2009-12-181-0/+2
* | st/mesa: fix up commentBrian Paul2009-12-071-2/+5
* | Merge commit 'origin/st-shader-varients'Roland Scheidegger2009-11-261-253/+117
|\ \ | |/ |/|
| * mesa/st: refactor vertex and fragment shader translationKeith Whitwell2009-11-151-153/+114