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
...
*
glsl: make use of glsl_type::is_record()
Samuel Pitoiset
2017-04-21
2
-3
/
+3
*
glsl: make use of glsl_type::is_array()
Samuel Pitoiset
2017-04-21
1
-1
/
+1
*
mesa/glthread: correctly compare thread handles
Emil Velikov
2017-04-21
1
-1
/
+1
*
st/mesa: use one big translation table in st_pipe_vertex_format
Marek Olšák
2017-04-20
1
-242
/
+228
*
st/mesa: check in advance in st_draw_vbo whether the bitmap cache is empty
Marek Olšák
2017-04-20
1
-1
/
+3
*
st/mesa: put the bitmap_cache structure inside st_context
Marek Olšák
2017-04-20
3
-43
/
+36
*
st/mesa: inline and optimize st_invalidate_readpix_cache
Marek Olšák
2017-04-20
2
-10
/
+11
*
st/mesa: invalidate the readpix cache in st_indirect_draw_vbo
Marek Olšák
2017-04-20
1
-0
/
+2
*
gallium: fold u_trim_pipe_prim call from st/mesa to drivers
Marek Olšák
2017-04-20
1
-10
/
+2
*
mesa: print target string in glBindTexture() error message
Brian Paul
2017-04-19
1
-1
/
+2
*
mesa: fix Windows build error related to getuid()
Brian Paul
2017-04-19
1
-2
/
+6
*
st/mesa: automake: honour the vdpau header install location
Emil Velikov
2017-04-19
1
-0
/
+1
*
mesa: add KHR_no_error support to glVertexAttribDivisor()
Timothy Arceri
2017-04-19
1
-8
/
+10
*
mesa/vbo: add KHR_no_error support to DrawElements*() functions
Timothy Arceri
2017-04-19
1
-23
/
+73
*
mesa/vbo: add KHR_no_error support to vbo_exec_DrawArrays*()
Timothy Arceri
2017-04-19
1
-10
/
+39
*
mesa/vbo: move some Draw checks out of validation
Timothy Arceri
2017-04-19
2
-41
/
+108
*
mesa/varray: add KHR_no_error support to *Pointer() functions
Timothy Arceri
2017-04-19
1
-116
/
+236
*
mesa/varray: add KHR_no_error support to some callers of validate_array_format()
Timothy Arceri
2017-04-19
1
-63
/
+73
*
mesa/varray: rename update_array_format() -> validate_array_format()
Timothy Arceri
2017-04-19
1
-26
/
+45
*
mesa/varray: create get_array_format() helper
Timothy Arceri
2017-04-19
1
-11
/
+20
*
mesa/varray: split update_array() into validate_array() and update_array()
Timothy Arceri
2017-04-19
1
-14
/
+41
*
mesa: add KHR_no_error support to glUniform*() functions
Timothy Arceri
2017-04-19
1
-23
/
+50
*
mesa: always return GL_OUT_OF_MEMORY or GL_NO_ERROR when KHR_no_error enabled
Timothy Arceri
2017-04-19
1
-0
/
+11
*
mesa: add _mesa_is_no_error_enabled() helper
Timothy Arceri
2017-04-19
1
-0
/
+7
*
mesa: add env var to force enable the KHR_no_error ctx flag
Timothy Arceri
2017-04-19
1
-0
/
+6
*
mesa: expose KHR_no_error
Timothy Arceri
2017-04-19
1
-0
/
+1
*
vbo: fix gl_DrawID handling in glMultiDrawArrays
Nicolai Hähnle
2017-04-19
1
-6
/
+15
*
mesa: move glMultiDrawArrays to vbo and fix error handling
Nicolai Hähnle
2017-04-19
5
-18
/
+126
*
mesa: extract need_xfb_remaining_prims_check
Nicolai Hähnle
2017-04-19
1
-20
/
+28
*
mesa: fix remaining xfb prims check for GLES with multiple instances
Nicolai Hähnle
2017-04-19
1
-1
/
+1
*
st/mesa: add st_convert_sampler()
Samuel Pitoiset
2017-04-18
2
-12
/
+36
*
mesa: rename _mesa_add_renderbuffer* functions
Timothy Arceri
2017-04-18
11
-62
/
+60
*
android: add marshal_generated c and h files to generated sources
Tapani Pälli
2017-04-17
1
-1
/
+3
*
i965/drm: Delete NULL check in brw_bo_unmap().
Kenneth Graunke
2017-04-16
1
-3
/
+0
*
i965/drm: Remove dead return in brw_bo_busy()
Kenneth Graunke
2017-04-16
1
-3
/
+1
*
glsl: delay optimisations on individual shaders when cache is available
Timothy Arceri
2017-04-15
1
-1
/
+2
*
i965: enable OpenGL 4.2 in Ivybridge
Juan A. Suarez Romero
2017-04-14
2
-2
/
+2
*
i965: enable ARB_shader_precision in gen7+
Samuel Iglesias Gonsálvez
2017-04-14
1
-1
/
+1
*
i965: enable ARB_vertex_attrib_64bit for gen7+
Juan A. Suarez Romero
2017-04-14
1
-1
/
+1
*
i965: enable OpenGL 4.0 to Ivybridge/Baytrail
Samuel Iglesias Gonsálvez
2017-04-14
2
-5
/
+6
*
i965: enable ARB_gpu_shader_fp64 for Ivybridge/Baytrail
Samuel Iglesias Gonsálvez
2017-04-14
1
-1
/
+1
*
st/mesa: enable ARB_shader_viewport_layer_array
Nicolai Hähnle
2017-04-14
1
-0
/
+5
*
i965: add missing ir_unop_*/ir_binop_* in visit_leave()
Samuel Pitoiset
2017-04-13
1
-0
/
+3
*
st/mesa: fix wrong comparison in update_framebuffer_state()
Samuel Pitoiset
2017-04-13
1
-4
/
+4
*
radeon: fix duplicate 'const' specifier
Samuel Pitoiset
2017-04-13
2
-2
/
+2
*
mesa: remove some unused functions in the perf monitor area
Samuel Pitoiset
2017-04-13
1
-27
/
+0
*
mesa: remove unused clamp_float_to_uint() and clamp_half_to_uint()
Samuel Pitoiset
2017-04-13
1
-15
/
+0
*
mesa: remove unused _mesa_unmarshal_BindBufferBase()
Samuel Pitoiset
2017-04-13
1
-8
/
+0
*
st/mesa: add some _mesa_is_winsys_fbo() assertions
Brian Paul
2017-04-12
2
-2
/
+9
*
st/mesa: minor optimization in st_DrawBuffers()
Brian Paul
2017-04-12
1
-8
/
+16
[prev]
[next]