summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* mesa: rename gl_client_array -> gl_vertex_arrayBrian Paul2016-10-284-24/+24
* i965: use memory context when creating passthrough tcsTimothy Arceri2016-10-281-8/+5
* drivers/meta: Accept GL_TEXTURE_3D as target for tex image decompressionEduardo Lima Mitev2016-10-281-4/+0
* i965/miptree: Remove the width/height < 32768 restrictionsJason Ekstrand2016-10-272-8/+1
* i965/blit: Break blits into chunks in intel_miptree_blitJason Ekstrand2016-10-271-23/+41
* i965/blit: Break blits into chunks in set_alpha_to_oneJason Ekstrand2016-10-271-15/+73
* i965/blit: Remove a bogus assertionJason Ekstrand2016-10-271-4/+0
* i965/miptree: Break miptree -> ISL tiling conversion into a helperJason Ekstrand2016-10-272-25/+33
* i965/miptree: Remove the stencil_as_y_tiled parameter from get_aligned_offsetJason Ekstrand2016-10-275-28/+8
* i965/vec4: make offset() work in terms of a simd width and scalar componentsIago Toral Quiroga2016-10-273-18/+16
* i965/vec4: use byte_offset() instead of offset()Iago Toral Quiroga2016-10-275-15/+29
* i965/vec4: add a byte_offset helperIago Toral Quiroga2016-10-271-0/+50
* i956: set RobustAccess true when is supportedTapani Pälli2016-10-271-1/+3
* nir: stop adjusting driver location for varying packingTimothy Arceri2016-10-262-3/+3
* r200/glsl/st/mesa: use common outputs written fieldTimothy Arceri2016-10-262-6/+7
* r200/i915/st/mesa/compiler: use common inputs read fieldTimothy Arceri2016-10-264-17/+17
* meta: remove remaining tabs in meta.cTimothy Arceri2016-10-261-49/+49
* i965: replace brw_compute_program with brw_programTimothy Arceri2016-10-264-35/+8
* i965: replace brw_fragment_program with brw_programTimothy Arceri2016-10-266-36/+13
* i965: replace brw_tess_{eval,ctrl}_program with brw_programTimothy Arceri2016-10-268-74/+18
* i965: replace brw_geomerty_program with brw_programTimothy Arceri2016-10-267-37/+10
* i965: replace brw_vertex_program with new generic brw_programTimothy Arceri2016-10-266-23/+20
* st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri2016-10-2621-74/+72
* i965/mesa/st/swrast: set fs shader_info directly and switch to using itTimothy Arceri2016-10-268-26/+19
* i965: remove unused debug paramTimothy Arceri2016-10-262-17/+17
* 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
* 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