summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_program.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-6/+6
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin1-0/+48
2010-06-26st/mesa: Remove unnecessary headers.Vinson Lee1-2/+0
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-3/+3
2010-06-10mesa: refactor shader api / object codeBrian Paul1-5/+3
2010-02-12st/mesa: rename state -> tgsi, updated commentsBrian Paul1-6/+6
2010-02-04mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul1-3/+6
2010-01-31st/mesa: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-1/+0
2010-01-15st/mesa: Remove unnecessary header from st_cb_program.c.Vinson Lee1-1/+0
2009-11-15mesa/st: refactor vertex and fragment shader translationKeith Whitwell1-41/+2
2009-09-21mesa: Ensure TGSI tokens are freed with gallium's free.José Fonseca1-4/+5
2009-02-12mesa: use new ST_CALLOC_STRUCT() macro in gallium state trackerBrian Paul1-2/+2
2009-02-12mesa: consistantly use mesa memory-functions in gallium state trackerBrian Paul1-4/+4
2008-07-10gallium: check for FEATURE_feedback and FEATURE_drawpix when creating/using t...Brian Paul1-0/+4
2008-05-20Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul1-0/+7
2008-05-20gallium: fix vertex shader mem leak (glRasterPos)Brian Paul1-0/+7
2008-05-20Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul1-2/+7
2008-05-20gallium: fix default case in st_new_program()Brian Paul1-2/+7
2008-05-19fix program delete/refcount bugBrian Paul1-1/+3
2008-05-18fix program delete/refcount bugBrian Paul1-1/+4
2008-04-24gallium: use cso_destroy_vertex/fragment_shader() functionsBrian Paul1-7/+5
2008-04-22gallium: fix some bitmap frag shader issuesBrian Paul1-0/+4
2008-03-24gallium: free bitmap fragment shaders, misc clean-upBrian Paul1-2/+3
2008-03-22gallium: fix a few more shader-related mem leaksBrian1-10/+18
2008-03-22gallium: fix a few mem leaks when deleting programsBrian1-13/+20
2008-03-14gallium: in st_program_string_notify() free shader tokens.Brian1-0/+10
2008-03-11gallium: rework CSO-related code in state trackerBrian1-1/+4
2008-02-15Code reorganization: update build.José Fonseca1-2/+2
2008-02-12gallium: rename st_fragment_program's fs field to cso to match st_vertex_programBrian1-2/+2
2008-01-15include pipe/draw/draw_context.hBrian1-0/+1
2008-01-14free stvp->draw_shaderBrian1-1/+5
2008-01-14Fix problems with vertex shaders and the private draw module.Brian1-4/+7
2007-10-30Use program serial numbers to avoid re-generating fragment programs for glDra...Brian1-2/+4
2007-10-27Move mesa_to_tgsi.[ch] to state_trackerBrian1-1/+0
2007-10-10remove unused varBrian1-2/+0
2007-10-03Track fragment and vertex shader code generation via pipe shader state objects.Michel Dänzer1-7/+0
2007-10-03Get rid of ST_NEW_SHADER flag and the dependency on _NEW_PROGRAMZack Rusin1-10/+16
2007-09-28fix st_use_program()Brian1-0/+3
2007-09-28Instead of linked program pairs, keep a list of vertex programs translated fo...Brian1-0/+12
2007-09-28Redoing the way we handle vertex shaders for the draw module.Zack Rusin1-7/+0
2007-09-28Revert "Redoing the way we handle vertex shaders for the draw module."Zack Rusin1-0/+7
2007-09-28Redoing the way we handle vertex shaders for the draw module.Zack Rusin1-7/+0
2007-09-27Enable codegen based whenever __i386__ is defined.Keith Whitwell1-4/+4
2007-09-25some clean-up of ST_NEW_ shader flagsBrian1-20/+4
2007-09-25Translate mesa vertex/fragment programs to TGSI programs at same time to do p...Brian1-33/+55
2007-09-24Enable SSE2 for FS.michal1-6/+15
2007-08-25checkpoint in constant tracking reworkKeith Whitwell1-3/+13
2007-08-24check for USE_X86_ASM or SLANG_X86 in st_delete_program()Brian1-0/+2
2007-08-24Hook-up SSE2 to VS.michal1-0/+14