aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* glx: correctly mask the drawableType for GLX_ARB_fbconfig_floatEmil Velikov2016-10-061-1/+1
* autoconf: Make header install distinct for various APIs (v2)Chuck Atkins2016-10-063-10/+26
* mesa: annotate AttribFuncsARB[] as constEmil Velikov2016-10-061-1/+1
* mapi/glapi: remove unused _glapi_check_table()Emil Velikov2016-10-062-68/+0
* glapi/hgl: remove the final user of _glapi_check_table()Emil Velikov2016-10-062-10/+0
* mapi/glapi: remove unused _glapi_check_table_not_nullEmil Velikov2016-10-062-24/+0
* st/xvmc/tests: force enable assertionsEmil Velikov2016-10-061-0/+2
* anv: automake: ship intel_icd.json.in in the tarballEmil Velikov2016-10-061-0/+1
* intel: automake: reference the correct headerEmil Velikov2016-10-062-2/+2
* intel: aubinator: add missing return charactersLionel Landwerlin2016-10-061-5/+5
* nir: Delete open coded type printing.Kenneth Graunke2016-10-063-36/+11
* anv: fix GetPhysicalDeviceProperties to return timestampPeriod in nsPhilipp Zabel2016-10-061-1/+1
* i965: remove remaining tabs in brw_draw.cTimothy Arceri2016-10-061-13/+13
* i965: get inputs read from nir infoTimothy Arceri2016-10-0610-20/+39
* i965: get outputs written from nir infoTimothy Arceri2016-10-066-22/+34
* i965: get outputs read from nir infoTimothy Arceri2016-10-062-2/+3
* i965: remove remaining tabs in brw_wm.cTimothy Arceri2016-10-061-44/+44
* mesa: remove the UsesDFdy flagTimothy Arceri2016-10-065-22/+2
* i965: get uses discard from nir infoTimothy Arceri2016-10-061-2/+4
* i965: get uses texture gather from nir infoTimothy Arceri2016-10-063-9/+11
* i965: Eliminate brw->cs.prog_data pointer.Kenneth Graunke2016-10-056-17/+18
* i965: Eliminate brw->wm.prog_data pointer.Kenneth Graunke2016-10-0514-50/+68
* i965: Eliminate brw->gs.prog_data pointer.Kenneth Graunke2016-10-0510-59/+73
* i965: Eliminate brw->tes.prog_data pointer.Kenneth Graunke2016-10-0510-25/+29
* i965: Eliminate brw->tcs.prog_data pointer.Kenneth Graunke2016-10-058-25/+28
* i965: Eliminate brw->vs.prog_data pointer.Kenneth Graunke2016-10-0518-96/+121
* i965: Introduce downcast helpers for prog_data structures.Kenneth Graunke2016-10-057-62/+66
* i965/sync: Rename awkward variableChad Versace2016-10-051-6/+6
* i965/sync: Rename intel_syncobj.c -> brw_sync.cChad Versace2016-10-053-2/+2
* i965/sync: Replace 'intel' prefix with 'brw'Chad Versace2016-10-053-37/+37
* i965/sync: Fix uninitalized usage and leak of mutexChad Versace2016-10-051-2/+12
* nir: Use the correct infos structure for copying atomic sourcesJason Ekstrand2016-10-051-1/+1
* nvc0: dump program binary when chipset has been forcedSamuel Pitoiset2016-10-051-0/+5
* radeonsi: fix texture border colors for compute shadersMarek Olšák2016-10-051-0/+12
* gallium/radeon/winsyses: set reasonable max_alloc_sizeMarek Olšák2016-10-052-3/+5
* radeonsi: fix interpolateAt opcodes for .zw componentsMarek Olšák2016-10-051-1/+1
* radeonsi: add assertions to validate interpolation flagsMarek Olšák2016-10-051-0/+34
* radeonsi: interpolate colors after interpolation weight shufflingMarek Olšák2016-10-051-48/+48
* tgsi/scan: don't set interp flags for inputs only used by INTERP (v2)Marek Olšák2016-10-051-48/+57
* ddebug: dump most driver information with GALLIUM_DDEBUG=alwaysMarek Olšák2016-10-051-1/+5
* nv50/ra: let simplify return an error and handle thatKarol Herbst2016-10-051-5/+7
* intel/blorp: Use documented RECTLIST vertex positionsNanley Chery2016-10-051-3/+3
* anv/meta: Roll clear_image into CmdClearDepthStencilImageJason Ekstrand2016-10-051-56/+28
* anv: Use blorp for VkCmdFillBufferJason Ekstrand2016-10-052-130/+96
* egl: Implement EGL_KHR_debug (v2)Kyle Brenneman2016-10-052-0/+146
* egl: Track EGL_KHR_debug state when going through EGL API calls (v3)Kyle Brenneman2016-10-054-12/+257
* intel: aubinator: pack supported generations into an arrayLionel Landwerlin2016-10-051-53/+35
* i965/l3: Add explicit way size calculation for bxtBen Widawsky2016-10-051-1/+3
* virgl: Fix build regression of commit 8a943564Nicolai Hähnle2016-10-051-1/+1
* st/mesa: enable GL_KHR_robustnessNicolai Hähnle2016-10-053-1/+4