aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_program.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Softpipe: import TGSI tree. Not hooked-up yet.michal2007-07-051-3/+11
* Renamed softpipe directories and files to something less confusing.Keith Whitwell2007-06-141-0/+165