Age | Commit message (Expand) | Author |
2010-12-20 | st/mesa: Remove comment cruft from st_context.h. | Vinson Lee |
2010-12-16 | st/mesa: s/varient/variant | Brian Paul |
2010-12-13 | Squashed commit of the following (st-mesa-per-context-shaders branch): | Brian Paul |
2010-10-15 | st/mesa: fix regressions in glDrawPixels(GL_STENCIL_INDEX) | Brian Paul |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-10-13 | Drop GLframebuffer typedef and just use struct gl_framebuffer | Kristian Høgsberg |
2010-10-13 | Rename GLvisual and __GLcontextModes to struct gl_config | Kristian Høgsberg |
2010-08-20 | mesa/st: support using PIPE_TEXTURE_RECT internally | Luca Barbieri |
2010-08-04 | st/mesa: Clean up header file inclusion in st_context.h. | Vinson Lee |
2010-06-29 | st/mesa: Add support for multiple APIs. | Chia-I Wu |
2010-06-28 | mesa: initial support for ARB_geometry_shader4 | Zack Rusin |
2010-06-10 | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul |
2010-05-29 | st/mesa: use new ability to clear only depth or stencil | Roland Scheidegger |
2010-05-21 | gallium: Fix invalidate framebuffer with old libGL libraries | Jakob Bornecrantz |
2010-05-17 | mesa/st: adapt to interface changes | Roland Scheidegger |
2010-04-23 | mesa/st: Remove dead members. | José Fonseca |
2010-04-13 | st/mesa: Drop st_public support. | Chia-I Wu |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-03-16 | Merge commit 'origin/master' into gallium-sampler-view | 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-12 | st/mesa: Implement st_api.h. | Chia-I Wu |
2010-03-10 | gallium: Do not mix winsys-drawable-handle and context-private. | Chia-I Wu |
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-24 | st/mesa: Reset clip state when clearing with quads. | Michal Krol |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg |
2010-01-22 | st/mesa: fix incorrect freeing of drawpixels vertex shaders | Brian Paul |
2009-12-23 | gallium: adapt state trackers etc. to pipe_constant_buffer removal | Roland Scheidegger |
2009-12-19 | gallium: don't use edgeflags if the app didn't supply them | Roland Scheidegger |
2009-11-15 | mesa/st: refactor vertex and fragment shader translation | Keith Whitwell |
2009-05-01 | st: added st_renderbuffer::defined flag | Brian Paul |
2009-04-28 | mesa/st: remove duplicate offset calculation | Keith Whitwell |
2009-04-21 | st: use the static atoms[] array directly | Brian Paul |
2009-03-20 | gallium: remove use of origin_lower_left | Brian Paul |
2009-03-13 | gallium: no need to keep a copy of shader tokens in state tracker | Keith Whitwell |
2009-02-12 | mesa: use new ST_CALLOC_STRUCT() macro in gallium state tracker | Brian Paul |
2008-12-12 | gallium: avoid mapping same vertex buffer in subsequent frames | Keith Whitwell |
2008-11-26 | gallium: replace 2 with PIPE_SHADER_TYPES | Brian Paul |
2008-09-17 | gallium: clean-up/fix msaa override in state tracker | Brian Paul |
2008-08-14 | gallium: use a default texture in update_textures(), update_samplers() when n... | Brian Paul |
2008-05-20 | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Brian Paul |
2008-05-20 | gallium: clean-up glDraw/CopyPixels shaders when destroying context | Brian Paul |
2008-05-07 | gallium: fix some render to texture bugs | Brian Paul |
2008-04-30 | gallium: simplify texture format selection | Brian Paul |
2008-04-25 | gallium: remove unneeded st->bitmap_texcoord_bias | Brian Paul |
2008-04-25 | gallium: use simple color pass-through fragment shader if textures don't exist | Brian Paul |
2008-04-22 | gallium: fix some bitmap frag shader issues | Brian Paul |
2008-04-16 | gallium: implement RGBA pixel maps in the pixel transfer fragment program | Brian Paul |
2008-04-09 | gallium: more elaborate tracking of front color buffer state | Brian Paul |