aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_program.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: rename state -> tgsi, updated commentsBrian Paul2010-02-121-6/+6
* mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul2010-02-041-3/+6
* st/mesa: Remove unnecessary headers.Vinson Lee2010-01-311-1/+0
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\
| * st/mesa: Remove unnecessary header from st_cb_program.c.Vinson Lee2010-01-151-1/+0
* | mesa/st: refactor vertex and fragment shader translationKeith Whitwell2009-11-151-41/+2
|/
* mesa: Ensure TGSI tokens are freed with gallium's free.José Fonseca2009-09-211-4/+5
* mesa: use new ST_CALLOC_STRUCT() macro in gallium state trackerBrian Paul2009-02-121-2/+2
* mesa: consistantly use mesa memory-functions in gallium state trackerBrian Paul2009-02-121-4/+4
* gallium: check for FEATURE_feedback and FEATURE_drawpix when creating/using t...Brian Paul2008-07-101-0/+4
* Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul2008-05-201-0/+7
|\
| * gallium: fix vertex shader mem leak (glRasterPos)Brian Paul2008-05-201-0/+7
* | Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul2008-05-201-2/+7
|\|
| * gallium: fix default case in st_new_program()Brian Paul2008-05-201-2/+7
| * fix program delete/refcount bugBrian Paul2008-05-191-1/+3
* | fix program delete/refcount bugBrian Paul2008-05-181-1/+4
|/
* gallium: use cso_destroy_vertex/fragment_shader() functionsBrian Paul2008-04-241-7/+5
* gallium: fix some bitmap frag shader issuesBrian Paul2008-04-221-0/+4
* gallium: free bitmap fragment shaders, misc clean-upBrian Paul2008-03-241-2/+3
* gallium: fix a few more shader-related mem leaksBrian2008-03-221-10/+18
* gallium: fix a few mem leaks when deleting programsBrian2008-03-221-13/+20
* gallium: in st_program_string_notify() free shader tokens.Brian2008-03-141-0/+10
* gallium: rework CSO-related code in state trackerBrian2008-03-111-1/+4
* Code reorganization: update build.José Fonseca2008-02-151-2/+2
* gallium: rename st_fragment_program's fs field to cso to match st_vertex_programBrian2008-02-121-2/+2
* include pipe/draw/draw_context.hBrian2008-01-151-0/+1
* free stvp->draw_shaderBrian2008-01-141-1/+5
* Fix problems with vertex shaders and the private draw module.Brian2008-01-141-4/+7
* Use program serial numbers to avoid re-generating fragment programs for glDra...Brian2007-10-301-2/+4
* Move mesa_to_tgsi.[ch] to state_trackerBrian2007-10-271-1/+0
* remove unused varBrian2007-10-101-2/+0
* Track fragment and vertex shader code generation via pipe shader state objects.Michel Dänzer2007-10-031-7/+0
* Get rid of ST_NEW_SHADER flag and the dependency on _NEW_PROGRAMZack Rusin2007-10-031-10/+16
* fix st_use_program()Brian2007-09-281-0/+3
* Instead of linked program pairs, keep a list of vertex programs translated fo...Brian2007-09-281-0/+12
* Redoing the way we handle vertex shaders for the draw module.Zack Rusin2007-09-281-7/+0
* Revert "Redoing the way we handle vertex shaders for the draw module."Zack Rusin2007-09-281-0/+7
* Redoing the way we handle vertex shaders for the draw module.Zack Rusin2007-09-281-7/+0
* Enable codegen based whenever __i386__ is defined.Keith Whitwell2007-09-271-4/+4
* some clean-up of ST_NEW_ shader flagsBrian2007-09-251-20/+4
* Translate mesa vertex/fragment programs to TGSI programs at same time to do p...Brian2007-09-251-33/+55
* Enable SSE2 for FS.michal2007-09-241-6/+15
* checkpoint in constant tracking reworkKeith Whitwell2007-08-251-3/+13
* check for USE_X86_ASM or SLANG_X86 in st_delete_program()Brian2007-08-241-0/+2
* Hook-up SSE2 to VS.michal2007-08-241-0/+14
* silence warningKeith Whitwell2007-08-091-1/+1
* New st_init_*_functions() to initialize the driver functions table.Brian2007-08-061-19/+10
* disable ProgramStringNotify assertionBrian2007-07-301-0/+2
* added GL_FRAGMENT_PROGRAM_NV in st_new_program()Brian2007-07-241-1/+3
* Trigger tgsi compilation for fragment programs.Keith Whitwell2007-07-191-33/+26