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
/
mapi
/
glapi
/
gen
/
gl_API.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/marshal: add custom BufferData/BufferSubData marshalling
Timothy Arceri
2017-03-24
1
-2
/
+2
*
mesa: disable glthread when glNewList() is called
Timothy Arceri
2017-03-20
1
-1
/
+1
*
mesa: Track the current vertex/element array buffers for glthread.
Eric Anholt
2017-03-16
1
-20
/
+39
*
mesa: Disable glthread when glBegin() is called.
Eric Anholt
2017-03-16
1
-1
/
+1
*
glapi: Mark vertex attrib pointer functions as async.
Eric Anholt
2017-03-16
1
-16
/
+16
*
mesa: Custom thread marshalling for Flush.
Paul Berry
2017-03-16
1
-2
/
+1
*
mesa: Custom thread marshalling for ShaderSource.
Paul Berry
2017-03-16
1
-1
/
+1
*
glapi: Mark compressed teximage functions as sync.
Eric Anholt
2017-03-16
1
-5
/
+5
*
glapi: Annotate functions with "marshal" attribute.
Paul Berry
2017-03-16
1
-16
/
+24
*
glapi: fix typo in count_scale
Gregory Hainaut
2017-03-07
1
-1
/
+1
*
mapi: Add support for ARB_gpu_shader_int64.
Dave Airlie
2017-01-20
1
-0
/
+2
*
glapi: add missing INTEL_conservative_rasterization
Lionel Landwerlin
2016-12-13
1
-0
/
+4
*
glapi: Move PrimitiveBoundingBox and BlendBarrier definitions into ES3.2 cate...
Francisco Jerez
2016-10-20
1
-13
/
+17
*
glapi: add entry points for GL_ARB_compute_variable_group_size
Samuel Pitoiset
2016-10-07
1
-1
/
+3
*
mesa: introduce glPrimitiveBoundingBoxARB entrypoint
Ilia Mirkin
2016-09-13
1
-0
/
+37
*
mapi: don't forget to expose GetPointerv in GL ES 3.2
Ilia Mirkin
2016-09-03
1
-1
/
+1
*
glapi: add KHR_blend_equation_advanced dispatch
Ilia Mirkin
2016-08-25
1
-0
/
+24
*
glapi: add GL_EXT_window_rectangles entrypoints
Ilia Mirkin
2016-06-18
1
-0
/
+2
*
i965: Enable GL_KHR_robustness
Kristian Høgsberg Kristensen
2016-05-25
1
-0
/
+3
*
glapi: Add GL_ARB_cull_distance
Tobias Klausmann
2016-05-14
1
-1
/
+6
*
glapi: Update dispatch XML files for OES_texture_compression_astc.xml
Anuj Phogat
2016-05-03
1
-0
/
+2
*
mesa: expose EXT_polygon_offset_clamp in ES contexts
Ilia Mirkin
2016-04-03
1
-1
/
+1
*
mesa: Add dispatch and extension XML for GL_ARB_internalformat_query2
Alejandro Piñeiro
2016-03-03
1
-1
/
+1
*
mesa: implement GL_ATI_meminfo (v2)
Marek Olšák
2016-02-05
1
-0
/
+6
*
mesa: implement GL_NVX_gpu_memory_info (v2)
Marek Olšák
2016-02-05
1
-0
/
+8
*
glapi: Add xml infrastructure for ARB_query_buffer_object
Rafal Mielniczuk
2016-02-04
1
-1
/
+8
*
mesa: add GREMEDY_string_marker
Rob Clark
2016-01-21
1
-0
/
+2
*
glapi: add ARB_indirect_parameters definitions
Ilia Mirkin
2016-01-07
1
-1
/
+5
*
mesa: Drop apparently typoed GL_ALL_CLIENT_ATTRIB_BITS.
Eric Anholt
2015-12-01
1
-1
/
+0
*
mesa: Fix enum definition of CULL_VERTEX_EYE/OBJECT_POSITION
Eric Anholt
2015-12-01
1
-2
/
+2
*
mesa: remove ARB_geometry_shader4
Marta Lofstedt
2015-11-26
1
-1
/
+1
*
glapi: add ARB_shader_storage_block_buffer_object
Samuel Iglesias Gonsalvez
2015-09-25
1
-1
/
+5
*
glapi: add support for KHR_texture_compression_astc_ldr
Nanley Chery
2015-08-26
1
-1
/
+1
*
glapi: Add ARB_shader_subroutine functions and enums (v2)
Chris Forbes
2015-07-23
1
-1
/
+3
*
mapi: add ARB_tessellation_shader
Fabian Bieler
2015-07-23
1
-1
/
+5
*
mesa: add API dispatch for GL_ARB_get_texture_sub_image
Brian Paul
2015-07-21
1
-1
/
+3
*
mesa: Constants and functions for ARB_framebuffer_no_attachments
Kevin Rogovin
2015-06-17
1
-1
/
+3
*
gles/es3.1: Enable dispatch of almost all new GLES 3.1 functions
Ian Romanick
2015-05-28
1
-2
/
+2
*
glapi: Whitespace clean up after the previous commit
Ian Romanick
2015-05-15
1
-344
/
+173
*
glapi: Remove all offset tags from the XML
Ian Romanick
2015-05-15
1
-731
/
+731
*
glapi: Whitespace clean up after the previous commit
Ian Romanick
2015-05-15
1
-14
/
+8
*
glapi: Remove all static_dispatch tags from the XML
Ian Romanick
2015-05-15
1
-56
/
+56
*
glapi: Mark a couple functions "ignore" for GLX
Ian Romanick
2015-05-15
1
-2
/
+2
*
mapi: add GL_ARB_vertex_attrib_64bit support
Dave Airlie
2015-05-08
1
-1
/
+3
*
glapi: add GL_ARB_program_interface_query skeleton
Tapani Pälli
2015-04-16
1
-1
/
+3
*
glapi: add ARB_gpu_shader_fp64 (v2)
Dave Airlie
2015-02-19
1
-0
/
+2
*
mesa: Add support for the ARB_pipeline_statistics_query extension
Ben Widawsky
2015-02-17
1
-0
/
+3
*
mesa: implement GL_AMD_pinned_memory
Marek Olšák
2015-02-17
1
-0
/
+4
*
glapi: add GL_EXT_polygon_offset_clamp
Ilia Mirkin
2015-02-02
1
-0
/
+11
*
mesa: Add ARB_shader_precision infrastructure
Micah Fedke
2015-01-19
1
-1
/
+5
[next]