Age | Commit message (Expand) | Author |
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 |
2009-03-13 | gallium: no need to keep a copy of shader tokens in state tracker | Keith Whitwell |
2009-03-09 | st: also check for a8 texture support in bitmap code | Keith Whitwell |
2009-03-04 | mesa: Clear cache->trans after destroying the transfer. | José Fonseca |
2009-03-04 | gallium: Unify reference counting. | Michel Dänzer |
2009-02-24 | mesa/st: support l8 as well as i8 in bitmap code | Keith Whitwell |
2009-02-24 | gallium: Add pipe_buffer_write/read inlines. | José Fonseca |
2009-02-19 | mesa: Free the util shaders with the gallium's FREE. | José Fonseca |
2009-02-16 | Merge branch 'master' into gallium-texture-transfer | Keith Whitwell |
2009-02-12 | mesa: use new ST_CALLOC_STRUCT() macro in gallium state tracker | Brian Paul |