summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-10-07radeonsi: enable GLSL 4.50ARB_enhanced_layoutsNicolai Hähnle1-1/+1
2016-10-07st/mesa: enable ARB_enhanced_layouts and turn the cap onNicolai Hähnle4-3/+10
2016-10-07st/glsl_to_tgsi: adjust swizzles and writemasks for explicit componentsNicolai Hähnle1-19/+51
2016-10-07st/glsl_to_tgsi: explicitly track all input and output declarationNicolai Hähnle1-133/+144
2016-10-07st/glsl_to_tgsi: mark "gaps" in input/output arrays as usedNicolai Hähnle1-8/+24
2016-10-07st/glsl_to_tgsi: disable on-the-fly peephole for 64-bit operationsNicolai Hähnle1-0/+4
2016-10-07st/glsl_to_tgsi: simpler fixup of empty writemasksNicolai Hähnle1-27/+10
2016-10-07st/glsl_to_tgsi: explicit handling of writemask for depth/stencil exportNicolai Hähnle1-8/+17
2016-10-07glsl: dump explicit location when printing IRNicolai Hähnle1-3/+7
2016-10-07tgsi/ureg: add ureg_DECL_output_layoutNicolai Hähnle2-15/+40
2016-10-07tgsi/ureg: add layout/component input declarationsNicolai Hähnle2-13/+77
2016-10-07tgsi/scan: fix num_inputs/num_outputs for shaders with overlapping arraysNicolai Hähnle1-6/+3
2016-10-07gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTSNicolai Hähnle17-0/+24
2016-10-07radeonsi: make more use of si_have_tgsi_computeNicolai Hähnle1-3/+1
2016-10-07gallium/radeon: assign a name to LLVM output variables in debug buildsNicolai Hähnle1-1/+6
2016-10-07gallium/radeon: avoid redundant work with overlapping in/out arraysNicolai Hähnle1-1/+4
2016-10-06intel: aubinator: add missing return charactersLionel Landwerlin1-5/+5
2016-10-06nir: Delete open coded type printing.Kenneth Graunke3-36/+11
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