summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-051-0/+2
* gallium/radeon: implement set_device_reset_callbackNicolai Hähnle2016-10-054-0/+40
* st/mesa: set a device reset callback when availableNicolai Hähnle2016-10-054-2/+38
* st/mesa: extract conversion from pipe_reset_status to GLenumNicolai Hähnle2016-10-051-11/+18
* ddebug: add pass-through of set_device_reset_callbackNicolai Hähnle2016-10-051-0/+10
* gallium: add pipe_context::set_device_reset_callbackNicolai Hähnle2016-10-053-0/+42
* virgl: use the new parent/child pools for transfersNicolai Hähnle2016-10-056-8/+14
* vc4: use the new parent/child pools for transfersNicolai Hähnle2016-10-055-6/+11
* freedreno: use the new parent/child pools for transfersNicolai Hähnle2016-10-055-6/+12
* r300: use the new parent/child pools for transfers (v2)Nicolai Hähnle2016-10-055-7/+11
* gallium/radeon: use the new parent/child pools for transfersNicolai Hähnle2016-10-053-6/+11
* util/slab: re-design to allow migration between pools (v3)Nicolai Hähnle2016-10-052-89/+258
* util: use GCC atomic intrinsics with explicit memory modelNicolai Hähnle2016-10-051-0/+21
* i965: use L3 data cache for SSBOsLionel Landwerlin2016-10-051-1/+2
* mesa: Raise INVALID_ENUM in FramebufferTexture*D for unknown textargets.Kenneth Graunke2016-10-041-2/+3
* mesa: Reorganize check_textarget().Kenneth Graunke2016-10-041-43/+37
* aubinator: use the correct format specifier for printing ptrdiff_t.Kenneth Graunke2016-10-041-1/+1
* aubinator: Use less -RS instead of -r for the implicit pager.Kenneth Graunke2016-10-041-4/+3
* i965: Drop _NEW_TRANSFORM from 3DSTATE_VS atom on Gen7.Kenneth Graunke2016-10-041-1/+1
* i965: Fix brw_clear_cache to clean up TCS/TES shaders.Kenneth Graunke2016-10-041-0/+2
* i965: Add missing BRW_CS_PROG_DATA to CS work group surface atom.Kenneth Graunke2016-10-041-2/+5
* i965: Add missing BRW_NEW_CS_PROG_DATA to compute constant atom.Kenneth Graunke2016-10-041-1/+2
* i965: Add missing BRW_NEW_FS_PROG_DATA to render target reads.Kenneth Graunke2016-10-041-1/+3
* i965: Move BRW_NEW_FRAGMENT_PROGRAM from 3DSTATE_PS to PS_EXTRA.Kenneth Graunke2016-10-041-1/+1
* i965: Add missing BRW_NEW_VS_PROG_DATA to 3DSTATE_CLIP.Kenneth Graunke2016-10-041-0/+2
* i965: Fix missing _NEW_TRANSFORM in Gen8+ 3DSTATE_DS atom.Kenneth Graunke2016-10-041-1/+2
* i965: Enable ARB_shader_atomic_counter_opsIan Romanick2016-10-044-6/+50