summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-01-24Revert "mapi/new: sort by slot number"Emil Velikov1-3/+0
2019-01-24scons: wire the new generator for es1 and es2Emil Velikov1-7/+21
2019-01-24meson: wire the new generator for es1 and es2Emil Velikov4-6/+14
2019-01-24autotools: wire the new generator for es1 and es2Emil Velikov1-8/+15
2019-01-24mapi/new: remove duplicate GLvoid/void substitutionEmil Velikov1-1/+0
2019-01-24mapi/new: fixup the GLDEBUGPROCKHR typedef to the non KHR oneEmil Velikov2-1/+1
2019-01-24mapi/new: don't print info we don't need for ES1/ES2Emil Velikov1-4/+6
2019-01-24mapi/new: split out public_entries handlingEmil Velikov1-0/+12
2019-01-24mapi/new: reinstate _NO_HIDDEN suffixes in the new generatorEmil Velikov1-6/+6
2019-01-24mapi/new: use the static_data offsets in the new generatorEmil Velikov1-1/+19
2019-01-24mapi/new: sort by slot numberEmil Velikov1-0/+3
2019-01-24mapi/new: import mapi scripts from glvndEmil Velikov2-0/+181
2019-01-24mapi: move genCommon.py to src/mapi/newEmil Velikov6-6/+19
2019-01-24genCommon.py: Fix typo in _LIBRARY_FEATURE_NAMES.Emil Velikov1-1/+1
2019-01-24mapi: add all _glapi_table entrypoints to static_data.pyEmil Velikov2-2/+1023
2019-01-24mapi: sort static entrypoints numericallyEmil Velikov1-8/+8
2019-01-24Revert "mesa/main: remove ARB suffix from glGetnTexImage"Emil Velikov4-15/+6
2019-01-24mapi: drop unneeded gl_dispatch_stub declarationsErik Faye-Lund1-1/+2
2019-01-24mesa: correctly use os.path.join in our python scriptsEmil Velikov2-6/+5
2019-01-24freedreno: automake: ship ir3_nir_trig.py in the tarballEmil Velikov1-0/+1
2019-01-24egl/glvnd: sync egl.xml from KhronosEric Engestrom1-18/+183
2019-01-24egl: Implementation of egl dri2 drivers for MESA_query_driverVeluri Mithun2-0/+38
2019-01-24egl: add glvnd entrypoints for EGL_MESA_query_driverEric Engestrom1-0/+4
2019-01-24egl: Implement EGL API for MESA_query_driverVeluri Mithun4-0/+38
2019-01-23intel/compiler: Reset default flag register in brw_find_live_channel()Matt Turner1-2/+11
2019-01-23gallium: Add forgotten docs for PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTS.Kenneth Graunke1-0/+1
2019-01-23Revert "Implement EGL API for MESA_query_driver"Mark Janes4-38/+0
2019-01-23Revert "Implementation of egl dri2 drivers for MESA_query_driver"Mark Janes2-38/+0
2019-01-23Implementation of egl dri2 drivers for MESA_query_driverVeluri Mithun2-0/+38
2019-01-23Implement EGL API for MESA_query_driverVeluri Mithun4-0/+38
2019-01-23nir: Length of boolean vtn_value now is 1Sergii Romantsov1-3/+6
2019-01-23st/mesa: fix PRIMITIVES_GENERATED query after the "pipeline stat single" changesMarek Olšák1-1/+2
2019-01-23st/mesa: purge framebuffers when unbinding a contextMarek Olšák1-0/+5
2019-01-23freedreno: set modifier when exporting bufferRob Clark1-0/+12
2019-01-23radv: always pass the GFX9 fence data to si_cs_emit_cache_flush()Samuel Pitoiset2-16/+4
2019-01-23radv: compute the GFX9 fence VA at allocation timeSamuel Pitoiset3-9/+8
2019-01-23radv: only allocate the GFX9 fence and EOP BOs for the gfx queueSamuel Pitoiset1-1/+2
2019-01-23radv: remove old_fence parameter from si_cs_emit_write_event_eop()Samuel Pitoiset4-9/+7
2019-01-23radv: improve gathering of load_push_constants with dynamic bindingsSamuel Pitoiset3-1/+7
2019-01-23gallium: Add PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTSCaio Marcelo de Oliveira Filho3-0/+6
2019-01-22nv50,nvc0: mark textures dirty on fb updateIlia Mirkin2-2/+4
2019-01-23ac/nir_to_llvm: fix interpolateAt* for structsTimothy Arceri1-12/+13
2019-01-23ac/nir_to_llvm: add bindless support for uniform handlesTimothy Arceri1-0/+28
2019-01-23radeonsi/nir: add missing piece for bindless image supportTimothy Arceri1-0/+6
2019-01-22freedreno: core buffer modifier supportRob Clark2-4/+84
2019-01-22loader: fix the no-modifiers caseRob Clark1-6/+14
2019-01-22freedreno: add query for dmabuf modifiersFritz Koenig2-0/+46
2019-01-22freedreno: drm_fourcc.h header includeFritz Koenig2-1/+3
2019-01-22svga: add new gallium formats to the format conversion tableBrian Paul1-0/+4
2019-01-22radeonsi: rename rfence -> sfenceMarek Olšák1-49/+49