Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-15 | gallium: New PIPE_FLUSH_FRAME flag to signal the end of a frame. | José Fonseca | |
2008-08-06 | gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEAT | Brian Paul | |
Check for these caps in state tracker and enable corresponding GL extensions if supported. | |||
2008-07-19 | gallium: Finer grained is_format_supported. | José Fonseca | |
2008-07-19 | gallium: Move PIPE_TEXTURE_USAGE* to p_defines.h | José Fonseca | |
2008-06-04 | gallium: Define PIPE_CAP_GUARD_BAND_* capabilities. | Michal Krol | |
2008-05-06 | Merge commit 'origin/gallium-0.1' into gallium-tex-surfaces | Keith Whitwell | |
Conflicts: src/mesa/state_tracker/st_atom_sampler.c src/mesa/state_tracker/st_cb_texture.c | |||
2008-05-03 | gallium: add pipe surface layout value (Roland Scheidegger) | Keith Whitwell | |
2008-05-02 | gallium: remove obsolete PIPE_CAP_BITMAP_TEXCOORD_BIAS | Brian Paul | |
2008-04-30 | gallium: fix typo: s/custam/custom/ | Brian Paul | |
2008-03-26 | gallium: Change pipe->flush() interface to optionally return a fence. | Michel Dänzer | |
The cell driver still uses an internal CELL_FLUSH_WAIT flag, in the long run proper fencing should be implemented for it. | |||
2008-03-12 | gallium: Add TEX_FILTER_ANISO img filter | Keith Whitwell | |
Hardware almost universally expects us to set a special filtering mode when anisotropic filtering is enabled, as opposed to varying a max-aniso values. Do this once in the state tracker & simplify the driver code. | |||
2008-02-27 | gallium: Remove // comments. | José Fonseca | |
2008-02-25 | Make the pipe headers C++ friendly. | José Fonseca | |
2008-02-15 | Code reorganization: move files into their places. | José Fonseca | |
This is in a separate commit to ensure renames are properly preserved. |