summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_simple_shaders.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-05util: add lost code to util_make_fragment_tex_shader_writemask()Keith Whitwell1-1/+9
2009-09-12tgsi/ureg: VS inputs don't have any semantic tags, just an indexKeith Whitwell1-3/+1
2009-09-10util: remove unneeded #includesBrian Paul1-6/+0
2009-09-09Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul1-2/+0
2009-09-03util: add version of u_blit_pixels which takes a writemaskKeith Whitwell1-2/+12
2009-09-03aux/tgsi: pull back ureg work from 0.1 branchKeith Whitwell1-1/+1
2009-09-02util: add version of u_blit_pixels which takes a writemaskKeith Whitwell1-2/+43
2009-08-24tgsi: Fix build error due to commit acc7da90Cooper Yuan1-6/+6
2009-08-13util: convert u_simple_shaders to use tgsi_uregKeith Whitwell1-258/+60
2009-03-13gallium: no need to keep a copy of shader tokens in state trackerKeith Whitwell1-47/+29
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer1-1/+0
2009-02-19mesa: Free the util shaders with the gallium's FREE.José Fonseca1-0/+7
2009-02-18util: Move p_debug.h into util module.José Fonseca1-1/+1
2009-01-30gallium: make p_winsys internalZack Rusin1-1/+1
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+1
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca1-3/+3
2008-05-31util: Fix build after TGSI declaration interface changes.Michal Krol1-17/+16
2008-03-27gallium: return pipe_shader_state from the simple shader functionsBrian1-12/+19
2008-03-20gallium: enable vp input semantic infoBrian1-9/+6
2008-03-20gallium: Fix build on Windows.Michal Krol1-1/+1
2008-03-20gallium: Fix build on Windows.Michal Krol1-2/+2
2008-03-20gallium: remove unused local varKeith Whitwell1-1/+1
2008-03-20gallium: added util_make_fragment_passthrough_shader()Brian1-0/+95
2008-03-18gallium: utilities for creating simple vertex/fragment shadersBrian1-0/+263