aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Generalize wm_key->compute_sample_id to wm_key->multisample_fbo.Kenneth Graunke2016-04-201-5/+4
* i965: Delete now dead persample_2x FS program key flag.Kenneth Graunke2016-04-201-4/+0
* i965: Implement a drirc workaround for broken dual color blending.Kenneth Graunke2016-01-221-0/+4
* i965: De-duplicate key_debug() function.Kenneth Graunke2015-12-021-11/+0
* i965: Push down inclusion of brw_program.h.Matt Turner2015-11-241-0/+1
* i965/fs: Add a sampler program key for whether the texture is 16x MSAANeil Roberts2015-11-051-0/+8
* i965: Rename brw_foo_emit to brw_compile_fooJason Ekstrand2015-10-191-1/+1
* i965/fs: Move some of the prog_data setup into brw_wm_emitJason Ekstrand2015-10-191-98/+0
* i965/fs: Rework wm_fs_emit to take a nir_shader and a brw_compilerJason Ekstrand2015-10-191-2/+12
* i965: Fix unsafe pointer when dumping VS/FS IRIago Toral Quiroga2015-10-121-1/+1
* i965: Move brw_get_shader_time_index() call out of emit functionsKristian Høgsberg Kristensen2015-10-081-1/+7
* i965: Move brw_dump_ir() out of brw_*_emit() functionsKristian Høgsberg Kristensen2015-10-081-0/+3
* i965/wm: Make compute_barycentric_interp_modes take a nir_shader and a devinfoJason Ekstrand2015-10-021-24/+15
* i965: Move prog_data uniform setup to the codegen levelJason Ekstrand2015-10-021-1/+9
* i965: Move binding table setup to codegen time.Jason Ekstrand2015-10-021-0/+23
* i965: Pull stage_prog_data.nr_params out of the NIR shaderJason Ekstrand2015-10-021-7/+3
* i965: Get rid of prog_data compare functionsJason Ekstrand2015-09-301-19/+0
* i965: Move perf_debug code to brw_codegen_*_prog()Kristian Høgsberg Kristensen2015-09-141-6/+25
* i965: Move brw_fs_precompile() to brw_wm.cKristian Høgsberg Kristensen2015-09-141-0/+59
* i965/gen7-8: Set up early depth/stencil control appropriately for image load/...Francisco Jerez2015-08-111-0/+2
* i965: Reserve enough parameter entries for all image uniforms used in the pro...Francisco Jerez2015-08-111-1/+2
* i965: Define and initialize image parameter structure.Francisco Jerez2015-08-111-0/+4
* i965: Trivial formatting changes in brw_wm.cIan Romanick2015-08-031-43/+41
* i965/fs: Move up prog_data->uses_omask assignment up to brw_codegen_wm_prog().Francisco Jerez2015-07-291-1/+2
* i965: Use _mesa_geometric_ functions appropriatelyKevin Rogovin2015-06-171-3/+4
* i965: Fill out the rest of brw_debug_recompile_sampler_key().Kenneth Graunke2015-04-251-0/+8
* i965: Rename brw_compile to brw_codegenJason Ekstrand2015-04-221-2/+2
* i965: Rename do_<stage>_prog to brw_compile_<stage>_prog (and export)Carl Worth2015-04-021-6/+7
* i965: Split out per-stage dirty-bit checking into separate functionsCarl Worth2015-04-021-16/+22
* i965: Perform program state upload outside of atom handlingCarl Worth2015-02-231-25/+19
* i965: Store floating point mode choice in brw_stage_prog_data.Kenneth Graunke2014-12-041-0/+4
* i965: Move PSCDEPTH calculations from draw time to compile time.Kenneth Graunke2014-12-041-0/+21
* i965: Remove "disable_derivative_optimization" driconf option.Kenneth Graunke2014-12-021-7/+2
* i965: Add _CACHE_ in brw_cache_id enum names.Kenneth Graunke2014-11-291-3/+3
* i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke2014-11-291-15/+15
* i965: Set prog_data->uses_kill if simulating alpha test via discards.Kenneth Graunke2014-11-271-1/+4
* i965: Add uses_kill to brw_wm_prog_dataJordan Justen2014-09-051-0/+1
* i965: Move curb_read_length/total_scratch to brw_stage_prog_data.Kenneth Graunke2014-09-031-2/+2
* i965: Store uniform constant values in a gl_constant_value instead of floatNeil Roberts2014-08-141-2/+3
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-1/+1
* i965/fs: Fix gl_SampleID for 2x MSAA and SIMD16 mode.Kenneth Graunke2014-07-211-0/+4
* i965: Add missing persample_shading field to brw_wm_debug_recompile.Kenneth Graunke2014-07-211-0/+2
* i965: Support GL_CLAMP natively on Broadwell.Kenneth Graunke2014-06-051-1/+2
* i965/fs: Finally kill struct brw_wm_compile (better known as 'c').Kenneth Graunke2014-05-181-11/+11
* i965/fs: Stop copying the program key.Kenneth Graunke2014-05-181-6/+4
* i965/fs: Rip struct brw_wm_compile out of the visitors and generators.Kenneth Graunke2014-05-181-1/+2
* i965/fs: Plumb a mem_ctx all the way through the FS compile.Kenneth Graunke2014-05-181-4/+5
* i965/fs: Actually free program data on the error path.Kenneth Graunke2014-05-181-1/+3
* i965/fs: Move total_scratch calculation into fs_visitor::run().Kenneth Graunke2014-05-181-4/+1
* i965/fs: Move perf_debug about register spilling to a more obvious spot.Kenneth Graunke2014-05-181-4/+0