| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: fix surface object memory leak in cso module | Brian Paul | 2008-09-18 | 1 | -0/+20 |
* | gallium: fix lack of surface reference counting in cso_set/save/restore_frame... | Brian Paul | 2008-09-17 | 1 | -3/+21 |
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 3 | -3/+4 |
* | Merge tgsi/exec and tgsi/util directories. | José Fonseca | 2008-07-28 | 1 | -1/+1 |
* | cso: use memcpy rather than structure asignment for copying | Keith Whitwell | 2008-05-25 | 1 | -5/+5 |
* | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Michel Dänzer | 2008-05-08 | 1 | -1/+1 |
|\ |
|
| * | cso_cache: Fix test for currently bound blend state. | Michel Dänzer | 2008-05-08 | 1 | -1/+1 |
* | | cso: can memcmp-compare pipe_framebuffer_state now it includes fb dimensions | Keith Whitwell | 2008-05-02 | 1 | -2/+1 |
|/ |
|
* | try to fix the deleting of the bound cso during cleanup of the hash | Zack Rusin | 2008-04-30 | 3 | -18/+178 |
* | gallium: make cso_release_all() public | Brian Paul | 2008-04-24 | 2 | -2/+4 |
* | gallium: minor clean-ups, comments | Brian Paul | 2008-04-24 | 1 | -5/+9 |
* | gallium: tweak the new shader delete funcs | Brian Paul | 2008-04-24 | 1 | -4/+8 |
* | gallium: added cso_delete_vertex_fragment_shader() functions | Brian Paul | 2008-04-24 | 2 | -0/+23 |
* | Create a sharable translate_cache and use it. | Zack Rusin | 2008-04-23 | 1 | -2/+2 |
* | fix the simple hash finding function and use it | Zack Rusin | 2008-04-23 | 1 | -2/+2 |
* | gallium: Fix texture refcount leak. | José Fonseca | 2008-04-24 | 1 | -0/+7 |
* | In case the 'func' is deleting the state move the iterator before | Zack Rusin | 2008-04-22 | 1 | -1/+1 |
* | gallium: remove assertions | Brian Paul | 2008-04-22 | 1 | -2/+0 |
* | cso: fix vs/fs confusion | Keith Whitwell | 2008-04-22 | 1 | -1/+1 |
* | cso: Fix build on Win32. | Michal Krol | 2008-04-22 | 1 | -2/+4 |
* | make the api consistent (all set functions return pipe_error status) | Zack Rusin | 2008-04-21 | 2 | -30/+35 |
* | handle some of the possible allocation failures within the hash itself | Zack Rusin | 2008-04-21 | 2 | -4/+49 |
* | initial stab at error handling in cso | Zack Rusin | 2008-04-21 | 2 | -52/+80 |
* | cso: disable not-really-working cso_set_*_shader() funcs | Keith Whitwell | 2008-04-21 | 1 | -1/+8 |
* | cso: provide functions to bind fs/vs handles directly | Keith Whitwell | 2008-04-21 | 2 | -8/+28 |
* | cso: propogate one easy error - many more | Keith Whitwell | 2008-04-21 | 1 | -0/+2 |
* | gallium: Hash the fragment shader tokens, instead of pipe_shader_state. | José Fonseca | 2008-04-22 | 1 | -6/+18 |
* | gallium: Do not mistake pipe state objects for state tracker state objects. | José Fonseca | 2008-04-21 | 1 | -2/+5 |
* | gallium: Refcount textures. | José Fonseca | 2008-04-20 | 1 | -9/+28 |
* | gallium: Fix memory leak. | José Fonseca | 2008-03-23 | 1 | -19/+22 |
* | gallium: temporarily disable the memcmp() in cso_set_framebuffer() | Brian | 2008-03-20 | 1 | -1/+2 |
* | gallium: fix bug in cso_single_sampler_done() in computation of nr_samplers | Brian Paul | 2008-03-19 | 1 | -2/+4 |
* | gallium: implement CSO save/restore functions for use by meta operations (bli... | Brian | 2008-03-19 | 2 | -28/+227 |
* | gallium: added cso_unset_*() functions | Brian | 2008-03-18 | 2 | -1/+48 |
* | add a way of removing an exact iterator from the hash | Zack Rusin | 2008-03-13 | 2 | -5/+36 |
* | gallium: remove a debug printf | Brian Paul | 2008-03-13 | 1 | -2/+0 |
* | gallium: Add a bit of documentation to cso_hash. | José Fonseca | 2008-03-13 | 1 | -15/+34 |
* | document hash collision resolutions | Zack Rusin | 2008-03-12 | 1 | -0/+10 |
* | gallium: fix some cso_state_callback cast warnings | Brian | 2008-03-11 | 1 | -8/+8 |
* | gallium: fix fs/vs typo in cso_set_vertex_shader() | Brian | 2008-03-11 | 1 | -1/+1 |
* | fix double deletion | Zack Rusin | 2008-03-10 | 2 | -8/+4 |
* | gallium: avoid deleting currently-bound CSO's on cache destruction | Keith Whitwell | 2008-03-09 | 1 | -10/+24 |
* | cso: fix line endings | Keith Whitwell | 2008-03-09 | 1 | -340/+340 |
* | cso: Use MALLOC | Keith Whitwell | 2008-03-09 | 1 | -6/+6 |
* | cso: add a higher-level interface which does all pipe interactions to set a g... | Keith Whitwell | 2008-03-09 | 4 | -0/+427 |
* | gallium: Use stricter types. | José Fonseca | 2008-02-27 | 1 | -13/+13 |
* | gallium: Fix build on Windows. | Michal Krol | 2008-02-26 | 1 | -1/+1 |
* | implement cache limits for cso | Zack Rusin | 2008-02-26 | 3 | -43/+110 |
* | add an explicit callback decleration and use it to silence warnings | Zack Rusin | 2008-02-26 | 2 | -2/+4 |
* | hide cso cache definition and add some initial code for size limiting | Zack Rusin | 2008-02-26 | 2 | -17/+33 |