summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2016-10-07st/mesa: enable ARB_enhanced_layouts and turn the cap onNicolai Hähnle1-0/+7
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-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 Arceri4-5/+0
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-05st/mesa: enable GL_KHR_robustnessNicolai Hähnle1-0/+2
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-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-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
2016-10-04i965: Enable ARB_shader_atomic_counter_opsIan Romanick4-6/+50
2016-10-04i965: Refactor emission of atomic counter operationsIan Romanick4-30/+27
2016-10-04glsl: Kill __intrinsic_atomic_subIan Romanick1-10/+0
2016-10-04glsl: Use the ir_intrinsic_* enums instead of the __intrinsic_* name stringsIan Romanick1-116/+171
2016-10-05i965: fix unused variable warning in brw_emit_gpgpu_walker()Timothy Arceri1-2/+1
2016-10-05i965: add MAYBE_UNUSED to assert paramTimothy Arceri1-1/+1
2016-10-05i965: wrap unused function in #ifndef NDEBUGTimothy Arceri1-0/+2
2016-10-05i965: fix unused variable warning in gen7_block_read_scratch()Timothy Arceri1-2/+1
2016-10-05i965: add MAYBE_UNUSED to assert paramTimothy Arceri1-1/+1
2016-10-04anv/gen7: Make use of local variable prog_dataAnuj Phogat1-2/+2