| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: rework viewport/scissor initialization code | Brian Paul | 2009-06-17 | 1 | -12/+3 |
* | mesa: Check/propagate return value on st_make_current. | José Fonseca | 2009-05-30 | 1 | -5/+8 |
* | st: do proper refcounting for framebuffer surfaces | Brian Paul | 2009-05-11 | 1 | -0/+7 |
* | mesa: more complete fix for transform_invarient glitches | Keith Whitwell | 2009-05-08 | 1 | -0/+6 |
* | st: Add an st_get_current() function. | Thomas Hellstrom | 2009-04-28 | 1 | -0/+6 |
* | st: call _glapi_check_multithread from st_make_current | Keith Whitwell | 2009-03-18 | 1 | -0/+5 |
* | mesa: move glViewport and glDepthRange functions into new viewport.c file | Brian Paul | 2009-03-07 | 1 | -0/+1 |
* | gallium: Remove some superfluous instances of #include "p_inlines.h". | Michel Dänzer | 2009-03-04 | 1 | -1/+0 |
* | gallium: Unify reference counting. | Michel Dänzer | 2009-03-04 | 1 | -1/+1 |
* | gallium: include st_cb_viewport.h to silence warning | Brian Paul | 2009-02-23 | 1 | -0/+1 |
* | gallium: add winsys interface for viewport changes to support DRI2 | Alan Hourihane | 2009-02-23 | 1 | -0/+1 |
* | mesa: use new ST_CALLOC_STRUCT() macro in gallium state tracker | Brian Paul | 2009-02-12 | 1 | -1/+1 |
* | mesa: consistantly use mesa memory-functions in gallium state tracker | Brian Paul | 2009-02-12 | 1 | -2/+2 |
* | st: build fix | Alan Hourihane | 2009-01-09 | 1 | -1/+0 |
* | gallium: clean-up/fix msaa override in state tracker | Brian Paul | 2008-09-17 | 1 | -0/+15 |
* | gallium: move _vbo_DestroyContext() call | Brian Paul | 2008-09-16 | 1 | -2/+2 |
* | gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context. | José Fonseca | 2008-09-03 | 1 | -1/+1 |
* | gallium: do a proper implementation of GL_OES_read_format | Brian Paul | 2008-08-19 | 1 | -0/+2 |
* | mesa: Call pipe->destroy on context destruction for all platforms. | José Fonseca | 2008-08-19 | 1 | -3/+0 |
* | gallium: use a default texture in update_textures(), update_samplers() when n... | Brian Paul | 2008-08-14 | 1 | -0/+5 |
* | gallium: more context clean-up | Brian Paul | 2008-08-12 | 1 | -0/+6 |
* | gallium: Temporary workaround for mismatched pipe create and pipe destroy | Jonathan White | 2008-07-21 | 1 | -0/+3 |
* | gallium: check for FEATURE_feedback and FEATURE_drawpix when creating/using t... | Brian Paul | 2008-07-10 | 1 | -0/+4 |
* | gallium: always need st_init-blit() | Brian Paul | 2008-06-20 | 1 | -4/+0 |
* | gallium: assorted FEATURE tests | Brian Paul | 2008-06-20 | 1 | -1/+9 |
* | gallium: more FEATURE_x tests | Brian Paul | 2008-06-18 | 1 | -1/+5 |
* | gallium: added st_get_proc_address() | Brian Paul | 2008-06-18 | 1 | -0/+9 |
* | gallium: added FEATURE_x tests | Brian Paul | 2008-06-18 | 1 | -2/+12 |
* | gallium: include scissor.h | Brian Paul | 2008-06-09 | 1 | -0/+1 |
* | gallium: move vertex/fragment program unbinding | Brian Paul | 2008-05-20 | 1 | -3/+3 |
* | gallium: clean-up glDraw/CopyPixels shaders when destroying context | Brian Paul | 2008-05-20 | 1 | -0/+1 |
* | gallium: release textures during context tear-down (fix mem leak) | Brian Paul | 2008-05-16 | 1 | -0/+4 |
* | gallium: implement full reference counting for vertex/fragment programs | Brian | 2008-05-06 | 1 | -0/+3 |
* | gallium: use new buffer wrapper functions in p_inlines.h | Brian Paul | 2008-04-30 | 1 | -3/+1 |
* | gallium: use cso_destroy_vertex/fragment_shader() functions | Brian Paul | 2008-04-24 | 1 | -2/+9 |
* | gallium: reorder some of the destroy context code | Brian Paul | 2008-04-17 | 1 | -4/+6 |
* | gallium: remove unneeded st->haveFramebufferSurfaces field. | Brian Paul | 2008-04-09 | 1 | -2/+0 |
* | gallium: streamline viewport/raster/shader state for clearing with quads | Brian Paul | 2008-04-03 | 1 | -0/+1 |
* | gallium: implement a glBitmap cache | Brian | 2008-03-28 | 1 | -0/+1 |
* | gallium: disable the selection/feedback draw module's options for wide lines,... | Brian Paul | 2008-03-25 | 1 | -0/+8 |
* | gallium: free bitmap fragment shaders, misc clean-up | Brian Paul | 2008-03-24 | 1 | -0/+1 |
* | gallium: glBitmap code now separe from glDraw/CopyPixels code | Brian | 2008-03-20 | 1 | -2/+5 |
* | gallium: use the utility pasthrough shaders | Brian | 2008-03-20 | 1 | -0/+1 |
* | gallium: plug in and init GL_EXT_framebuffer_blit function/extension | Brian | 2008-03-18 | 1 | -0/+5 |
* | gallium: rework CSO-related code in state tracker | Brian | 2008-03-11 | 1 | -2/+7 |
* | Code reorganization: update build. | José Fonseca | 2008-02-15 | 1 | -2/+2 |
* | gallium: initial implemenation of auto mipmap generation in state tracker | Brian | 2008-02-08 | 1 | -0/+2 |
* | gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code | Keith Whitwell | 2008-01-25 | 1 | -1/+2 |
* | unref const buffers during context destroy | Brian | 2008-01-01 | 1 | -0/+10 |
* | Fix problem with initial viewport/scissor size. | Brian | 2007-12-19 | 1 | -0/+14 |