summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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ähnle3-1/+4
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
2016-10-05util: use GCC atomic intrinsics with explicit memory modelNicolai Hähnle2-0/+32
2016-10-05i965: use L3 data cache for SSBOsLionel Landwerlin1-1/+2
2016-10-04mesa: Raise INVALID_ENUM in FramebufferTexture*D for unknown textargets.Kenneth Graunke1-2/+3
2016-10-04mesa: Reorganize check_textarget().Kenneth Graunke1-43/+37
2016-10-04aubinator: use the correct format specifier for printing ptrdiff_t.Kenneth Graunke1-1/+1
2016-10-04aubinator: Use less -RS instead of -r for the implicit pager.Kenneth Graunke1-4/+3
2016-10-04i965: Drop _NEW_TRANSFORM from 3DSTATE_VS atom on Gen7.Kenneth Graunke1-1/+1
2016-10-04i965: Fix brw_clear_cache to clean up TCS/TES shaders.Kenneth Graunke1-0/+2
2016-10-04i965: Add missing BRW_CS_PROG_DATA to CS work group surface atom.Kenneth Graunke1-2/+5
2016-10-04i965: Add missing BRW_NEW_CS_PROG_DATA to compute constant atom.Kenneth Graunke1-1/+2
2016-10-04i965: Add missing BRW_NEW_FS_PROG_DATA to render target reads.Kenneth Graunke1-1/+3
2016-10-04i965: Move BRW_NEW_FRAGMENT_PROGRAM from 3DSTATE_PS to PS_EXTRA.Kenneth Graunke1-1/+1
2016-10-04i965: Add missing BRW_NEW_VS_PROG_DATA to 3DSTATE_CLIP.Kenneth Graunke1-0/+2
2016-10-04i965: Fix missing _NEW_TRANSFORM in Gen8+ 3DSTATE_DS atom.Kenneth Graunke1-1/+2