summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: add const qualifier, comment on can_avoid_reallocation()Brian Paul2016-10-061-1/+8
* mesa: add comment/assertion on get_tex_level_parameter_buffer()Brian Paul2016-10-061-0/+5
* autoconf: Make header install distinct for various APIs (v2)Chuck Atkins2016-10-061-10/+0
* mesa: annotate AttribFuncsARB[] as constEmil Velikov2016-10-061-1/+1
* 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
* mesa: remove the UsesDFdy flagTimothy Arceri2016-10-064-5/+0
* 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
* 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