Age | Commit message (Expand) | Author |
2010-04-23 | st/mesa: clean-up: use st_context() everywhere | Brian Paul |
2010-04-18 | st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/ | Brian Paul |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-03-13 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |
2010-03-12 | st/mesa: Associate a sampler view with an st texture object. | Michal Krol |
2010-03-11 | gallium: remove pipe_context member from pipe_transfer | Keith Whitwell |
2010-03-11 | Squashed commit of gallium-context-transfers: | Keith Whitwell |
2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-16 | st/mesa: Remove unnecessary header from st_atom_pixeltransfer.c. | Vinson Lee |
2009-12-08 | gallium: fix more potential strict aliasing issues | Roland Scheidegger |
2009-12-07 | gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safe | Roland Scheidegger |
2009-11-19 | gallium: don't use arrays for texture width,height,depth | Keith Whitwell |
2009-10-07 | st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functions | Brian Paul |
2009-04-17 | gallium: Create OGL state tracker wrappers for various CPU access operations. | Thomas Hellstrom |
2009-04-09 | st: remove comp_byte parameter to st_texture_create() | Brian Paul |
2009-03-04 | gallium: Remove some superfluous instances of #include "p_inlines.h". | Michel Dänzer |
2009-03-04 | gallium: Unify reference counting. | Michel Dänzer |
2009-02-28 | mesa: rename, reorder FRAG_RESULT_x tokens | Brian Paul |
2009-02-05 | gallium: No longer allow CPU mapping surfaces directly. | Michel Dänzer |
2008-07-19 | gallium: Finer grained is_format_supported. | José Fonseca |
2008-05-31 | mesa: Apply MSVC portability fixes from Alan Hourihane. | José Fonseca |
2008-05-02 | gallium: Add texture usage flags, special-case allocation of display targets | Keith Whitwell |
2008-05-02 | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Keith Whitwell |
2008-05-02 | Some changed for non-C99 compilers | Alan Hourihane |
2008-05-01 | gallium: tex surface checkpoint | Keith Whitwell |
2008-04-16 | gallium: implement RGBA pixel maps in the pixel transfer fragment program | Brian Paul |
2008-04-16 | gallium: finish-up and fix support for GL_COLOR matrix on pixel xfer path | Brian Paul |
2008-04-04 | gallium: make sure to set the SamplersUsed field for bitmap/drawpixels shaders | Brian Paul |
2008-01-22 | gallium: use temp reg for storing color to avoid reading 'result.color' | Brian |
2007-10-30 | Use program serial numbers to avoid re-generating fragment programs for glDra... | Brian |
2007-10-30 | color matrix | Brian |
2007-10-30 | start using program cache | Brian |
2007-10-30 | Disable debug code. | Brian |
2007-10-30 | Rename file since it's now a state atom | Brian |