summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove gl_shader_compiler_options::EmitNoNoiseMarek Olšák2016-10-192-2/+0
* i965: fix subnr overflow in suboffset()Iago Toral Quiroga2016-10-191-8/+5
* i965: Fix gl_InvocationID in dual object GS where invocations == 1.Kenneth Graunke2016-10-171-1/+4
* i965: Silence unused parameter warningsIan Romanick2016-10-177-9/+5
* i965: Enable OpenGL 4.5.Kenneth Graunke2016-10-142-2/+2
* intel/blorp: Add a flag to make blorp not re-emit dept/stencil buffersJason Ekstrand2016-10-141-6/+6
* i915: workaround multiple intelFenceExtension definitionsEmil Velikov2016-10-141-0/+1
* i965: Sort some extension namesIan Romanick2016-10-141-3/+3
* i915: store reference to the context within struct intel_fence (v2)Mauro Rossi2016-10-141-11/+44
* i915/sync: Implement DRI2_Fence extensionMauro Rossi2016-10-143-30/+152
* i915/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'Mauro Rossi2016-10-142-26/+30
* mesa: remove 'params' parameter from ctx->Driver.TexParameter()Brian Paul2016-10-133-6/+5
* i965: solve cubemap negative x/y/z faces buffer offset issue in dEQP.Xu,Randy2016-10-111-1/+3
* i965: remove remaining tabs in brw_draw.cTimothy Arceri2016-10-061-13/+13
* i965: get inputs read from nir infoTimothy Arceri2016-10-0610-20/+39
* i965: get outputs written from nir infoTimothy Arceri2016-10-066-22/+34
* i965: get outputs read from nir infoTimothy Arceri2016-10-062-2/+3
* i965: remove remaining tabs in brw_wm.cTimothy Arceri2016-10-061-44/+44
* i965: get uses discard from nir infoTimothy Arceri2016-10-061-2/+4
* i965: get uses texture gather from nir infoTimothy Arceri2016-10-063-9/+11
* i965: Eliminate brw->cs.prog_data pointer.Kenneth Graunke2016-10-056-17/+18
* i965: Eliminate brw->wm.prog_data pointer.Kenneth Graunke2016-10-0514-50/+68
* i965: Eliminate brw->gs.prog_data pointer.Kenneth Graunke2016-10-0510-59/+73
* i965: Eliminate brw->tes.prog_data pointer.Kenneth Graunke2016-10-0510-25/+29
* i965: Eliminate brw->tcs.prog_data pointer.Kenneth Graunke2016-10-058-25/+28
* i965: Eliminate brw->vs.prog_data pointer.Kenneth Graunke2016-10-0518-96/+121
* 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
* i965: use L3 data cache for SSBOsLionel Landwerlin2016-10-051-1/+2
* 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
* i965: Refactor emission of atomic counter operationsIan Romanick2016-10-044-30/+27
* i965: fix unused variable warning in brw_emit_gpgpu_walker()Timothy Arceri2016-10-051-2/+1
* i965: add MAYBE_UNUSED to assert paramTimothy Arceri2016-10-051-1/+1
* i965: wrap unused function in #ifndef NDEBUGTimothy Arceri2016-10-051-0/+2
* i965: fix unused variable warning in gen7_block_read_scratch()Timothy Arceri2016-10-051-2/+1
* i965: add MAYBE_UNUSED to assert paramTimothy Arceri2016-10-051-1/+1
* anv/gen7: Make use of local variable prog_dataAnuj Phogat2016-10-041-2/+2
* i965/gen8+: Enable GL_OES_viewport_arrayAnuj Phogat2016-10-042-2/+4
* i965: Only emit 1 viewport when possible.Kenneth Graunke2016-10-0310-30/+75