gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
[mesa.git] / src / gallium / auxiliary / cso_cache / cso_context.c
2008-08-24 Brian Paulgallium: refactor/replace p_util.h with util/u_memory...
2008-07-28 José FonsecaMerge tgsi/exec and tgsi/util directories.
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-25 Keith Whitwellcso: use memcpy rather than structure asignment for...
2008-05-25 Keith Whitwellcso: use memcpy rather than structure asignment for...
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-08 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-08 Michel Dänzercso_cache: Fix test for currently bound blend state.
2008-05-07 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-06 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-02 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-02 Keith Whitwellcso: can memcmp-compare pipe_framebuffer_state now...
2008-04-30 Zack Rusintry to fix the deleting of the bound cso during cleanup...
2008-04-24 Brian Paulgallium: make cso_release_all() public
2008-04-24 Brian Paulgallium: minor clean-ups, comments
2008-04-24 Brian Paulgallium: tweak the new shader delete funcs
2008-04-24 Brian Paulgallium: added cso_delete_vertex_fragment_shader()...
2008-04-23 José Fonsecagallium: Fix texture refcount leak.
2008-04-22 Brian Paulgallium: remove assertions
2008-04-22 Keith Whitwellcso: fix vs/fs confusion
2008-04-21 Zack Rusinmake the api consistent (all set functions return pipe_...
2008-04-21 Zack Rusinhandle some of the possible allocation failures within...
2008-04-21 Zack Rusininitial stab at error handling in cso
2008-04-21 Keith Whitwellcso: disable not-really-working cso_set_*_shader()...
2008-04-21 Keith Whitwellcso: provide functions to bind fs/vs handles directly
2008-04-21 José Fonsecagallium: Hash the fragment shader tokens, instead of...
2008-04-21 José Fonsecagallium: Do not mistake pipe state objects for state...
2008-04-20 José Fonsecagallium: Refcount textures.
2008-03-20 Briangallium: temporarily disable the memcmp() in cso_set_fr...
2008-03-19 Brian Paulgallium: fix bug in cso_single_sampler_done() in comput...
2008-03-19 Briangallium: implement CSO save/restore functions for use...
2008-03-18 Briangallium: added cso_unset_*() functions
2008-03-13 Brian Paulgallium: remove a debug printf
2008-03-11 Briangallium: fix fs/vs typo in cso_set_vertex_shader()
2008-03-09 Keith Whitwellgallium: avoid deleting currently-bound CSO's on cache...
2008-03-09 Keith Whitwellcso: fix line endings
2008-03-09 Keith Whitwellcso: Use MALLOC
2008-03-09 Keith Whitwellcso: add a higher-level interface which does all pipe...