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: 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
*
st/mesa: Add support for surfaceless current contexts.
Chia-I Wu
2010-08-26
1
-4
/
+27
*
st/mesa: Add support for multiple APIs.
Chia-I Wu
2010-06-29
1
-20
/
+75
*
st_api: Remove st_context::is_visual_supported.
Chia-I Wu
2010-06-29
1
-8
/
+0
*
st/mesa: attempt to fix TFP by using sampler views (v1)
Dave Airlie
2010-06-08
1
-2
/
+4
*
st_api: Give get_egl_image arguments directly to the function
Jakob Borncrantz
2010-05-21
1
-3
/
+1
*
gallium: Fix invalidate framebuffer with old libGL libraries
Jakob Bornecrantz
2010-05-21
1
-3
/
+3
*
st/mesa: Ignore internal_format in st_context_teximage.
Chia-I Wu
2010-05-09
1
-1
/
+10
*
st/mesa: Fix texture-from-pixmap.
Chia-I Wu
2010-05-05
1
-6
/
+26
*
st_api: Remove st_module
Jakob Bornecrantz
2010-04-26
1
-18
/
+15
*
st/mesa: remove st_texture_object::pipe field
Brian Paul
2010-04-18
1
-1
/
+0
*
st/mesa: Drop st_public support.
Chia-I Wu
2010-04-13
1
-18
/
+2
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-9
/
+9
*
Fix copyright headers.
Chia-I Wu
2010-04-10
1
-5
/
+6
*
st/mesa: Implement GL_OES_EGL_image driver hooks.
Chia-I Wu
2010-04-04
1
-0
/
+28
*
st/mesa: make st_manager.c set have[Stencil|Depth]Buffer only if bits > 0
Luca Barbieri
2010-03-23
1
-3
/
+3
[prev]
[next]