summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965
AgeCommit message (Expand)AuthorFilesLines
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-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-05i965: use L3 data cache for SSBOsLionel Landwerlin1-1/+2
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-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
2016-10-04i965/gen8+: Enable GL_OES_viewport_arrayAnuj Phogat2-2/+4
2016-10-03i965: Only emit 1 viewport when possible.Kenneth Graunke10-30/+75
2016-10-03i965: rename max_ds_* variable to max_tes_*Timothy Arceri4-5/+5
2016-10-03i965: rename max_hs_* variables to max_tcs_*Timothy Arceri4-5/+5
2016-10-02i965: Drop pointless stage == MESA_SHADER_FRAGMENT checks.Kenneth Graunke1-5/+1
2016-10-01i915/i965: remove commented out warningTimothy Arceri1-3/+1
2016-09-28i965: Remove useless (harmful) assertionBen Widawsky1-1/+1
2016-09-28glsl: don't crash when dumping shaders if some come from cacheTimothy Arceri1-4/+10
2016-09-27i965: create populate key functions for tcs and tesTimothy Arceri4-68/+88
2016-09-27i965: make gs key generation helper available to shader cacheTimothy Arceri2-1/+5
2016-09-27i965: make vs and fs key generation helpers available to shader cacheCarl Worth4-2/+10
2016-09-26i965: stop passing stage as a function parameterTimothy Arceri1-5/+3
2016-09-23i965: Enable EGL_KHR_gl_texture_3D_imageAdam Jackson1-0/+3
2016-09-23i965: get rid of duplicated values from gen_device_infoLionel Landwerlin26-79/+71
2016-09-23intel/i965: make gen_device_info mutableLionel Landwerlin18-53/+52