summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965: rewrite brw_setup_vue_interpolation()Timothy Arceri2016-10-2620-125/+145
* i965/mesa/st: eliminate gl_compute_programTimothy Arceri2016-10-264-18/+16
* mesa/i965/i915/r200: eliminate gl_vertex_programTimothy Arceri2016-10-2614-88/+85
* i965: switch vs over to shared shader_infoTimothy Arceri2016-10-262-4/+3
* i965/mesa/st: eliminate gl_geometry_programTimothy Arceri2016-10-266-19/+16
* i965: switch gs over to shared shader_infoTimothy Arceri2016-10-261-1/+1
* i965/mesa/st: eliminate gl_tess_eval_programTimothy Arceri2016-10-267-25/+24
* i965: switch tes over to shared shader_infoTimothy Arceri2016-10-262-8/+8
* i965/mesa/st: eliminate gl_tess_ctrl_programTimothy Arceri2016-10-267-16/+15
* i965: switch tcs over to shared shader_infoTimothy Arceri2016-10-262-22/+17
* glsl: add temporary copy_shader_info() functionTimothy Arceri2016-10-261-4/+4
* nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri2016-10-2632-174/+182
* 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-261-3/+4
* 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
* i965/cs: Don't use a thread channel ID for small local sizesJordan Justen2016-10-191-2/+11
* i965/cs: Use udiv/umod for local IDsJordan Justen2016-10-191-1/+1
* mesa: remove gl_shader_compiler_options::EmitNoNoiseMarek Olšák2016-10-192-2/+0
* i965: fix subnr overflow in suboffset()Iago Toral Quiroga2016-10-191-8/+5
* i965: Fix gl_InvocationID in dual object GS where invocations == 1.Kenneth Graunke2016-10-171-1/+4
* i965: Silence unused parameter warningsIan Romanick2016-10-177-9/+5
* i965: Enable OpenGL 4.5.Kenneth Graunke2016-10-142-2/+2
* intel/blorp: Add a flag to make blorp not re-emit dept/stencil buffersJason Ekstrand2016-10-141-6/+6
* i915: workaround multiple intelFenceExtension definitionsEmil Velikov2016-10-141-0/+1
* i965: Sort some extension namesIan Romanick2016-10-141-3/+3
* i915: store reference to the context within struct intel_fence (v2)Mauro Rossi2016-10-141-11/+44
* i915/sync: Implement DRI2_Fence extensionMauro Rossi2016-10-143-30/+152
* i915/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'Mauro Rossi2016-10-142-26/+30
* mesa: replace gl_framebuffer::_IntegerColor wih _IntegerBuffersBrian Paul2016-10-131-1/+1
* mesa: remove 'params' parameter from ctx->Driver.TexParameter()Brian Paul2016-10-133-6/+5
* i965: solve cubemap negative x/y/z faces buffer offset issue in dEQP.Xu,Randy2016-10-111-1/+3
* 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
* 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