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_manager.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
st/mesa: use a helper for st_framebuffer creation
Chia-I Wu
2011-06-23
1
-18
/
+29
*
st/mesa: Invalidate drawables on context switch
Benjamin Franzke
2011-06-21
1
-9
/
+13
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
1
-2
/
+2
*
st/mesa: fix incorrect version checking code
Brian Paul
2011-03-07
1
-2
/
+3
*
st/mesa: Fix surfaceless opengl with non-dummy contexts
Benjamin Franzke
2011-02-11
1
-10
/
+5
*
st/mesa: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
1
-0
/
+1
*
st/mesa: 80-column wrapping
Brian Paul
2011-01-03
1
-2
/
+4
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-7
/
+16
*
st/mesa: Remove unnecessary headers.
Vinson Lee
2010-11-20
1
-1
/
+0
*
mesa: pass gl_format to _mesa_init_teximage_fields()
Brian Paul
2010-11-18
1
-4
/
+8
*
gallium: Add st_context_iface::share to st_api.
Chia-I Wu
2010-11-18
1
-1
/
+22
*
gallium: Add st_api::name.
Chia-I Wu
2010-11-18
1
-0
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
Drop GLframebuffer typedef and just use struct gl_framebuffer
Kristian Høgsberg
2010-10-13
1
-7
/
+7
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
1
-4
/
+4
*
st/mesa: replace assertion w/ conditional in framebuffer invalidation
Brian Paul
2010-10-05
1
-2
/
+11
*
egl: fix build since 17eace581d25a626a7d75d9d1205d012cbb14a6e
Dave Airlie
2010-09-23
1
-1
/
+1
*
gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.
Chia-I Wu
2010-09-10
1
-64
/
+0
*
gallium: Add context profile support to st_api.
Chia-I Wu
2010-09-10
1
-20
/
+55
[next]