gallium: add st_set_teximage_surface for EXT_texture_from_pixmap
[mesa.git] / src / mesa / state_tracker / st_atom_shader.c
2008-11-11 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-11-07 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-11-07 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-11-07 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-11-05 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-01 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-10-27 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-10-10 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-26 Keith WhitwellMerge commit 'origin/master' into HEAD
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-23 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-22 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-08-27 Brian Paulgallium: remove old assertions
2008-08-18 Brian Paulgallium: fix vertex program output translation/mapping bug
2008-07-03 Brian Paulgallium: fix a bug in vertex program output mapping
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-26 Jakob BornecrantzMerge branch 'gallium-tex-surface' into gallium-0.1
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-21 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-09 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-09 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-09 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-09 Brian Paulgallium: don't free shader.tokens in get_passthrough_fs()
2008-05-08 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-07 Brian Paulgallium: fix some render to texture bugs
2008-05-07 Brian Paulgallium: implement full reference counting for vertex...
2008-05-07 Briangallium: implement full reference counting for vertex...
2008-05-02 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-02 Alan HourihaneSome changed for non-C99 compilers
2008-04-21 Keith Whitwelluse cso fs/vs handle functions
2008-04-21 Michel Dänzergallium: Use CSO cache for shaders.
2008-03-22 Briangallium: fix a few more shader-related mem leaks
2008-03-12 Briangallium: rework CSO-related code in state tracker
2008-02-26 Briangallium: remove input_map[] from pipe_shader_state
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-31 BrianFix problem in mapping vertex program outputs (found...
2008-01-15 BrianFix problems with vertex shaders and the private draw...
2007-12-19 Brianspecial-case PSIZE too
2007-12-14 BrianDon't always declare frag shader INPUT[0] as fragment...
2007-11-23 Michal Krolgallium: reorg tgsi directories.
2007-10-29 Briansimplify code which access the current vertex/fragment...
2007-10-27 BrianMove mesa_to_tgsi.[ch] to state_tracker
2007-10-03 Zack RusinGet rid of ST_NEW_SHADER flag and the dependency on...
2007-10-02 Brianassert that program length > 1 (some code, plus END)
2007-10-01 Brianfix a few vert/frag program items to get i915 driver...
2007-09-29 Brianfix bug causing unnecessary translations
2007-09-28 BrianInstead of linked program pairs, keep a list of vertex...
2007-09-26 Briancheck for _NEW_PROGRAM mesa state (fixes arbfplight)
2007-09-25 Briansome clean-up of ST_NEW_ shader flags
2007-09-25 Brianvertex/fragment shader state and linking