cell: implement function calls from shader code. fslight demo runs now.
[mesa.git] / src / gallium / auxiliary / cso_cache /
2008-09-26 Keith WhitwellMerge commit 'origin/master' into HEAD
2008-09-24 Alan Hourihaneadd cso_hash_contains() function
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/gallium-0.1' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-18 Brian Paulgallium: fix surface object memory leak in cso module
2008-09-17 Brian Paulgallium: fix lack of surface reference counting in...
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-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 Zack RusinCreate a sharable translate_cache and use it.
2008-04-23 Zack Rusinfix the simple hash finding function and use it
2008-04-23 José Fonsecagallium: Fix texture refcount leak.
2008-04-22 Zack RusinIn case the 'func' is deleting the state move the itera...
2008-04-22 Brian Paulgallium: remove assertions
2008-04-22 Keith Whitwellcso: fix vs/fs confusion
2008-04-22 Michal Krolcso: Fix build on Win32.
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 Keith Whitwellcso: propogate one easy error - many more
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-23 José Fonsecagallium: Fix memory leak.
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 Zack Rusinadd a way of removing an exact iterator from the hash
2008-03-13 Brian Paulgallium: remove a debug printf
2008-03-13 José Fonsecagallium: Add a bit of documentation to cso_hash.
2008-03-13 Zack Rusindocument hash collision resolutions
2008-03-11 Briangallium: fix some cso_state_callback cast warnings
2008-03-11 Briangallium: fix fs/vs typo in cso_set_vertex_shader()
2008-03-11 Zack Rusinfix double deletion
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...
2008-02-27 José Fonsecagallium: Use stricter types.
2008-02-26 Michal Krolgallium: Fix build on Windows.
2008-02-26 Zack Rusinimplement cache limits for cso
2008-02-26 Zack Rusinadd an explicit callback decleration and use it to...
2008-02-26 Zack Rusinhide cso cache definition and add some initial code...
2008-02-26 Zack Rusinimplement deleting of driver side cached state in cso's
2008-02-25 José FonsecaReplace standand library functions by portable ones.
2008-02-25 José FonsecaAdd Zack's comments about CSOs.
2008-02-22 José Fonsecagallium: Countour MSVC's pickyness for structures retur...
2008-02-22 José Fonsecagallium: Wrap decls in extern "C".
2008-02-22 José Fonsecagallium: Add cso convenience routine (from Keith's...
2008-02-22 José Fonsecagallium: MSVC fixes.
2008-02-19 José FonsecaPortability fixes.
2008-02-19 José FonsecaSimplify makefile boilerplate code.
2008-02-18 José FonsecaUpdate scons build for new code layout.
2008-02-18 José FonsecaCode reorganization: split gallium and mesa makefiles.
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: s/aux/auxiliary/.