aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_program.h
Commit message (Expand)AuthorAgeFilesLines
* i965: Remove unused sampler key fieldsTopi Pohjolainen2014-04-081-6/+0
* i965: Widen sampler key bitfields for 32 samplersChris Forbes2014-03-021-3/+3
* i965: Refactor debug dumping of GLSL IR.Eric Anholt2014-02-221-0/+5
* i965: Unify fs_generator:: and vec4_generator::mark_surface_used as a free fu...Francisco Jerez2014-02-191-0/+4
* i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...Francisco Jerez2014-02-191-0/+7
* i965: Add Gen6 gather wa to sampler keyChris Forbes2014-02-081-0/+11
* i965/Gen7: Include bitfield in the sampler key for CMS layoutChris Forbes2013-12-071-0/+5
* i965: w/a for gather4 green RG32FChris Forbes2013-10-031-0/+5
* i965: Make brw_{program,vs}.h safe to include from C++.Paul Berry2013-08-231-0/+8
* i965: Shorten sampler loops in key setup.Kenneth Graunke2013-08-191-0/+1
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-1/+1
* i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.Eric Anholt2013-03-051-1/+2
* i965: Add texrect scale parameters before pointers to ParameterValues.Eric Anholt2012-12-281-0/+1
* i965: Index sampler program key data by linker-assigned index.Kenneth Graunke2012-08-271-1/+1
* i965: Add performance debug for shader recompiles.Eric Anholt2012-08-121-0/+2
* i965: Move loop over texture units into brw_populate_sampler_prog_key.Kenneth Graunke2012-07-121-1/+2
* i965: Delete previous workaround for textureGrad with shadow samplers.Kenneth Graunke2012-07-121-12/+0
* i965/fs: Factor out texturing related data from brw_wm_prog_key.Kenneth Graunke2011-12-191-0/+60