summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm_iz.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Introduce downcast helpers for prog_data structures.Kenneth Graunke2016-10-051-1/+1
* i965/fs: Pass usage of depth, W, and sample mask through prog_dataJason Ekstrand2016-02-111-3/+4
* i965/fs: Refactor setup_payload_gen6 to assume FSJason Ekstrand2016-02-111-1/+1
* i965: Clean up #includes in the compiler.Matt Turner2015-11-241-1/+1
* i965/vec4: Use nir info instead of pulling things out of [shader_]progJason Ekstrand2015-10-021-2/+1
* i965/fs: Remove direct fs_visitor brw_wm_prog_key dependenceJordan Justen2014-09-221-2/+3
* i965/fs: Remove direct fs_visitor gl_fragment_program dependenceJordan Justen2014-09-061-0/+2
* i965/fs: Replace c->key with a direct reference in fs_visitor.Kenneth Graunke2014-05-181-4/+4
* i965/fs: Move some flags that affect code generation to fs_visitor.Kenneth Graunke2014-05-181-3/+3
* i965/fs: Move payload register info from brw_wm_compile to fs_visitor.Kenneth Graunke2014-05-181-4/+4
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-1/+1
* i965/fs: Move brw_wm_compile::fp to fs_visitor.Kenneth Graunke2012-11-261-1/+1
* i965/fs: Move brw_wm_lookup_iz() to fs_visitor::setup_payload_gen4().Kenneth Graunke2012-11-261-0/+167