summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-10-06anv: fix GetPhysicalDeviceProperties to return timestampPeriod in nsPhilipp Zabel1-1/+1
2016-10-06i965: remove remaining tabs in brw_draw.cTimothy Arceri1-13/+13
2016-10-06i965: get inputs read from nir infoTimothy Arceri10-20/+39
2016-10-06i965: get outputs written from nir infoTimothy Arceri6-22/+34
2016-10-06i965: get outputs read from nir infoTimothy Arceri2-2/+3
2016-10-06i965: remove remaining tabs in brw_wm.cTimothy Arceri1-44/+44
2016-10-06mesa: remove the UsesDFdy flagTimothy Arceri5-22/+2
2016-10-06i965: get uses discard from nir infoTimothy Arceri1-2/+4
2016-10-06i965: get uses texture gather from nir infoTimothy Arceri3-9/+11
2016-10-05i965: Eliminate brw->cs.prog_data pointer.Kenneth Graunke6-17/+18
2016-10-05i965: Eliminate brw->wm.prog_data pointer.Kenneth Graunke14-50/+68
2016-10-05i965: Eliminate brw->gs.prog_data pointer.Kenneth Graunke10-59/+73
2016-10-05i965: Eliminate brw->tes.prog_data pointer.Kenneth Graunke10-25/+29
2016-10-05i965: Eliminate brw->tcs.prog_data pointer.Kenneth Graunke8-25/+28
2016-10-05i965: Eliminate brw->vs.prog_data pointer.Kenneth Graunke18-96/+121
2016-10-05i965: Introduce downcast helpers for prog_data structures.Kenneth Graunke7-62/+66
2016-10-05i965/sync: Rename awkward variableChad Versace1-6/+6
2016-10-05i965/sync: Rename intel_syncobj.c -> brw_sync.cChad Versace3-2/+2
2016-10-05i965/sync: Replace 'intel' prefix with 'brw'Chad Versace3-37/+37
2016-10-05i965/sync: Fix uninitalized usage and leak of mutexChad Versace1-2/+12
2016-10-05nir: Use the correct infos structure for copying atomic sourcesJason Ekstrand1-1/+1
2016-10-05nvc0: dump program binary when chipset has been forcedSamuel Pitoiset1-0/+5
2016-10-05radeonsi: fix texture border colors for compute shadersMarek Olšák1-0/+12
2016-10-05gallium/radeon/winsyses: set reasonable max_alloc_sizeMarek Olšák2-3/+5
2016-10-05radeonsi: fix interpolateAt opcodes for .zw componentsMarek Olšák1-1/+1
2016-10-05radeonsi: add assertions to validate interpolation flagsMarek Olšák1-0/+34
2016-10-05radeonsi: interpolate colors after interpolation weight shufflingMarek Olšák1-48/+48
2016-10-05tgsi/scan: don't set interp flags for inputs only used by INTERP (v2)Marek Olšák1-48/+57
2016-10-05ddebug: dump most driver information with GALLIUM_DDEBUG=alwaysMarek Olšák1-1/+5
2016-10-05nv50/ra: let simplify return an error and handle thatKarol Herbst1-5/+7
2016-10-05intel/blorp: Use documented RECTLIST vertex positionsNanley Chery1-3/+3
2016-10-05anv/meta: Roll clear_image into CmdClearDepthStencilImageJason Ekstrand1-56/+28
2016-10-05anv: Use blorp for VkCmdFillBufferJason Ekstrand2-130/+96
2016-10-05egl: Implement EGL_KHR_debug (v2)Kyle Brenneman2-0/+146
2016-10-05egl: Track EGL_KHR_debug state when going through EGL API calls (v3)Kyle Brenneman4-12/+257
2016-10-05intel: aubinator: pack supported generations into an arrayLionel Landwerlin1-53/+35
2016-10-05i965/l3: Add explicit way size calculation for bxtBen Widawsky1-1/+3
2016-10-05virgl: Fix build regression of commit 8a943564Nicolai Hähnle1-1/+1
2016-10-05st/mesa: enable GL_KHR_robustnessNicolai Hähnle1-0/+2
2016-10-05gallium/radeon: implement set_device_reset_callbackNicolai Hähnle4-0/+40
2016-10-05st/mesa: set a device reset callback when availableNicolai Hähnle4-2/+38
2016-10-05st/mesa: extract conversion from pipe_reset_status to GLenumNicolai Hähnle1-11/+18
2016-10-05ddebug: add pass-through of set_device_reset_callbackNicolai Hähnle1-0/+10
2016-10-05gallium: add pipe_context::set_device_reset_callbackNicolai Hähnle3-0/+42
2016-10-05virgl: use the new parent/child pools for transfersNicolai Hähnle6-8/+14
2016-10-05vc4: use the new parent/child pools for transfersNicolai Hähnle5-6/+11
2016-10-05freedreno: use the new parent/child pools for transfersNicolai Hähnle5-6/+12
2016-10-05r300: use the new parent/child pools for transfers (v2)Nicolai Hähnle5-7/+11
2016-10-05gallium/radeon: use the new parent/child pools for transfersNicolai Hähnle3-6/+11
2016-10-05util/slab: re-design to allow migration between pools (v3)Nicolai Hähnle2-89/+258