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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add KHR_no_error support for glUniformBlockBinding()
Samuel Pitoiset
2017-06-28
2
-0
/
+15
*
mesa: add uniform_block_binding() helper
Samuel Pitoiset
2017-06-28
1
-9
/
+16
*
mesa: add KHR_no_error support for glFenceSync()
Samuel Pitoiset
2017-06-28
2
-0
/
+11
*
mesa: add fence_sync() helper
Samuel Pitoiset
2017-06-28
1
-17
/
+25
*
mesa: add KHR_no_error support for glClientWaitSync()
Samuel Pitoiset
2017-06-28
2
-0
/
+13
*
mesa: add client_wait_sync() helper
Samuel Pitoiset
2017-06-28
1
-16
/
+26
*
mesa: add KHR_no_error support for glCheckFramebufferStatus()
Samuel Pitoiset
2017-06-28
2
-0
/
+13
*
mesa: add KHR_no_error support for gl*Renderbuffers()
Samuel Pitoiset
2017-06-28
2
-0
/
+22
*
mesa: prepare create_render_buffers() for KHR_no_error support
Samuel Pitoiset
2017-06-28
1
-7
/
+17
*
mesa: add KHR_no_error support for gl*ProgramPipelines()
Samuel Pitoiset
2017-06-28
2
-0
/
+20
*
mesa: prepare create_program_pipelines() for KHR_no_error support
Samuel Pitoiset
2017-06-28
1
-12
/
+17
*
mesa: add KHR_no_error support for gl*Samplers()
Samuel Pitoiset
2017-06-28
2
-0
/
+21
*
mesa: prepare create_samplers() helper for KHR_no_error support
Samuel Pitoiset
2017-06-28
1
-12
/
+19
*
mesa: add KHR_no_error support for gl*Textures()
Samuel Pitoiset
2017-06-28
2
-0
/
+22
*
mesa: prepare create_textures() helper for KHR_no_error support
Samuel Pitoiset
2017-06-28
1
-10
/
+18
*
mesa: fix an error message in create_textures()
Samuel Pitoiset
2017-06-28
1
-1
/
+1
*
mesa: add KHR_no_error support for gl*Buffers()
Samuel Pitoiset
2017-06-28
2
-0
/
+22
*
mesa: prepare create_buffers() helper for KHR_no_error support
Samuel Pitoiset
2017-06-28
1
-17
/
+24
*
mesa: add KHR_no_error support for glBindTextureUnit()
Samuel Pitoiset
2017-06-28
2
-0
/
+11
*
mesa: add bind_texture_unit() helper
Samuel Pitoiset
2017-06-28
1
-22
/
+34
*
mesa: add KHR_no_error support for glDepthRangeIndexed()
Samuel Pitoiset
2017-06-28
2
-0
/
+12
*
mesa: add KHR_no_error support for glDepthFunc()
Samuel Pitoiset
2017-06-28
2
-0
/
+11
*
mesa: add depth_func() helper
Samuel Pitoiset
2017-06-28
2
-22
/
+31
*
mesa: add KHR_no_error support for glFrontFace()
Samuel Pitoiset
2017-06-28
2
-0
/
+11
*
mesa: add front_face() helper
Samuel Pitoiset
2017-06-28
2
-11
/
+18
*
mesa: add KHR_no_error support for glCullFace()
Samuel Pitoiset
2017-06-28
2
-0
/
+11
*
mesa: add cull_face() helper
Samuel Pitoiset
2017-06-28
2
-14
/
+21
*
mesa: add KHR_no_error support for glCreateShader() and glCreateShaderObjectA...
Samuel Pitoiset
2017-06-28
2
-0
/
+22
*
mesa: rename create_shader() to create_shader_err()
Samuel Pitoiset
2017-06-28
1
-10
/
+19
*
mesa: pass the 'caller' function to create_shader()
Samuel Pitoiset
2017-06-28
1
-6
/
+6
*
mesa: add KHR_no_error support for glAttachShader() and glAttachObjectARB()
Samuel Pitoiset
2017-06-28
2
-1
/
+21
*
mesa: rename attach_shader() to attach_shader_err()
Samuel Pitoiset
2017-06-28
1
-17
/
+36
*
mesa: pass the 'caller' function to attach_shader()
Samuel Pitoiset
2017-06-28
1
-9
/
+10
*
i965: Add a RGBX->RGBA fallback for glEGLImageTextureTarget2D()
Chad Versace
2017-06-27
1
-2
/
+16
*
mesa: Add _mesa_format_fallback_rgbx_to_rgba() [v2]
Chad Versace
2017-06-27
6
-0
/
+128
*
mesa: optimize GL_PRIMITIVE_RESTART_NV more
Marek Olšák
2017-06-27
1
-10
/
+9
*
mesa: fix clip plane enable breakage
Marek Olšák
2017-06-27
1
-1
/
+6
*
mesa: add missing include
Eric Engestrom
2017-06-27
1
-0
/
+1
*
i965: perf: add support for Geminilake
Lionel Landwerlin
2017-06-27
4
-1
/
+9131
*
i965: perf: add support for Kabylake
Lionel Landwerlin
2017-06-27
5
-1
/
+20970
*
i965: perf: use gen_device_info rather then brw_context
Lionel Landwerlin
2017-06-27
1
-2
/
+2
*
i965: perf: ensure isolated timer reports while idle don't confuse filtering
Robert Bragg
2017-06-27
1
-1
/
+17
*
i965: perf: keep on reading reports until delimiting timestamp
Lionel Landwerlin
2017-06-27
1
-20
/
+113
*
i965: Add Gen8+ INTEL_performance_query support
Robert Bragg
2017-06-27
3
-33
/
+288
*
i965: Add XML OA metric sets for Gen8+
Robert Bragg
2017-06-27
9
-14
/
+65809
*
i965: Add Gen8+ sys_vars for generated OA code
Robert Bragg
2017-06-27
1
-0
/
+3
*
anv/i965: drop libdrm_intel dependency completely
Lionel Landwerlin
2017-06-27
1
-0
/
+1
*
i915: use different CFLAGS/LIBS variables than i965/anv
Lionel Landwerlin
2017-06-27
1
-2
/
+2
*
i965: perf: minimize the chances to spread queries across batchbuffers
Lionel Landwerlin
2017-06-27
1
-0
/
+8
*
i965: Separate gen < 8 and gen >= 8 paths explicitly in wrap_mode()
Topi Pohjolainen
2017-06-27
1
-3
/
+3
[next]