summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* i965: rename max_ds_* variable to max_tes_*Timothy Arceri2016-10-034-5/+5
* i965: rename max_hs_* variables to max_tcs_*Timothy Arceri2016-10-034-5/+5
* i965: Drop pointless stage == MESA_SHADER_FRAGMENT checks.Kenneth Graunke2016-10-021-5/+1
* i915/i965: remove commented out warningTimothy Arceri2016-10-012-6/+2
* i965: Remove useless (harmful) assertionBen Widawsky2016-09-281-1/+1
* glsl: don't crash when dumping shaders if some come from cacheTimothy Arceri2016-09-281-4/+10
* i965: create populate key functions for tcs and tesTimothy Arceri2016-09-274-68/+88
* i965: make gs key generation helper available to shader cacheTimothy Arceri2016-09-272-1/+5
* i965: make vs and fs key generation helpers available to shader cacheCarl Worth2016-09-274-2/+10
* i965: stop passing stage as a function parameterTimothy Arceri2016-09-261-5/+3
* osmesa: Unbind the current context when given a null context and buffer.Emilio Cobos Álvarez2016-09-231-0/+7
* i965: Enable EGL_KHR_gl_texture_3D_imageAdam Jackson2016-09-231-0/+3
* i915: Enable EGL_KHR_gl_texture_3D_imageAdam Jackson2016-09-231-0/+3
* i965: get rid of duplicated values from gen_device_infoLionel Landwerlin2016-09-2326-79/+71
* intel/i965: make gen_device_info mutableLionel Landwerlin2016-09-2318-53/+52
* nir: Allow opt_peephole_sel to be more aggressive in flattening IFs.Eric Anholt2016-09-221-1/+1
* i965: Enable ES 3.2 on Skylake.Kenneth Graunke2016-09-211-1/+2
* i965: implement querying __DRI_IMAGE_ATTRIB_OFFSET.Chuanbo Weng2016-09-211-2/+7
* i965/ir: Test thread dispatch packing assumptions.Francisco Jerez2016-09-211-0/+30
* i965/ir: Pass identity mask to brw_find_live_channel() in the packed dispatch...Francisco Jerez2016-09-212-3/+11
* i965/ir: Skip eliminate_find_live_channel() for stages with sparse thread dis...Francisco Jerez2016-09-213-0/+65
* i965/fs: Take Dispatch/Vector mask into account in FIND_LIVE_CHANNELJason Ekstrand2016-09-215-13/+50