summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri2016-10-2659-350/+279
* i965/mesa/st/swrast: set fs shader_info directly and switch to using itTimothy Arceri2016-10-2615-41/+26
* mesa: remove now unused IsCentroid from gl_fragment_programTimothy Arceri2016-10-261-6/+0
* st/mesa: get interpolation location at translation timeTimothy Arceri2016-10-263-15/+18
* i965: remove unused debug paramTimothy Arceri2016-10-262-17/+17
* glsl: remove now unused InterpQualifierTimothy Arceri2016-10-261-7/+0
* i965: remove unused BRW_STATE_INTERPOLATION_MAP flagTimothy Arceri2016-10-262-3/+0
* i965: rewrite brw_setup_vue_interpolation()Timothy Arceri2016-10-2620-125/+145
* st/mesa: stop making use of InterpQualifier arrayTimothy Arceri2016-10-262-31/+41
* mesa: remove unrequired codeTimothy Arceri2016-10-261-2/+0
* i965/mesa/st: eliminate gl_compute_programTimothy Arceri2016-10-2616-80/+37
* mesa: set cs shader_info metadata directlyTimothy Arceri2016-10-261-5/+3
* st/mesa: switch cs over to shared shader_infoTimothy Arceri2016-10-262-8/+5
* mesa/i965/i915/r200: eliminate gl_vertex_programTimothy Arceri2016-10-2646-310/+268
* i965: switch vs over to shared shader_infoTimothy Arceri2016-10-262-4/+3
* i965/mesa/st: eliminate gl_geometry_programTimothy Arceri2016-10-2620-90/+45
* mesa: set gs shader_info metadata directlyTimothy Arceri2016-10-261-9/+7
* st/mesa: switch gs over to shared shader_infoTimothy Arceri2016-10-261-4/+7
* i965: switch gs over to shared shader_infoTimothy Arceri2016-10-261-1/+1
* i965/mesa/st: eliminate gl_tess_eval_programTimothy Arceri2016-10-2621-93/+53
* mesa: copy tes metadata directly to shared shader infoTimothy Arceri2016-10-261-7/+4
* st/mesa: switch tes over to shared shader_infoTimothy Arceri2016-10-261-5/+7
* i965: switch tes over to shared shader_infoTimothy Arceri2016-10-262-8/+8
* i965/mesa/st: eliminate gl_tess_ctrl_programTimothy Arceri2016-10-2621-76/+41
* mesa: set tcs shader_info metadata directlyTimothy Arceri2016-10-261-3/+1
* st/mesa: switch tcs over to shared shader_infoTimothy Arceri2016-10-262-2/+2
* i965: switch tcs over to shared shader_infoTimothy Arceri2016-10-262-22/+17
* glsl: add temporary copy_shader_info() functionTimothy Arceri2016-10-264-7/+9
* glsl: add a shader info field to the gl_program typeTimothy Arceri2016-10-262-0/+9
* nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri2016-10-2633-187/+195
* nir: move nir_shader_info to a common compiler headerTimothy Arceri2016-10-261-1/+1
* mesa: modify _mesa_copy_linked_program_data() to take gl_linked_shaderTimothy Arceri2016-10-266-32/+34
* mesa: fix error handling in DrawBuffersTapani Pälli2016-10-251-34/+37
* mesa: add missing formats to driGLFormatToImageFormatTapani Pälli2016-10-251-0/+2
* i965: Drop nir_inputs from fs_visitor.Kenneth Graunke2016-10-241-1/+0
* i965: Don't use nir_assign_var_locations for VS/TES/GS outputs.Kenneth Graunke2016-10-245-62/+12
* i965: Make split_virtual_grfs() call compact_virtual_grfs().Kenneth Graunke2016-10-241-0/+6
* i965: Drop unnecessary switch statement in nir_setup_outputs()Kenneth Graunke2016-10-241-12/+3
* i965/gen8: Don't enable alpha test and alpha to coverage if draw bufer zero i...Anuj Phogat2016-10-241-6/+9
* i965/gen8: Use DrawBuffer->_IntegerBuffers in gen8_upload_ps_blend()Anuj Phogat2016-10-241-5/+2
* i965/gen8: Use DrawBuffer->_IntegerBuffers in gen8_upload_blend_state()Anuj Phogat2016-10-241-8/+2
* glsl: add matrix layout information to interface block typesIago Toral Quiroga2016-10-241-0/+1
* st/mesa: cleanup and fix primitive restart for indirect drawsNicolai Hähnle2016-10-241-17/+28
* glsl/mesa: remove unused namespace support from the symbol tableTimothy Arceri2016-10-244-254/+117
* gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERSIlia Mirkin2016-10-221-1/+1
* vbo: clean up with 'indent', whitespace fixes, etc in vbo_exec_array.cBrian Paul2016-10-201-252/+276
* vbo: whitespace fixes and reformatting in vbo_exec_api.cBrian Paul2016-10-201-42/+64
* vbo: minor clean-up in vbo_exec_api.cBrian Paul2016-10-201-5/+2
* vbo: move attribute type assignmentBrian Paul2016-10-201-1/+2
* vbo: rename reset_attrfv() to vbo_reset_all_attr()Brian Paul2016-10-201-4/+6