Age | Commit message (Expand) | Author |
2010-11-04 | st/mesa: Reset the constant buffers before destroying the pipe context. | Tilman Sauerbeck |
2010-11-02 | st/mesa: Reset the index buffer before destroying the pipe context. | Tilman Sauerbeck |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | 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-06 | st/mesa: remove stray semicolons | Brian Paul |
2010-08-05 | st/mesa: Only get mesa mvp dp4 option once | Jakob Bornecrantz |
2010-08-04 | st/mesa: Add missing header in st_context.c. | Vinson Lee |
2010-06-29 | st/mesa: Add support for multiple APIs. | Chia-I Wu |
2010-06-10 | mesa: refactor shader api / object code | Brian Paul |
2010-05-26 | st/mesa: Remove unnecessary headers. | Vinson Lee |
2010-05-21 | gallium: Fix invalidate framebuffer with old libGL libraries | Jakob Bornecrantz |
2010-05-21 | Merge branch 'gallium-msaa' | Roland Scheidegger |
2010-05-17 | mesa/st: adapt to interface changes | Roland Scheidegger |
2010-05-03 | gallium: move surface utility functions into u_surface.c | Brian Paul |
2010-05-02 | st/mesa: Create context for API_OPENGL as first priority | Kristian Høgsberg |
2010-05-12 | st/mesa: Make st_cb_drawtex.h FEATURE_OES_draw_texture aware. | Chia-I Wu |
2010-05-12 | st/mesa: Make st_cb_blit.h FEATURE_EXT_framebuffer_blit aware. | Chia-I Wu |
2010-05-12 | st/mesa: Make st_cb_queryobj.h FEATURE_queryobj aware. | Chia-I Wu |
2010-05-12 | st/mesa: Make FEATURE_feedback and FEATURE_rastpos more modular. | Chia-I Wu |
2010-05-12 | st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware. | Chia-I Wu |
2010-05-12 | st/mesa: Make st_cb_accum.h FEATURE_accum aware. | Chia-I Wu |
2010-05-12 | mesa: Make FEATURE_EXT_transform_feedback more modular. | Chia-I Wu |
2010-05-10 | mesa: more transform feedback infrastructure | Brian Paul |
2010-04-22 | st/mesa: Use API-aware context constructor | Kristian Høgsberg |
2010-04-19 | Merge branch '7.8' | Brian Paul |
2010-04-19 | gallium/draw: use correct rasterization state for wide/AA points/lines | Brian Paul |
2010-04-13 | st/mesa: Drop st_public support. | Chia-I Wu |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-04-04 | st/mesa: Implement GL_OES_EGL_image driver hooks. | Chia-I Wu |
2010-03-17 | st/mesa: plug in default for pipe_context::surface_copy() if needed | Brian Paul |
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-10 | gallium: plumb winsys-drawable-handle through to state tracker | 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-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg |
2010-02-16 | st/dri2: Use event-driven buffer validation. | Francisco Jerez |
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca |
2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-20 | Merge remote branch 'origin/opengl-es-v2' | Chia-I Wu |
2010-01-15 | Merge branch 'gallium-noconstbuf' | Roland Scheidegger |
2010-01-14 | st/mesa: Remove unnecessary headers from st_context.c. | Vinson Lee |
2010-01-12 | Merge branch 'master' into opengl-es-v2 | Chia-I Wu |
2009-12-31 | st/mesa: implement conditional rendering | Brian Paul |
2009-12-23 | gallium: adapt state trackers etc. to pipe_constant_buffer removal | Roland Scheidegger |
2009-12-09 | mesa: Move OES_read_format support from drivers into the core. | Eric Anholt |