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
/
gallium
/
include
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
*
winsys/xlib: move xlib_create_sw_winsys within the winsys
Emil Velikov
2014-02-22
1
-10
/
+0
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)
Dave Airlie
2013-12-13
2
-2
/
+5
*
gallium/dri: Support DRI Image extension version 7
Christopher James Halse Rogers
2013-12-10
1
-0
/
+2
*
gallium/winsys/drm: Prepare for passing prime fds in winsys_handle
Christopher James Halse Rogers
2013-12-10
1
-3
/
+6
*
implement NV_vdpau_interop v7
Christian König
2013-10-26
1
-0
/
+49
*
st/dri: do not create a new context for msaa copy
Maarten Lankhorst
2013-09-11
1
-1
/
+2
*
st/dri: add a new driconf option disable_shader_bit_encoding for Unigine
Marek Olšák
2013-07-30
1
-0
/
+1
*
mesa,glsl,st/dri: add a new driconf option force_glsl_version for Unigine
Marek Olšák
2013-07-30
1
-2
/
+3
*
st/dri: implement the driconf option force_s3tc_enable properly
Marek Olšák
2013-07-30
1
-0
/
+1
*
st/dri: support the driconf option disable_blend_func_extended
Marek Olšák
2013-07-30
1
-2
/
+3
*
gallium: handle drirc disable_glsl_line_continuations option
Vadim Girlin
2013-04-19
1
-0
/
+1
*
gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Marek Olšák
2013-01-04
1
-0
/
+1
*
gallium: pass the current context to the flush_front state tracker function
Marek Olšák
2012-12-07
1
-1
/
+4
*
gallium/postprocess: share pipe_context and cso_context with the state tracker
Marek Olšák
2012-11-29
1
-0
/
+11
*
st/mesa: allow forward-compatible contexts and set Const.ContextFlags
Marek Olšák
2012-11-29
1
-2
/
+1
*
st/mesa: accept and handle configuration options from st/dri
Vadim Girlin
2012-08-23
1
-0
/
+14
*
gallium: add st_api feature mask to prevent advertising MS visuals
Christoph Bumiller
2012-05-29
1
-0
/
+16
*
gallium: remove unused winsys pointers in pipe_screen and pipe_context
Marek Olšák
2012-02-21
1
-1
/
+0
*
st-api: fix typos, whitespace, line wrapping
Brian Paul
2012-02-01
1
-6
/
+6
*
st-api: Have context_create explain why creation failed
Ian Romanick
2011-12-23
1
-0
/
+14
*
st-api: Clean-up OpenGL profile handling
Ian Romanick
2011-12-23
1
-9
/
+10
*
drm_driver: Add a configuration function to the driver descriptor.
Thomas Hellstrom
2011-10-14
1
-1
/
+46
*
st-api: Rework how drawables are invalidated v3.
Thomas Hellstrom
2011-06-29
1
-19
/
+6
*
st/glx: define/set new ST_CONTEXT_FLAG_bits
Brian Paul
2011-05-19
1
-11
/
+13
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
1
-0
/
+5
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
2
-3
/
+2
*
gallium: Add st_context_iface::share to st_api.
Chia-I Wu
2010-11-18
1
-0
/
+6
*
gallium: Add st_api::name.
Chia-I Wu
2010-11-18
1
-0
/
+5
*
gallium: Remove redundant sw and debug target helpers
Jakob Bornecrantz
2010-11-17
1
-67
/
+0
*
graw: Add struct pipe_surface forward declaration.
snb-magic
Vinson Lee
2010-11-08
1
-1
/
+2
*
graw: Export graw_save_surface_to_file().
Michal Krol
2010-11-08
1
-0
/
+21
*
dri: Pass the __DRIscreen and the __DRIscreen private back to image lookup
Kristian Høgsberg
2010-09-22
1
-1
/
+0
*
gallium: avoid the C++ keyword "template" in sw_winsys.h
Luca Barbieri
2010-09-20
1
-1
/
+1
*
gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.
Chia-I Wu
2010-09-10
1
-16
/
+0
*
gallium: Add context profile support to st_api.
Chia-I Wu
2010-09-10
1
-2
/
+61
*
graw: Include missing header in graw.h.
Vinson Lee
2010-08-27
1
-0
/
+1
*
graw: Add copyright headers to the interfaces.
José Fonseca
2010-08-26
1
-0
/
+27
*
graw: Undo late loading of graw drivers.
José Fonseca
2010-08-26
1
-153
/
+0
*
graw: Include missing header in graw_dl.h.
Vinson Lee
2010-08-26
1
-2
/
+3
*
graw: Dynamically load graw libraries.
José Fonseca
2010-08-26
1
-0
/
+152
*
st_api: Remove st_context::is_visual_supported.
Chia-I Wu
2010-06-29
1
-6
/
+0
*
Merge branch 'gallium-drm-driver-drescriptor'
Jakob Bornecrantz
2010-06-28
2
-57
/
+71
|
\
|
*
gallium: Remove drm_api and all references to it
Jakob Bornecrantz
2010-06-24
1
-57
/
+0
|
*
gallium: Add drm driver interface
Jakob Bornecrantz
2010-06-06
1
-0
/
+71
*
|
graw: add parse_geometry_shader helper
Keith Whitwell
2010-06-07
1
-0
/
+3
|
/
*
include/st: new file swrast_screen_create.h
Keith Whitwell
2010-06-07
1
-0
/
+67
*
drm_api: Remove type argument from create screen callback
Jakob Bornecrantz
2010-05-25
1
-18
/
+1
*
gallium: Remove dri1_api.h and winsys support for DRI1
Jakob Bornecrantz
2010-05-25
1
-81
/
+0
*
st_api: Give get_egl_image arguments directly to the function
Jakob Borncrantz
2010-05-21
1
-5
/
+13
[next]