aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.sources
Commit message (Expand)AuthorAgeFilesLines
* i965: Get rid of the do_lower_unnormalized_offsets passJason Ekstrand2016-07-221-1/+0
* i965: Get rid of gen6_surface_state.cJason Ekstrand2016-07-151-1/+0
* i965: Move contents of brw_tex.c into intel_tex_validate.c.Kenneth Graunke2016-06-241-1/+0
* i965: Add nir based intrinsic lowering and thread ID uniformJordan Justen2016-06-011-0/+1
* i965: Move brw_nir_lower_uniforms.cpp to i965_FILESJason Ekstrand2016-05-261-1/+1
* i965: Use ISL for surface format introspectionJason Ekstrand2016-05-231-2/+1
* i965: Combine Gen4-7 and Gen8+ state base address emitters.Kenneth Graunke2016-05-161-1/+0
* i965: Use blorp for all clearsJason Ekstrand2016-05-141-1/+0
* i965: Use blorp for all stencil blitsJason Ekstrand2016-05-141-1/+0
* i965: Use blorp for all updownsample blitsJason Ekstrand2016-05-141-1/+0
* i965/blorp: Delete the old blorp shader emit codeJason Ekstrand2016-05-141-2/+0
* i965/fs: rename our lower_d2f pass to lower_d2xIago Toral Quiroga2016-05-101-1/+1
* i965/fs: add a pass for legalizing d2fConnor Abbott2016-05-101-0/+1
* i965/fs: add a pass for lowering PACK opcodesConnor Abbott2016-05-101-0/+1
* i965: Reimplement ARB_transform_feedback2 on Haswell and later.Kenneth Graunke2016-05-091-0/+1
* i965: Implement ARB_query_buffer_object for HSW+Jordan Justen2016-05-041-0/+1
* i965/blorp: Convert state setup to CJason Ekstrand2016-04-261-3/+3
* i965/blorp: Convert brw_blorp.cpp to a C fileJason Ekstrand2016-04-261-1/+1
* i965: add build rule for brw_nir_trig_workarounds.c on AndroidRob Herring2016-04-211-1/+3
* i965/blorp: Re-introduce clear programsTopi Pohjolainen2016-04-211-0/+1
* i965/blorp: Pipeline upload support for gen8Topi Pohjolainen2016-04-211-0/+1
* i965: Expose the surface format tableJason Ekstrand2016-04-141-0/+1
* i965: Port INTEL_PRECISE_TRIG=1 to NIR.Kenneth Graunke2016-04-111-0/+1
* i965: Add boilerplate function for QueryInternalFormat driver hookEduardo Lima Mitev2016-03-031-0/+1
* i965: Extract push constant state to a new fileBen Widawsky2016-02-171-0/+1
* i965: Apply VS attribute workarounds in NIR.Kenneth Graunke2016-02-091-0/+1
* i965: Move brw_compiler_create() to new brw_compiler.c.Matt Turner2016-02-011-0/+1
* i965: adding missing headers to the dist tarballEmil Velikov2016-01-181-0/+2
* i965: Move GLSL lowering passes out of libi965_compiler.laKristian Høgsberg Kristensen2016-01-081-5/+5
* i965: Port tessellation evaluation shaders to vec4 mode.Kenneth Graunke2015-12-281-0/+1
* i965: Add tessellation control shaders.Kenneth Graunke2015-12-221-0/+2
* i965: Add tessellation evaluation shadersKenneth Graunke2015-12-221-0/+1
* i965: Add tessellation shader surface support.Kenneth Graunke2015-12-111-0/+2
* i965: Import tables enumerating the set of validated L3 configurations.Francisco Jerez2015-12-091-0/+1
* i965: Create new files for HS/DS/TE state upload code.Kenneth Graunke2015-12-071-1/+5
* i965: Remove useless gen6_blorp.h/gen7_blorp.h headers.Matt Turner2015-11-241-2/+0
* i965: Add initial assembly validation pass.Matt Turner2015-11-121-0/+1
* nir/nir_opt_peephole_ffma: Move this lowering pass to the i965 driverEduardo Lima Mitev2015-11-101-0/+1
* i965/vec4: adding vec4_cmod_propagation optimizationAlejandro Piñeiro2015-10-221-0/+1
* i965: Move the entire compiler API into a single fileJason Ekstrand2015-10-191-0/+1
* i965: Break out backend compiler to its own libraryKristian Høgsberg Kristensen2015-10-081-75/+77
* i965: Move brw_link_shader() and friends to new file brw_link.cppKristian Høgsberg Kristensen2015-10-081-0/+1
* i965: Generalize predicated break pass for use in vec4 backend.Matt Turner2015-10-051-1/+1
* i965/nir: Pull common ARB program uniform handling into a common functionJason Ekstrand2015-10-021-0/+1
* i965/vec4: Delete the old vec4_vp codeJason Ekstrand2015-10-021-1/+0
* i965/vec4: Import helpers to convert vectors into arrays and back.Francisco Jerez2015-09-251-0/+2
* i965/vec4: Introduce VEC4 IR builder.Francisco Jerez2015-09-251-0/+1
* i965/fs: Add a very basic validation passJason Ekstrand2015-09-151-0/+1
* i965: Move compute shader code aroundKristian Høgsberg Kristensen2015-09-141-1/+2
* i965/nir/gs: Handle geometry shaders inputsIago Toral Quiroga2015-08-031-0/+1