summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: Test that nonrepresentable floats cannot be converted to VF.Matt Turner2015-11-201-0/+15
* i965: Use ldexpf() in VF float test set up.Matt Turner2015-11-201-8/+3
* i965/vec4: Initialize nir_inputs with src_reg().Matt Turner2015-11-201-1/+1
* i965/fs: Add support for gl_HelperInvocation system value.Matt Turner2015-11-201-0/+52
* i965: Add brw_imm_uv().Matt Turner2015-11-201-0/+9
* i965: Don't bother setting regioning on immediates.Matt Turner2015-11-201-6/+0
* mesa: update some old-style (K&R?) function pointer callsBrian Paul2015-11-206-7/+7
* glsl: add subroutine index qualifier supportTimothy Arceri2015-11-212-0/+8
* i965/gen9: Support fast clears for 32b floatBen Widawsky2015-11-202-10/+6
* Revert "i965/gen9: Enable rep clears on gen9"Ben Widawsky2015-11-201-5/+0
* Revert "i965/gen9: Disable MCS for 1x color surfaces"Ben Widawsky2015-11-201-8/+0
* i965/meta/gen9: Individually fast clear color attachmentsBen Widawsky2015-11-201-13/+65
* i965/skl: skip fast clears for certain surface formatsBen Widawsky2015-11-202-27/+33
* i965: Add lossless compression to surface format tableBen Widawsky2015-11-203-252/+282
* i965/skl: Add fast color clear infrastructureBen Widawsky2015-11-204-20/+81
* mesa: remove unused var in _mesa_PushDebugGroup()Brian Paul2015-11-201-1/+0
* mesa: whitespaces fixes in _mesa_one_time_init_extension_overrides()Brian Paul2015-11-201-6/+7
* st/mesa: add support for batch driver queries to perfmonNicolai Hähnle2015-11-202-7/+82
* st/mesa: maintain active perfmon counters in an arrayNicolai Hähnle2015-11-202-41/+58
* st/mesa: use BITSET_FOREACH_SET to loop through active perfmon countersNicolai Hähnle2015-11-201-5/+2
* st/mesa: store mapping from perfmon counter to query typeNicolai Hähnle2015-11-203-42/+49
* st/mesa: map semantic driver query types to underlying typeNicolai Hähnle2015-11-201-0/+3
* gallium: remove pipe_driver_query_group_info field typeNicolai Hähnle2015-11-201-30/+0
* xmlconfig: Add support for DragonFlyFrançois Tigeot2015-11-201-0/+3
* mesa: re-enable KHR_debug for ES contextsBoyan Ding2015-11-201-1/+1
* main: Don't restrict several KHR_debug enum to desktop GLBoyan Ding2015-11-202-12/+3
* mesa: use the correct string for the ES GL_KHR_debug functionsEmil Velikov2015-11-203-19/+77
* i965: Enable EXT_shader_samples_identicalIan Romanick2015-11-195-2/+34
* i965/vec4: Handle nir_tex_src_ms_index more like the scalarIan Romanick2015-11-191-8/+10
* nir: Add nir_texop_samples_identical opcodeIan Romanick2015-11-192-0/+2
* glsl: Add ir_samples_identical opcodeIan Romanick2015-11-192-0/+4
* mesa: Extension tracking for EXT_shader_samples_indenticalIan Romanick2015-11-192-0/+2
* nir: add nir_var_all enumRob Clark2015-11-191-1/+1
* i965: Drop IMM fs_reg/src_reg -> brw_reg conversions.Matt Turner2015-11-192-36/+2
* i965/vec4: Replace src_reg(imm) constructors with brw_imm_*().Matt Turner2015-11-1912-239/+195
* i965/fs: Use brw_imm_uw().Matt Turner2015-11-192-8/+3
* i965/fs: Replace fs_reg(imm) constructors with brw_imm_*().Matt Turner2015-11-199-217/+167
* i965: Make brw_imm_vf4() take 8-bit restricted floats.Matt Turner2015-11-192-32/+11
* mesa: Add test for sorted extension tableNanley Chery2015-11-192-0/+52
* mesa/extensions: Sort the extension table alphabeticallyNanley Chery2015-11-191-81/+93
* mesa: enable EXT_blend_func_extended if the driver supports the ARB versionRyan Houdek2015-11-191-0/+1
* mesa: allow MAX_DUAL_SOURCE_DRAW_BUFFERS to be available to ESRyan Houdek2015-11-191-1/+3
* mesa: enable usage of blend_func_extended blend factors in GLES2Ryan Houdek2015-11-191-3/+3
* glapi: add EXT_blend_func_extended XML definitionsRyan Houdek2015-11-191-0/+8
* mesa: Don't expose GL_EXT_shader_integer_mix in GLES 1.xIan Romanick2015-11-181-1/+1
* i965: Allow indirect GS input indexing in the scalar backend.Kenneth Graunke2015-11-184-46/+107
* i965/nir: Add hooks for testing nir_shader_cloneJason Ekstrand2015-11-181-9/+26
* i965/nir: Validate that NIR passes call nir_metadata_preserve().Kenneth Graunke2015-11-181-3/+7
* i965/nir: Add OPT() and OPT_V() macros for invoking NIR passes.Kenneth Graunke2015-11-181-72/+59
* i965: Add enums for 3DSTATE_TE field values.Kenneth Graunke2015-11-181-0/+28