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
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: replace st_shader_stage_to_ptarget
Nicolai Hähnle
2017-08-02
5
-31
/
+8
*
mesa: add GLSL 4.60 to shading_language_version()
Samuel Pitoiset
2017-08-02
1
-0
/
+2
*
mesa: add always-false enable for GL 4.6
Samuel Pitoiset
2017-08-02
1
-2
/
+18
*
glsl: recognize GLSL 4.60
Samuel Pitoiset
2017-08-02
3
-3
/
+5
*
dri3: Wait for all pending swapbuffers to be scheduled before touching the front
Thomas Hellstrom
2017-08-02
2
-0
/
+21
*
mesa: add KHR_no_error support to glPolygonMode()
Samuel Pitoiset
2017-08-02
3
-1
/
+12
*
mesa: add polygon_mode() helper
Samuel Pitoiset
2017-08-02
1
-19
/
+28
*
mesa: add KHR_no_error support to glClearBufferiv()
Samuel Pitoiset
2017-08-02
3
-1
/
+12
*
mesa: add clear_bufferiv() helper
Samuel Pitoiset
2017-08-02
1
-14
/
+23
*
mesa: add KHR_no_error support to glClearBufferuiv()
Samuel Pitoiset
2017-08-02
3
-1
/
+14
*
mesa: add clear_bufferuiv() helper
Samuel Pitoiset
2017-08-02
1
-13
/
+22
*
mesa: add KHR_no_error support to glClearBufferfi()
Samuel Pitoiset
2017-08-02
3
-1
/
+14
*
mesa: add clear_bufferi() helper
Samuel Pitoiset
2017-08-02
1
-20
/
+30
*
mesa: add KHR_no_error support to glClearBufferfv()
Samuel Pitoiset
2017-08-02
3
-1
/
+14
*
mesa: add clear_bufferfv() helper
Samuel Pitoiset
2017-08-02
1
-14
/
+23
*
mesa: add KHR_no_error support to glClear*Buffer*Data()
Samuel Pitoiset
2017-08-02
4
-4
/
+98
*
mesa: add clear_buffer_sub_data_error() helper
Samuel Pitoiset
2017-08-02
1
-17
/
+35
*
mesa: make get_texbuffer_format() global
Samuel Pitoiset
2017-08-02
2
-3
/
+5
*
mesa: add KHR_no_error support to glLinkProgram()
Samuel Pitoiset
2017-08-02
3
-1
/
+22
*
mesa: add link_program() and link_program_error() helpers
Samuel Pitoiset
2017-08-02
1
-13
/
+33
*
mesa: add KHR_no_error support to glShaderSource()
Samuel Pitoiset
2017-08-02
3
-1
/
+14
*
mesa: add shader_source() helper
Samuel Pitoiset
2017-08-02
1
-11
/
+23
*
mesa: rename shader_source() to set_shader_source()
Samuel Pitoiset
2017-08-02
1
-2
/
+2
*
mesa: add KHR_no_error support to glEndConditionalRender()
Samuel Pitoiset
2017-08-02
3
-1
/
+12
*
mesa: add end_conditional_render() render
Samuel Pitoiset
2017-08-02
1
-7
/
+14
*
mesa: add KHR_no_error support to glBeginConditionalRender()
Samuel Pitoiset
2017-08-02
3
-1
/
+12
*
mesa: add begin_conditional_render() helper
Samuel Pitoiset
2017-08-02
1
-55
/
+66
*
mesa: add KHR_no_error support to glNamedBufferData() and glBufferData()
Samuel Pitoiset
2017-08-02
4
-2
/
+40
*
mesa: add buffer_data() and buffer_data_error() helpers
Samuel Pitoiset
2017-08-02
1
-48
/
+64
*
mesa: add KHR_no_error support to glLineWidth()
Samuel Pitoiset
2017-08-02
3
-1
/
+12
*
mesa: add line_width() helper
Samuel Pitoiset
2017-08-02
1
-9
/
+16
*
pipe-loader: fix driinfo for software and non-radeonsi drivers
Nicolai Hähnle
2017-08-02
2
-4
/
+6
*
mesa/st: Reduce the number of frontbuffer flush calls
Thomas Hellstrom
2017-08-02
2
-39
/
+10
*
Fix gallium SCons build
Nicolai Hähnle
2017-08-02
1
-0
/
+1
*
glsl: look up for transform feedback varyings after linking
Juan A. Suarez Romero
2017-08-02
1
-0
/
+7
*
radeonsi: add enable_sisched driconf option
Nicolai Hähnle
2017-08-02
3
-0
/
+16
*
radeonsi: prepare for driver-specific driconf options
Nicolai Hähnle
2017-08-02
9
-1
/
+58
*
pipe-loader: move configuration_query into drm_helper
Nicolai Hähnle
2017-08-02
3
-37
/
+43
*
st/dri: implement v2 of DRI_ConfigOptions
Nicolai Hähnle
2017-08-02
4
-2
/
+55
*
pipe-loader: extract a standalone get_driver_descriptor helper function
Nicolai Hähnle
2017-08-02
1
-19
/
+30
*
pipe-loader: pass only the driver_name to pipe_loader_find_module
Nicolai Hähnle
2017-08-02
2
-5
/
+5
*
gallium: add driconf options to pipe_screen_config
Nicolai Hähnle
2017-08-02
2
-0
/
+5
*
gallium: move loading of drirc to pipe-loader
Nicolai Hähnle
2017-08-02
10
-59
/
+77
*
gallium: move driinfo XML to pipe_loader
Nicolai Hähnle
2017-08-02
6
-40
/
+46
*
gallium: add pipe_screen_config to screen_create functions
Nicolai Hähnle
2017-08-02
37
-88
/
+118
*
st/drm: add DRM_CONF_XML_OPTIONS
Nicolai Hähnle
2017-08-02
1
-0
/
+2
*
util: add merge_driinfo.py
Nicolai Hähnle
2017-08-02
1
-0
/
+222
*
glx: use v2 of DRI_ConfigOptions
Nicolai Hähnle
2017-08-02
1
-14
/
+99
*
radeonsi: enable ARB_transform_feedback_overflow_query
Nicolai Hähnle
2017-08-02
1
-1
/
+1
*
radeonsi: avoid redundant SET_PREDICATION packet with QBO workaround
Nicolai Hähnle
2017-08-02
1
-4
/
+9
[next]