index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_context.c
Age
Commit message (
Expand
)
Author
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
2009-11-05
mesa/es: Add support for GL_OES_draw_texture.
Chia-I Wu
2009-10-05
mesa/st: add ST_DEBUG environment variable
Keith Whitwell
2009-09-30
mesa/main: New feature FEATURE_queryobj.
Chia-I Wu
2009-06-17
mesa: rework viewport/scissor initialization code
Brian Paul
2009-05-30
mesa: Check/propagate return value on st_make_current.
José Fonseca
2009-05-11
st: do proper refcounting for framebuffer surfaces
Brian Paul
2009-05-08
mesa: more complete fix for transform_invarient glitches
Keith Whitwell
2009-04-28
st: Add an st_get_current() function.
Thomas Hellstrom
2009-03-18
st: call _glapi_check_multithread from st_make_current
Keith Whitwell
2009-03-07
mesa: move glViewport and glDepthRange functions into new viewport.c file
Brian Paul
2009-03-04
gallium: Remove some superfluous instances of #include "p_inlines.h".
Michel Dänzer
2009-03-04
gallium: Unify reference counting.
Michel Dänzer
2009-02-23
gallium: include st_cb_viewport.h to silence warning
Brian Paul
2009-02-23
gallium: add winsys interface for viewport changes to support DRI2
Alan Hourihane
2009-02-12
mesa: use new ST_CALLOC_STRUCT() macro in gallium state tracker
Brian Paul
2009-02-12
mesa: consistantly use mesa memory-functions in gallium state tracker
Brian Paul
2009-01-09
st: build fix
Alan Hourihane
2008-09-17
gallium: clean-up/fix msaa override in state tracker
Brian Paul
2008-09-16
gallium: move _vbo_DestroyContext() call
Brian Paul
2008-09-03
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
2008-08-19
gallium: do a proper implementation of GL_OES_read_format
Brian Paul
2008-08-19
mesa: Call pipe->destroy on context destruction for all platforms.
José Fonseca
2008-08-14
gallium: use a default texture in update_textures(), update_samplers() when n...
Brian Paul
2008-08-12
gallium: more context clean-up
Brian Paul
2008-07-21
gallium: Temporary workaround for mismatched pipe create and pipe destroy
Jonathan White
2008-07-10
gallium: check for FEATURE_feedback and FEATURE_drawpix when creating/using t...
Brian Paul
2008-06-20
gallium: always need st_init-blit()
Brian Paul
2008-06-20
gallium: assorted FEATURE tests
Brian Paul
2008-06-18
gallium: more FEATURE_x tests
Brian Paul
2008-06-18
gallium: added st_get_proc_address()
Brian Paul
2008-06-18
gallium: added FEATURE_x tests
Brian Paul
2008-06-09
gallium: include scissor.h
Brian Paul
2008-05-20
gallium: move vertex/fragment program unbinding
Brian Paul
2008-05-20
gallium: clean-up glDraw/CopyPixels shaders when destroying context
Brian Paul
2008-05-16
gallium: release textures during context tear-down (fix mem leak)
Brian Paul
2008-05-06
gallium: implement full reference counting for vertex/fragment programs
Brian
2008-04-30
gallium: use new buffer wrapper functions in p_inlines.h
Brian Paul
2008-04-24
gallium: use cso_destroy_vertex/fragment_shader() functions
Brian Paul
2008-04-17
gallium: reorder some of the destroy context code
Brian Paul
[next]