summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm.c
Commit message (Expand)AuthorAgeFilesLines
* i965: get inputs read from nir infoTimothy Arceri2016-10-061-5/+9
* i965: get outputs written from nir infoTimothy Arceri2016-10-061-3/+7
* 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-061-2/+3
* i965: Eliminate brw->wm.prog_data pointer.Kenneth Graunke2016-10-051-5/+5
* i965: make vs and fs key generation helpers available to shader cacheCarl Worth2016-09-271-1/+1
* i965: get rid of duplicated values from gen_device_infoLionel Landwerlin2016-09-231-2/+3
* intel/i965: make gen_device_info mutableLionel Landwerlin2016-09-231-1/+1
* i965: Rename intelScreen to screen.Kenneth Graunke2016-09-201-2/+2
* intel: s/brw_device_info/gen_device_info/Jason Ekstrand2016-09-031-1/+1
* i965: Allocate space in the binding table for non-coherent FB fetch.Francisco Jerez2016-08-251-3/+10
* i965/fs: Add brw_wm_prog_key bit specifying whether FB reads should be coherent.Francisco Jerez2016-08-251-0/+6
* i965/fs: Don't consider the stencil output to be a color output.Francisco Jerez2016-08-241-1/+2
* i965: make more effective use of SamplersUsedTimothy Arceri2016-07-051-7/+5
* i965: Keep track of the per-thread scratch allocation in brw_stage_state.Francisco Jerez2016-06-131-4/+3
* i965: Shrink stage_prog_data param array lengthJordan Justen2016-05-291-1/+1
* i965: Invoke lowering pass for YUV texturesKristian Høgsberg Kristensen2016-05-241-0/+28
* i965: Delete brw_wm_prog_key::render_to_fbo and drawable_height.Kenneth Graunke2016-05-201-45/+0
* i965/fs: Add an allow_spilling flag to brw_compile_fsJason Ekstrand2016-05-171-1/+2
* i965: Mark brw const in brw_state_dirty and callers.Kenneth Graunke2016-05-161-1/+1
* i965: Flip interpolateAtOffset's y offset when necessary.Kenneth Graunke2016-05-151-1/+2
* i965/fs: Rework the persample shading key/prog_data bitsJason Ekstrand2016-05-141-10/+9
* i965/wm: Don't sample lossless compressed as multisampledTopi Pohjolainen2016-05-121-1/+5
* 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