summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965: fix comparison warningTimothy Arceri2016-08-011-1/+1
* i965: Fix move_interpolation_to_top() pass.Kenneth Graunke2016-07-291-21/+29
* i965: remove unnecessary null checkTimothy Arceri2016-07-281-4/+1
* glsl: Separate overlapping sentinel nodes in exec_list.Matt Turner2016-07-263-3/+3
* i965/miptree: Stop multiplying cube depth by 6 in HiZ calculationsJason Ekstrand2016-07-261-17/+2
* i965/miptree/isl: Stop multiplying depth by 6 for cubesJason Ekstrand2016-07-261-5/+0
* i965/blorp/gen8: Stop multiplying depth by 6 for cubesJason Ekstrand2016-07-261-4/+1
* i965: Get rid of the do_lower_unnormalized_offsets passJason Ekstrand2016-07-224-109/+0
* i965/nir: Enable NIR lowering of txf and rect offsetsJason Ekstrand2016-07-221-0/+2
* i965: fix varying output setupTimothy Arceri2016-07-231-1/+1
* i965: Fix "operation operation" in comment.Kenneth Graunke2016-07-211-1/+1
* i965: Fix shared atomic intrinsics to pay attention to base.Kenneth Graunke2016-07-211-1/+12
* i965: Include VUE handles for GS with invocations > 1.Kenneth Graunke2016-07-211-1/+1
* i965: print error messages if gs fails to compileTimothy Arceri2016-07-211-0/+6
* i965: enable GL4.4 for Gen8+Timothy Arceri2016-07-212-2/+2
* i965: enable ARB_enhanced_layouts for gen6+Timothy Arceri2016-07-211-1/+1
* i965/vec4: add packing support for tcs load outputsTimothy Arceri2016-07-213-7/+17
* i965/vec4: add support for packing tes inputsTimothy Arceri2016-07-211-4/+10
* i965/vec4: add support for packing tcs outputsTimothy Arceri2016-07-211-0/+7
* i965/vec4: support packing tcs inputsTimothy Arceri2016-07-212-2/+7
* i965/vec4: add component packing for gsTimothy Arceri2016-07-211-0/+2
* i965/vec4: add support for packing vs/gs/tes outputsTimothy Arceri2016-07-213-4/+45
* i965/vec4: add support for packing inputsTimothy Arceri2016-07-211-0/+2
* i965: add helper for creating packing writemaskTimothy Arceri2016-07-211-0/+7
* i965: add helpers for creating component layout swizzleTimothy Arceri2016-07-211-0/+3
* i965: enable ARB_enhanced_layouts for gen8+Timothy Arceri2016-07-211-0/+1
* i965: add component packing support for load_output intrinsicsTimothy Arceri2016-07-211-5/+33
* i965: enable component packing for vs and fsTimothy Arceri2016-07-214-25/+16
* i965: bring back type_size_vec4_times_4()Timothy Arceri2016-07-212-0/+14
* i965: Move VS load_input handling to nir_emit_vs_intrinsic().Kenneth Graunke2016-07-201-31/+30
* i965: Delete the FS_OPCODE_INTERPOLATE_AT_CENTROID virtual opcode.Kenneth Graunke2016-07-204-10/+0
* i965: Rewrite FS input handling to use the new NIR intrinsics.Kenneth Graunke2016-07-205-341/+270
* i965: Move load_interpolated_input/barycentric_* intrinsics to the top.Kenneth Graunke2016-07-201-0/+64
* i965: Add a pass to demote sample interpolation intrinsics.Kenneth Graunke2016-07-201-0/+44
* i965: Stop muging cube array lengths by 6Jason Ekstrand2016-07-205-38/+11
* i965/miptree: Set logical_depth0 == 6 for cube mapsJason Ekstrand2016-07-201-4/+11
* i965/miptree: Enforce that height == 1 for 1-D array texturesJason Ekstrand2016-07-202-19/+5
* i965: store reference to the context within struct brw_fence (v2)Emil Velikov2016-07-201-11/+44
* i965: Use tex_mocs instead of rb_mocs for GL images.Kenneth Graunke2016-07-191-1/+1
* i965: Enable MESA_shader_integer_functions on all GLSL 1.30 platformsIan Romanick2016-07-192-6/+15
* i965: Don't lower uaddCarry and usubBorrow in both GLSL IR and NIRIan Romanick2016-07-191-3/+1
* i965: Update assertion to account for Gen < 7Ian Romanick2016-07-191-1/+4
* i965: Use LZD to implement nir_op_find_lsb on Gen < 7Ian Romanick2016-07-192-3/+45
* i965: Use LZD to implement nir_op_ifind_msb on Gen < 7Ian Romanick2016-07-192-21/+90
* i965: Use LZD to implement nir_op_ufind_msbIan Romanick2016-07-194-1/+54
* i965: Always enable GL_ARB_shading_language_packingIan Romanick2016-07-191-1/+1
* i965: Move enable of EXT_shader_integer_mixIan Romanick2016-07-191-1/+2
* i965: Skip update_texture_surface when the plane doesn't existJason Ekstrand2016-07-181-8/+10
* i965/gen9: Enable KHR_texture_compression_astc_sliced_3dAnuj Phogat2016-07-181-0/+1
* i965/tes/scalar: fix 64-bit indirect input loadsIago Toral Quiroga2016-07-181-22/+64