summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/mesa: enable GL_KHR_robustnessNicolai Hähnle2016-10-051-0/+2
* st/mesa: set a device reset callback when availableNicolai Hähnle2016-10-054-2/+38
* st/mesa: extract conversion from pipe_reset_status to GLenumNicolai Hähnle2016-10-051-11/+18
* i965: use L3 data cache for SSBOsLionel Landwerlin2016-10-051-1/+2
* mesa: Raise INVALID_ENUM in FramebufferTexture*D for unknown textargets.Kenneth Graunke2016-10-041-2/+3
* mesa: Reorganize check_textarget().Kenneth Graunke2016-10-041-43/+37
* 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
* glsl: Kill __intrinsic_atomic_subIan Romanick2016-10-041-10/+0
* glsl: Use the ir_intrinsic_* enums instead of the __intrinsic_* name stringsIan Romanick2016-10-041-116/+171
* 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
* mesa: Add a check for OES_viewport_arrayAnuj Phogat2016-10-041-1/+3
* mesa: Enable enums for OES_viewport_arrayAnuj Phogat2016-10-042-4/+10
* 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
* mesa: use uint32_t rather than unsigned for xfb struct membersTimothy Arceri2016-10-011-10/+10
* i915/i965: remove commented out warningTimothy Arceri2016-10-012-6/+2
* mesa: move _mesa_valid_to_render() to api_validate.cBrian Paul2016-09-305-191/+195
* i965: Remove useless (harmful) assertionBen Widawsky2016-09-281-1/+1
* glsl: don't crash when dumping shaders if some come from cacheTimothy Arceri2016-09-282-6/+17
* st/mesa: enable ARB_ES3_2_compatibility when enough availableIlia Mirkin2016-09-271-0/+20
* st/mesa: enable GL_ANDROID_extension_pack_es31a when availableIlia Mirkin2016-09-271-0/+18
* 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
* mesa/st: support lowering multi-planar YUVRob Clark2016-09-2613-4/+239
* mesa/st: add nir pass to lower tex_src_planeRob Clark2016-09-263-0/+124
* mesa/st: add lowering pass for YUV samplersRob Clark2016-09-263-0/+483
* i965: stop passing stage as a function parameterTimothy Arceri2016-09-261-5/+3