index
:
~bnf/mesa
automake
bind-wayland-display
buffer
buffer.release
changes
config-fix
cursor
cursor-2
default_display
destroy-listener
dri2_double
dri2_double_config
drm-lockup
egl-autodetect
egl-pixmap-render-fix
egl-wayland
egl-wayland2
egl_dri2-fixes
eglsync
fix
fixes
framefd
gbm
gbm-2
gbm-3
gbm-4
gbm-5
gbm-6
gbm-7
gbm-linkage
glapi
invalidate
invalidate-2
invalidate-3
leak
lookup-fix
master
pciids
pciids-2
pciids-3
redraw
setup_display
shm-in-egl
shm-pool
st-egl-bind
surface-frame-event
tobepushed
use_flags
wayland-drm-removal-2
wayland-shm
wayland-softpipe
wayland-softpipe-2
yuv
bnf's MESA repository
bnf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mapi
/
glapi
/
gen
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-02
glapi: add GL_OES_compressed_ETC1_RGB8_texture for GLES
Chia-I Wu
1
-0
/
+4
2011-11-30
glapi: s/INLINE/inline/ for dispatch.h file
Brian Paul
1
-2
/
+2
2011-11-27
glapi: add ARB_texture_rgb10_a2ui support.
Dave Airlie
2
-0
/
+14
2011-11-03
glapi: add entry points for OES_EGL_image_external
Chia-I Wu
1
-0
/
+8
2011-10-31
glapi: new API specs for GL_ARB_texture_storage
Brian Paul
3
-0
/
+70
2011-10-04
glapi: Add entry point for NV_draw_buffers
Ian Romanick
2
-0
/
+65
2011-10-04
glapi: Move ARB_draw_buffers extension to a separate file
Ian Romanick
2
-118
/
+125
2011-09-19
glapi: Don't emit remap data for individual extensions
Ian Romanick
1
-38
/
+5
2011-09-06
glapi: add ARB_vertex_type_2_10_10_10_rev entrypoints. (v2)
Dave Airlie
3
-0
/
+229
2011-08-26
mapi: Silence many "warning: unused parameter"
Ian Romanick
1
-0
/
+7
2011-08-26
mesa: Remove support for BeOS
Ian Romanick
2
-2
/
+2
2011-08-13
glapi: add glapi_gen.mk to help header generation
Chia-I Wu
1
-0
/
+44
2011-08-13
glapi: use gl_and_es_API.xml to generate GLES headers
Chia-I Wu
3
-11
/
+33
2011-08-13
glapi: add methods to filter functions
Chia-I Wu
1
-7
/
+39
2011-08-13
glapi: add gles_api.py
Chia-I Wu
2
-0
/
+457
2011-06-20
glapi: Update specs to correctly list FramebufferTextureLayerARB as an alias ...
Jeremy Huddleston
1
-1
/
+1
2011-06-14
glapi: _glapi_create_table_from_handle: Set missing pointers to NoOp rather t...
Jeremy Huddleston
1
-2
/
+42
2011-06-13
glapi: Add check for NULL symbol_prefix in gentable and fix warnings
Jeremy Huddleston
1
-4
/
+7
2011-06-11
glapi: Add API that can create a _glapi_table from a dlfcn handle
Jeremy Huddleston
2
-2
/
+138
2011-06-08
mesa: merge glapidispatch.h into dispatch.h
Chia-I Wu
2
-12
/
+11
2011-06-08
mesa: fix GLES remap table setup again
Chia-I Wu
1
-9
/
+13
2011-06-02
glapi: add glDrawElementsInstancedBaseVertex() function to xml
Brian Paul
1
-0
/
+9
2011-06-01
glapi: Make xserver location error more helpful
Nathan Kidd
1
-1
/
+4
2011-05-23
mesa: Fix remap_table setup.
Thierry Reding
1
-0
/
+5
2011-05-20
glapi: More type-checking in Get_xxx too.
José Fonseca
1
-4
/
+8
2011-05-19
glapi: Implement SET_xxx as inline functions instead of macros.
José Fonseca
1
-1
/
+4
2011-05-03
glapi: add functions for AMD_draw_buffers_blend
Marek Olšák
3
-0
/
+40
2011-04-26
Squashed commit of the following:
Brian Paul
3
-0
/
+188
2011-04-23
mapi/glapi: Avoid warnings about visibility being unsupported on MinGW.
José Fonseca
1
-1
/
+1
2011-04-10
glapi: interface for GL_ARB_sampler_objects
Brian Paul
3
-0
/
+99
2011-04-05
mesa: API spec for GL_ARB_texture_buffer_object
Brian Paul
3
-0
/
+25
2011-03-29
mesa: implement clamping controls (ARB_color_buffer_float)
Marek Olšák
3
-0
/
+27
2011-03-25
mesa,mapi: Remove spurious const keyword from ClearBufferfi args.
José Fonseca
1
-2
/
+2
2011-03-21
glapi: drop glapi.[ch] and glapitemp.h from being copied to the X server.
Dave Airlie
1
-3
/
+0
2011-03-15
mesa: add NV_texture_barrier
Marek Olšák
3
-0
/
+16
2011-03-15
glx: add ARB_create_context functions/ops to glx xml
Dave Airlie
1
-0
/
+14
2011-03-14
glx: the server still needs __GLXcontext.
Dave Airlie
1
-2
/
+2
2011-01-27
glapi: add @GOTPCREL relocation type
Dimitry Andric
1
-1
/
+2
2011-01-25
Revert "glapi: adding missing @GOTPCREL qualifer in glapi_x86-64.S"
Brian Paul
1
-1
/
+1
2011-01-25
glapi: adding @ char before type specifier in glapi_x86.S
Dimitry Andric
1
-1
/
+1
2011-01-25
glapi: adding missing @GOTPCREL qualifer in glapi_x86-64.S
Dimitry Andric
1
-1
/
+1
2011-01-20
mesa: clean-up _mesa_lookup_prim_by_nr()
Brian Paul
1
-16
/
+27
2011-01-20
glapi: Fix OpenGL and OpenGL ES interop.
Chia-I Wu
2
-0
/
+59
2011-01-20
glapi: Add gl_and_es_API.xml.
Chia-I Wu
6
-0
/
+1255
2011-01-15
glapi: new entrypoint specs for GL_ARB_draw_buffers_blend
Brian Paul
3
-0
/
+41
2011-01-15
glapi: regenerated files
Brian Paul
2
-0
/
+22
2011-01-15
glapi: GL_ARB_instanced_arrays support
Brian Paul
1
-0
/
+1
2011-01-14
glapi: Add entrypoints and enums for GL_ARB_ES2_compatibility.
Eric Anholt
3
-0
/
+61
2010-12-02
WIN32_THREADS -> WIN32
José Fonseca
2
-2
/
+2
2010-11-21
mesa: hook up GL 3.x entrypoints
Brian Paul
6
-177
/
+124
[next]