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
/
mapi
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: expose EXT_base_instance in ES3 contexts
Ilia Mirkin
2016-04-03
1
-0
/
+34
*
mesa: expose EXT_polygon_offset_clamp in ES contexts
Ilia Mirkin
2016-04-03
1
-1
/
+1
*
mesa: add GL_OES/EXT_draw_buffers_indexed support
Ilia Mirkin
2016-03-31
1
-0
/
+106
*
mesa: add GL_EXT_copy_image support
Ilia Mirkin
2016-03-30
1
-0
/
+22
*
mesa: add GL_OES_copy_image support
Ilia Mirkin
2016-03-30
1
-0
/
+22
*
mesa: add GL_OES_sample_shading support
Ilia Mirkin
2016-03-30
1
-0
/
+6
*
glapi/glx: Mark the indirect swapped dispatch functions _X_COLD
Adam Jackson
2016-03-29
1
-3
/
+3
*
glapi/glx: Sync some additional error checking from xserver
Adam Jackson
2016-03-29
1
-0
/
+4
*
mesa: add OES_texture_buffer and EXT_texture_buffer support
Ilia Mirkin
2016-03-28
2
-2
/
+38
*
glapi/glx: Treat xserver generated targets as .PHONY
Adam Jackson
2016-03-28
1
-0
/
+2
*
glapi/glx: Thunk non-ABI calls through GetProcAddress
Adam Jackson
2016-03-28
1
-2
/
+8
*
glapi/glx: Emit direct GL calls instead of dispatch lookup
Adam Jackson
2016-03-28
2
-34
/
+10
*
glx: Unbreak generating some of the xorg glx headers
Adam Jackson
2016-03-28
1
-2
/
+2
*
glapi: remove the final function offset tags
Emil Velikov
2016-03-09
4
-30
/
+30
*
mesa: Add dispatch and extension XML for GL_ARB_internalformat_query2
Alejandro Piñeiro
2016-03-03
3
-1
/
+121
*
mesa: add GL_EXT_texture_border_clamp support
Ilia Mirkin
2016-02-22
2
-4
/
+34
*
mesa: add GL_OES_texture_border_clamp support
Ilia Mirkin
2016-02-22
1
-1
/
+57
*
mesa: move GL_ARB_debug_output code into new debug_output.c file
Brian Paul
2016-02-08
1
-0
/
+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
*
glapi: add GL_OES_geometry_shader extension
Marta Lofstedt
2016-01-22
2
-3
/
+45
*
mesa: add GREMEDY_string_marker
Rob Clark
2016-01-21
3
-0
/
+21
*
glapi: Build glapi_gentable.c only on Darwin
Andreas Boll
2016-01-21
3
-4
/
+18
*
mesa: Reduce libGL.so binary size by about 15%
Arlie Davis
2016-01-21
1
-16
/
+41
*
mapi: include gl.xml in the tarball
Emil Velikov
2016-01-18
1
-0
/
+1
*
glapi: add ARB_indirect_parameters definitions
Ilia Mirkin
2016-01-07
3
-1
/
+36
*
mesa: do not enable KHR_debug for ES 1.0
Emil Velikov
2015-12-03
1
-10
/
+10
*
glapi: add GetPointervKHR to the ES dispatch
Emil Velikov
2015-12-03
1
-0
/
+5
*
Remove Sun CC specific code.
Jose Fonseca
2015-12-02
2
-4
/
+4
*
glapi: work-around MSVC 65K string length limitation for enums.c
Brian Paul
2015-12-01
1
-3
/
+10
*
mapi: Fix enums.c build with other build systems.
Eric Anholt
2015-12-01
1
-1
/
+1
*
mesa: Drop the blacklisting of new GL enums.
Eric Anholt
2015-12-01
1
-266
/
+0
*
mesa: Use a 32-bit offset for the enums.c string offset table.
Eric Anholt
2015-12-01
1
-3
/
+1
*
mesa: Prefer newer names to older ones among names present in core.
Eric Anholt
2015-12-01
1
-17
/
+8
*
mesa: Drop bitfield "enums" from the enum-to-string table.
Eric Anholt
2015-12-01
1
-8
/
+11
*
mesa: Switch to using the Khronos registry for generating enums.
Eric Anholt
2015-12-01
2
-39
/
+370
*
mesa: Remove the python mode bits from gl_enums.py.
Eric Anholt
2015-12-01
1
-1
/
+0
*
mesa: Drop apparently typoed GL_ALL_CLIENT_ATTRIB_BITS.
Eric Anholt
2015-12-01
1
-1
/
+0
*
mesa: Drop enums that had been removed in later revs of specs.
Eric Anholt
2015-12-01
3
-6
/
+0
*
mesa: Fix a typo in AMD_performance_monitor enum.
Eric Anholt
2015-12-01
1
-1
/
+1
*
mesa: Fix enum definition of CULL_VERTEX_EYE/OBJECT_POSITION
Eric Anholt
2015-12-01
1
-2
/
+2
*
mesa: Add a copy of the Khronos gl.xml (SVN #31705).
Eric Anholt
2015-12-01
1
-0
/
+45348
*
mesa: remove ARB_geometry_shader4
Marta Lofstedt
2015-11-26
3
-59
/
+1
*
glapi: add EXT_blend_func_extended XML definitions
Ryan Houdek
2015-11-19
2
-1
/
+28
*
mesa: expose support for GL_EXT_buffer_storage
Ryan Houdek
2015-11-04
1
-0
/
+9
*
mesa: expose support for OES/EXT_draw_elements_base_vertex to OpenGL ES
Ryan Houdek
2015-11-01
2
-3
/
+91
*
glapi: add function pointers for KHR_debug for gles
Matthew Waters
2015-10-07
1
-0
/
+73
*
mapi: Make _glapi_get_stub work with "gl" or "mgl" prefix.
Kyle Brenneman
2015-10-02
1
-1
/
+1
*
glapi: add ARB_shader_storage_block_buffer_object
Samuel Iglesias Gonsalvez
2015-09-25
4
-2
/
+59
[prev]
[next]