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
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
*
mesa: add KHR_no_error support to glPolygonMode()
Samuel Pitoiset
2017-08-02
2
-0
/
+11
*
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
2
-0
/
+11
*
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
2
-0
/
+13
*
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
2
-0
/
+13
*
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
2
-0
/
+13
*
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
2
-0
/
+94
*
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
2
-0
/
+21
*
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
2
-0
/
+13
*
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
2
-0
/
+11
*
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
2
-0
/
+11
*
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
2
-0
/
+38
*
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
2
-0
/
+11
*
mesa: add line_width() helper
Samuel Pitoiset
2017-08-02
1
-9
/
+16
*
mesa/st: Reduce the number of frontbuffer flush calls
Thomas Hellstrom
2017-08-02
2
-39
/
+10
*
st/mesa: implement ARB_transform_feedback_overflow_query
Nicolai Hähnle
2017-08-02
2
-1
/
+4
*
android: export intermediates from libmesa_util
Tapani Pälli
2017-08-02
1
-0
/
+2
*
i965: Check result of make_surface() for intel_miptree_create_for_bo
Chris Wilson
2017-08-01
1
-0
/
+2
*
mesa/st: fix conditional jump depends on uninitialised value
Timothy Arceri
2017-08-02
1
-0
/
+1
*
build: Convert git_sha1_gen script to Python (part2).
Jose Fonseca
2017-08-01
1
-1
/
+1
*
build: Convert git_sha1_gen script to Python.
Jose Fonseca
2017-08-01
1
-1
/
+1
*
Fix SCons build
Nicolai Hähnle
2017-08-01
1
-1
/
+1
*
mesa: fix bad cast conversions in viewport()
Samuel Pitoiset
2017-08-01
1
-3
/
+4
*
i965/drm: Inline brw_bo_references.
Kenneth Graunke
2017-07-31
2
-7
/
+6
*
Revert "st_glsl_to_tgsi: rewrite rename registers to use array fully."
Dave Airlie
2017-08-01
1
-26
/
+29
*
mesa: drop unnecessary GLAPIENTRY to _mesa_init_line()
Samuel Pitoiset
2017-07-31
2
-2
/
+2
*
mesa: only check errors when the state change in glClipControl()
Samuel Pitoiset
2017-07-31
1
-14
/
+16
*
mesa: only check errors when the state change in glPointSize()
Samuel Pitoiset
2017-07-31
1
-10
/
+9
*
mesa: only check errors when the state change in glCullFace()
Samuel Pitoiset
2017-07-31
1
-9
/
+10
*
mesa: only check errors when the state change in glProvokingVertex()
Samuel Pitoiset
2017-07-31
1
-3
/
+3
*
Revert "st/mesa: release sampler views when redefining a texture in st_contex...
Marek Olšák
2017-07-31
1
-2
/
+0
*
xmlconfig: move into src/util
Nicolai Hähnle
2017-07-31
42
-4396
/
+29
*
xmlconfig: remove GL type dependencies
Nicolai Hähnle
2017-07-31
1
-6
/
+4
*
st/glsl_to_nir: move nir_lower_io to drivers
Nicolai Hähnle
2017-07-31
1
-2
/
+1
*
st/mesa: get rid of st_glsl_types
Nicolai Hähnle
2017-07-31
5
-162
/
+13
[next]