Age | Commit message (Expand) | Author |
2011-02-28 | mesa: move PBO-related functions into a new file | Brian Paul |
2011-02-15 | gallium: add usage parameter to pipe_buffer_create | Marek Olšák |
2011-02-14 | gallium: always save and restore vertex buffers using cso_cache | Marek Olšák |
2011-01-28 | st/mesa: pass layers param to st_texture_create() | Brian Paul |
2011-01-09 | st/mesa: Include mfeatures.h in files that perform feature tests. | Vinson Lee |
2010-12-16 | st/mesa: s/varient/variant | Brian Paul |
2010-12-13 | st/mesa: 80-columns wrapping, whitespace fixes in st_cb_bitmap.c | Brian Paul |
2010-12-13 | Squashed commit of the following (st-mesa-per-context-shaders branch): | Brian Paul |
2010-12-02 | gallium: support for array textures and related changes | Roland Scheidegger |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-08-20 | st/mesa: fix code/declaration mixing | Keith Whitwell |
2010-08-20 | mesa/st: support using PIPE_TEXTURE_RECT internally | Luca Barbieri |
2010-08-20 | gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too | Luca Barbieri |
2010-08-05 | st/mesa: Clean up header file inclusion in st_program.h. | Vinson Lee |
2010-06-10 | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul |
2010-05-21 | Merge branch 'gallium-msaa' | Roland Scheidegger |
2010-05-17 | mesa/st: adapt to interface changes | Roland Scheidegger |
2010-05-12 | st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware. | Chia-I Wu |
2010-05-11 | mesa/st: Remove internal flushes from Mesa state tracker. | José Fonseca |
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-03-09 | Merge branch 'gallium-vertexelementcso' | Roland Scheidegger |
2010-03-09 | st/mesa: fix clear/drawpixels/bitmap for new cso vertex elements interface | Roland Scheidegger |
2010-02-22 | st/mesa: change viewport Z scale/bias for glBitmap/glDrawPixels | Brian Paul |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg |
2010-02-18 | st/mesa: added some bitmap debug code (disabled) | Brian Paul |
2010-02-10 | st/mesa: Silence uninitialized variable warning in st_cb_bitmap.c. | Vinson Lee |
2010-02-03 | Merge branch 'gallium-embedded' | José Fonseca |
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca |
2010-02-01 | st/mesa: remove duplicate calculation of fp input mapping | Keith Whitwell |
2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-21 | mesa: Use pipe_buffer_write_nooverlap where appropriate. | José Fonseca |
2010-01-16 | st/mesa: Remove unnecessary headers from st_cb_bitmap.c. | Vinson Lee |
2009-11-26 | Merge commit 'origin/st-shader-varients' | Roland Scheidegger |
2009-11-17 | mesa: fix assorted compiler warnings | Brian Paul |
2009-11-15 | mesa/st: refactor vertex and fragment shader translation | Keith Whitwell |
2009-10-02 | mesa/st: don't reuse vertex buffers for bitmap, clear quads | Keith Whitwell |
2009-09-03 | mesa: consolidate PBO map/unmap helpers | Brian Paul |
2009-09-01 | st/mesa: use new _mesa_expand_bitmap() function | Brian Paul |
2009-08-24 | st/mesa: flush bitmap cache if Z value changes | Brian Paul |
2009-04-19 | st: Wait to create bitmap transfer until needed | Jakob Bornecrantz |
2009-04-17 | gallium: Create OGL state tracker wrappers for various CPU access operations. | Thomas Hellstrom |
2009-04-14 | mesa: merge the prog_src_register::NegateBase and NegateAbs fields | Brian Paul |
2009-04-09 | st: remove comp_byte parameter to st_texture_create() | Brian Paul |
2009-03-13 | gallium: consolidate bypass_vs and bypass_clipping flags | Keith Whitwell |