summaryrefslogtreecommitdiff
path: root/src/mapi
AgeCommit message (Expand)AuthorFilesLines
2014-02-21mesa/sso: Change CreateShaderProgramv return type from uint to GLuint.Vinson Lee1-1/+1
2014-02-21mesa/sso: Add extension entry points for GL_ARB_separate_shader_objectsGregory Hainaut4-1/+408
2014-02-17configure: Try pkg-config first for libselinuxKusanagi Kouichi3-0/+3
2014-02-06glapi: add definitions for ARB_gpu_shader5Jordan Justen2-0/+17
2014-02-05mesa/cs: Add dispatch API stubs for ARB_compute_shader.Paul Berry4-1/+45
2014-02-02mesa: move glGenerateMipmap() code into new genmipmap.c fileBrian Paul1-0/+1
2014-02-02mesa: move glBlitFramebuffer code into new blit.c fileBrian Paul1-0/+1
2014-01-29build: Share the all-local rule for linking libraries into the build dirKristian Høgsberg4-26/+4
2014-01-23mapi: Prevent cast from pointer to integer of different size.José Fonseca1-1/+1
2014-01-23mapi: Use C11 thread abstractions.José Fonseca1-152/+13
2014-01-20mesa: Add ARB_viewport_array plumbingCourtney Goeltzenleuchter3-1/+81
2014-01-15glapi: Update dispatch XML files for ARB_shader_image_load_store.Francisco Jerez3-0/+92
2014-01-15mesa: Implement the GL entry points defined by ARB_shader_image_load_store.Francisco Jerez1-0/+1
2014-01-06glx: Add missing null check in __glXNewIndirectAPI()Juha-Pekka Heikkila1-0/+2
2013-12-18mesa: Add infrastructure for GL_ARB_clear_buffer_objectPi Tabred2-1/+55
2013-12-13mesa: Add API definitions for ARB_texture_viewCourtney Goeltzenleuchter4-1/+28
2013-12-07glapi: Do not include dlfcn.h on Windows.Vinson Lee1-0/+2
2013-12-01Fix 'make check' in src/mapi/glapi/tests when builddir != srcdirJon TURNEY1-0/+1
2013-11-25glapi: add plumbing for GL_ARB_draw_indirect and GL_ARB_multi_draw_indirectChris Forbes3-1/+49
2013-11-11tests: Fix make check for out of tree builds.Rico Schüller1-0/+1
2013-11-07build: Change HAVE_X86_ASM to mean x86 or x86-64 asm.Matt Turner2-5/+6
2013-11-07glapi: Add infrastructure for ARB_vertex_attrib_bindingFredrik Höglund3-1/+64
2013-11-01mesa: Add new functions and enums required by GL_ARB_sample_shadingAnuj Phogat4-2/+47
2013-10-30scons: Add missing dependencies to src/mapi/glapi/gen/*.xmlJosé Fonseca1-3/+4
2013-10-29glapi: Add support for ARB_shader_atomic_counters.Francisco Jerez3-0/+50
2013-10-26implement NV_vdpau_interop v7Christian König4-0/+73
2013-10-22mesa: remove remnants of GL_MESA_shader_debugBrian Paul1-32/+0
2013-10-16glapi: Add missing XML files to Makefile dependencies.Matt Turner1-0/+8
2013-10-16mesa: change glTexImage[23]DMultisample() internalformat to GLenumBrian Paul1-2/+2
2013-10-11glapi: Do not use backtrace on NetBSD.Vinson Lee1-1/+1
2013-10-07glapi: add output info to GetProgramiv's paramsEmilio Pozuelo Monfort1-1/+1
2013-10-03mesa: fix make check for ARB_texture_gatherChris Forbes2-2/+5
2013-10-03mesa: add texture gather changesMaxence Le Dore2-1/+15
2013-09-26mesa: Add core support for the GL_AMD_performance_monitor extension.Kenneth Graunke4-0/+91
2013-09-23glapi: Move declaration before code.Vinson Lee1-4/+6
2013-09-23mesa: Shrink the size of the enum string lookup struct.Eric Anholt1-2/+4
2013-09-23mesa: Remove the extra enum strings and extra lookup table.Eric Anholt1-41/+20
2013-09-23mesa: Remove _mesa_lookup_enum_by_name().Eric Anholt1-29/+0
2013-09-04glapi: Setup autogeneration infrastructure for KHR_debugTimothy Arceri2-1/+149
2013-08-21glapi/gen: build temporary files in the build directoryMaarten Lankhorst1-4/+4
2013-08-06mesa: Treat glBindFramebuffer and glBindFramebufferEXT more correctlyIan Romanick1-1/+1
2013-08-06mesa: Treat glBindRenderbuffer and glBindRenderbufferEXT correctlyIan Romanick1-1/+1
2013-07-22build: Add tests directories to SUBDIRSMatt Turner2-0/+4
2013-07-18mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently9.2-branchpointTomasz Lis2-4/+6
2013-07-16glapi: Do not use backtrace on OpenBSD.Vinson Lee1-1/+1
2013-07-12mesa: update glext.h to version 20130708Brian Paul2-2/+2
2013-07-01scons: Fix dependencies of enums.c and api_exec.c.José Fonseca1-1/+15
2013-06-28mesa: Remove GL_MESA_resize_buffersIan Romanick2-2/+1
2013-06-28mesa: Fix build with older gcc since update of glext.hTom Stellard1-4/+0
2013-06-27scons: Add dependencies to all .xml files.José Fonseca1-4/+10