index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_manager.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: use PIPE_BIND_DISPLAY_TARGET when checking for sRGB capability
Brian Paul
2014-10-28
1
-1
/
+2
*
st/mesa: drop dependence on API profile in st_init_extensions
Marek Olšák
2014-09-24
1
-1
/
+1
*
st/mesa: compute supported GL versions at DRIscreen creation
Marek Olšák
2014-08-11
1
-4
/
+27
*
gallium: pass st_config_options to query_versions
Marek Olšák
2014-08-11
1
-0
/
+1
*
gallium/stapi: move setting GL versions to the state tracker
Marek Olšák
2014-08-11
1
-0
/
+14
*
st/mesa: Fix NULL pointer dereference for incomplete framebuffers
Michel Dänzer
2014-04-28
1
-1
/
+6
*
mesa: use accessors for struct gl_debug_state
Chia-I Wu
2014-04-27
1
-3
/
+1
*
st/mesa: only mark framebuffer as sRGB capable if Mesa supports the format
Brian Paul
2014-03-07
1
-2
/
+3
*
st/mesa: make winsys fbo sRGB-capable when supported
Chia-I Wu
2014-03-06
1
-7
/
+42
*
mesa: allocate gl_debug_state on demand
Brian Paul
2014-02-08
1
-2
/
+7
*
st/mesa: use _mesa_get_current_tex_object() in st_context_teximage()
Brian Paul
2014-02-02
1
-2
/
+2
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-1
/
+1
*
mesa: Remove 'invalidate_state' parameter to _mesa_dirty_texobj().
Kenneth Graunke
2013-09-26
1
-1
/
+1
*
st/dri: do not create a new context for msaa copy
Maarten Lankhorst
2013-09-11
1
-1
/
+1
*
mesa: Implement GL_DEBUG_OUTPUT
Timothy Arceri
2013-09-04
1
-1
/
+5
*
mesa: Remove the Initialized field from framebuffers.
Eric Anholt
2013-06-25
1
-2
/
+0
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
st/mesa: handle texture_from_pixmap and other surface-based textures correctly
Marek Olšák
2013-05-15
1
-20
/
+5
*
gallium: fix type of flags in pipe_context::flush()
Chia-I Wu
2013-05-04
1
-1
/
+1
*
st/mesa: remove #if FEATURE_GL/ES tests
Brian Paul
2013-04-09
1
-7
/
+0
*
st/mesa: rewrite comment in st_manager.c
Brian Paul
2013-04-03
1
-3
/
+2
*
mesa: Replace MESA_VERSION with PACKAGE_VERSION.
Matt Turner
2013-03-12
1
-1
/
+1
*
gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Marek Olšák
2013-01-04
1
-1
/
+7
*
drivers: compute version and then initialize exec table
Jordan Justen
2012-12-16
1
-2
/
+0
*
gallium: remove pipe_surface::usage
Marek Olšák
2012-12-12
1
-5
/
+3
*
st/mesa: remove a weird msaa hack
Marek Olšák
2012-12-12
1
-6
/
+1
*
st/dri: implement MSAA for GLX/DRI2 framebuffers
Marek Olšák
2012-12-07
1
-2
/
+2
*
gallium: pass the current context to the flush_front state tracker function
Marek Olšák
2012-12-07
1
-1
/
+1
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-1
/
+1
*
gallium/postprocess: share pipe_context and cso_context with the state tracker
Marek Olšák
2012-11-29
1
-0
/
+2
*
st/mesa: allow forward-compatible contexts and set Const.ContextFlags
Marek Olšák
2012-11-29
1
-5
/
+7
*
st/mesa: add support for GL core profiles
Marek Olšák
2012-11-29
1
-0
/
+3
*
mesa: s/FREE/free/
Brian Paul
2012-09-01
1
-1
/
+1
*
mesa: add texture target field to ChooseTextureFormat() driver hook
Brian Paul
2012-08-24
1
-1
/
+1
*
st/mesa: clean up use of 'target' variable in st_context_teximage()
Brian Paul
2012-08-24
1
-3
/
+3
*
st/mesa: accept and handle configuration options from st/dri
Vadim Girlin
2012-08-23
1
-1
/
+1
*
mesa: Replace VersionMajor/VersionMinor with a Version field.
Eric Anholt
2012-08-07
1
-2
/
+1
*
mesa: Make more consistent use of _mesa_is_{user,winsys}_fbo()
Paul Berry
2012-07-26
1
-1
/
+3
*
gallium: add st_api feature mask to prevent advertising MS visuals
Christoph Bumiller
2012-05-29
1
-0
/
+1
*
st/mesa: use u_surface_default_template() helper
Brian Paul
2012-02-15
1
-3
/
+1
*
st/mesa: Fix recurring surfaceless contexts
Benjamin Franzke
2012-01-25
1
-2
/
+4
*
st/mesa: re-order #includes in st_manager.c
Brian Paul
2012-01-12
1
-10
/
+10
*
st/mesa: remove unnecessary memset()/zero call
Brian Paul
2012-01-10
1
-1
/
+0
*
mesa: remove unused _mesa_init_teximage_fields() target parameter
Brian Paul
2012-01-04
1
-1
/
+1
*
st/mesa: Reject forward-looking contexts
Ian Romanick
2012-01-02
1
-2
/
+6
*
st-api: Have context_create explain why creation failed
Ian Romanick
2011-12-23
1
-1
/
+8
*
mesa/st: Don't modify the context draw/read buffers.
José Fonseca
2011-12-09
1
-64
/
+0
*
st/mesa: fix the texture format in st_context_teximage
Fredrik Höglund
2011-07-19
1
-1
/
+1
*
mesa/st: Fix piglit read-front with new drawable invalidation v2
Thomas Hellstrom
2011-07-08
1
-0
/
+9
*
st-api: Rework how drawables are invalidated v3.
Thomas Hellstrom
2011-06-29
1
-45
/
+57
[next]