gallium: free bitmap fragment shaders, misc clean-up
[mesa.git] / src / mesa / state_tracker / st_cb_program.c
2008-03-24 Brian Paulgallium: free bitmap fragment shaders, misc clean-up
2008-03-22 Briangallium: fix a few more shader-related mem leaks
2008-03-22 Briangallium: fix a few mem leaks when deleting programs
2008-03-14 Briangallium: in st_program_string_notify() free shader...
2008-03-12 Briangallium: rework CSO-related code in state tracker
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: update build.
2008-02-12 Briangallium: rename st_fragment_program's fs field to cso...
2008-01-16 Brianinclude pipe/draw/draw_context.h
2008-01-15 Brianfree stvp->draw_shader
2008-01-15 BrianFix problems with vertex shaders and the private draw...
2007-10-30 BrianUse program serial numbers to avoid re-generating fragm...
2007-10-27 BrianMove mesa_to_tgsi.[ch] to state_tracker
2007-10-10 Brianremove unused var
2007-10-03 Michel DänzerTrack fragment and vertex shader code generation via...
2007-10-03 Zack RusinGet rid of ST_NEW_SHADER flag and the dependency on...
2007-09-28 Brianfix st_use_program()
2007-09-28 BrianInstead of linked program pairs, keep a list of vertex...
2007-09-28 Zack RusinRedoing the way we handle vertex shaders for the draw...
2007-09-28 Zack RusinRevert "Redoing the way we handle vertex shaders for...
2007-09-28 Zack RusinRedoing the way we handle vertex shaders for the draw...
2007-09-27 Keith WhitwellEnable codegen based whenever __i386__ is defined.
2007-09-25 Briansome clean-up of ST_NEW_ shader flags
2007-09-25 BrianTranslate mesa vertex/fragment programs to TGSI program...
2007-09-24 michalEnable SSE2 for FS.
2007-08-25 Keith Whitwellcheckpoint in constant tracking rework
2007-08-25 Briancheck for USE_X86_ASM or SLANG_X86 in st_delete_program()
2007-08-24 michalHook-up SSE2 to VS.
2007-08-09 Keith Whitwellsilence warning
2007-08-06 BrianNew st_init_*_functions() to initialize the driver...
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-30 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-30 Briandisable ProgramStringNotify assertion
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-24 Brianadded GL_FRAGMENT_PROGRAM_NV in st_new_program()
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-19 Keith WhitwellTrigger tgsi compilation for fragment programs.
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-05 michalSoftpipe: import TGSI tree. Not hooked-up yet.
2007-06-14 Keith WhitwellRenamed softpipe directories and files to something...