index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: rewrite accum buffer support
Brian Paul
2011-12-08
1
-2
/
+3
*
st/mesa: tell VBO module to always unmap buffers before drawing
Brian Paul
2011-10-26
1
-0
/
+4
*
st/mesa: check if _mesa_create_context() returns NULL
Emil Velikov
2011-07-12
1
-0
/
+3
*
st/mesa: overhaul vertex/fragment sampler and sampler views.
Dave Airlie
2011-05-16
1
-3
/
+0
*
mesa: plug in new functions for GL_ARB_sampler_objects
Brian Paul
2011-04-10
1
-0
/
+2
*
mesa/st: Fix user buffer size computation when stride is zero.
José Fonseca
2011-04-07
1
-2
/
+2
*
gallium: add texture barrier support to the interface and st/mesa (v2)
Marek Olšák
2011-03-15
1
-0
/
+2
*
st/mesa: implement ARB_sync
Marek Olšák
2011-03-08
1
-0
/
+2
*
gallium: notify drivers about possible changes in user buffer contents
Marek Olšák
2011-02-14
1
-0
/
+5
*
mesa: remove _mesa_create_context_for_api()
Brian Paul
2011-02-08
1
-1
/
+1
*
st/mesa: optimize constant buffer uploads
Marek Olšák
2011-01-06
1
-7
/
+0
*
Squashed commit of the following (st-mesa-per-context-shaders branch):
Brian Paul
2010-12-13
1
-0
/
+2
*
st/mesa: Unbind all constant buffers
Jakob Bornecrantz
2010-12-06
1
-2
/
+2
*
mesa: replace #defines with new gl_shader_type enum
Brian Paul
2010-11-23
1
-0
/
+5
*
st/mesa: Reset the constant buffers before destroying the pipe context.
Tilman Sauerbeck
2010-11-04
1
-0
/
+5
*
st/mesa: Reset the index buffer before destroying the pipe context.
Tilman Sauerbeck
2010-11-02
1
-0
/
+2
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-5
/
+5
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
mesa/st: support using PIPE_TEXTURE_RECT internally
Luca Barbieri
2010-08-20
1
-0
/
+5
*
st/mesa: remove stray semicolons
Brian Paul
2010-08-06
1
-1
/
+1
*
st/mesa: Only get mesa mvp dp4 option once
Jakob Bornecrantz
2010-08-05
1
-1
/
+4
*
st/mesa: Add missing header in st_context.c.
Vinson Lee
2010-08-04
1
-0
/
+1
*
st/mesa: Add support for multiple APIs.
Chia-I Wu
2010-06-29
1
-11
/
+2
*
mesa: refactor shader api / object code
Brian Paul
2010-06-10
1
-2
/
+2
*
st/mesa: Remove unnecessary headers.
Vinson Lee
2010-05-26
1
-2
/
+0
*
gallium: Fix invalidate framebuffer with old libGL libraries
Jakob Bornecrantz
2010-05-21
1
-0
/
+2
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-17
/
+0
|
\
|
*
mesa/st: adapt to interface changes
Roland Scheidegger
2010-05-17
1
-17
/
+0
*
|
st/mesa: Make st_cb_drawtex.h FEATURE_OES_draw_texture aware.
Chia-I Wu
2010-05-12
1
-6
/
+0
*
|
st/mesa: Make st_cb_blit.h FEATURE_EXT_framebuffer_blit aware.
Chia-I Wu
2010-05-12
1
-4
/
+0
*
|
st/mesa: Make st_cb_queryobj.h FEATURE_queryobj aware.
Chia-I Wu
2010-05-12
1
-2
/
+0
*
|
st/mesa: Make FEATURE_feedback and FEATURE_rastpos more modular.
Chia-I Wu
2010-05-12
1
-20
/
+0
*
|
st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware.
Chia-I Wu
2010-05-12
1
-8
/
+2
*
|
st/mesa: Make st_cb_accum.h FEATURE_accum aware.
Chia-I Wu
2010-05-12
1
-2
/
+0
*
|
mesa: Make FEATURE_EXT_transform_feedback more modular.
Chia-I Wu
2010-05-12
1
-4
/
+0
*
|
mesa: more transform feedback infrastructure
Brian Paul
2010-05-10
1
-0
/
+7
|
/
*
gallium: move surface utility functions into u_surface.c
Brian Paul
2010-05-03
1
-0
/
+1
*
st/mesa: Create context for API_OPENGL as first priority
Kristian Høgsberg
2010-05-02
1
-4
/
+4
*
st/mesa: Use API-aware context constructor
Kristian Høgsberg
2010-04-22
1
-1
/
+10
*
Merge branch '7.8'
Brian Paul
2010-04-19
1
-1
/
+1
|
\
|
*
gallium/draw: use correct rasterization state for wide/AA points/lines
Brian Paul
2010-04-19
1
-1
/
+1
*
|
st/mesa: Drop st_public support.
Chia-I Wu
2010-04-13
1
-51
/
+0
*
|
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-1
/
+1
*
|
st/mesa: Implement GL_OES_EGL_image driver hooks.
Chia-I Wu
2010-04-04
1
-0
/
+3
*
|
st/mesa: plug in default for pipe_context::surface_copy() if needed
Brian Paul
2010-03-17
1
-0
/
+18
*
|
Merge commit 'origin/master' into gallium-sampler-view
Keith Whitwell
2010-03-16
1
-1
/
+1
|
\
\
|
*
|
st/mesa: Implement st_api.h.
Chia-I Wu
2010-03-12
1
-1
/
+1
*
|
|
Merge commit 'origin/master' into gallium-sampler-view
Keith Whitwell
2010-03-13
1
-1
/
+1
|
\
|
|
|
*
|
gallium: Do not mix winsys-drawable-handle and context-private.
Chia-I Wu
2010-03-10
1
-1
/
+1
*
|
|
st/mesa: Associate a sampler view with an st texture object.
Michal Krol
2010-03-12
1
-2
/
+2
|
/
/
[next]