summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen8_fs_generator.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Move compiler debugging output to stderr.Eric Anholt2014-02-221-19/+21
* i965: Use the object label when available for INTEL_DEBUG=vs,gs,fs output.Eric Anholt2014-02-221-1/+2
* i965/fs: Implement FS_OPCODE_[UN]PACK_HALF_2x16_SPLIT[_XY] opcodes.Kenneth Graunke2014-02-201-2/+74
* i965: Drop bogus F32TO16/F16TO32 instructions on Broadwell - use MOV.Kenneth Graunke2014-02-201-2/+2
* i965/fs: Implement scratch read/write support for Broadwell.Kenneth Graunke2014-02-201-9/+109
* i965/fs: Implement FS_OPCODE_SET_OMASK on Broadwell.Kenneth Graunke2014-02-191-1/+35
* i965/fs: Implement FS_OPCODE_SET_SAMPLE_ID on Broadwell.Kenneth Graunke2014-02-191-1/+28
* i965/fs: Use conditional sends to do FB writes on HSW+.Eric Anholt2014-02-181-6/+20
* i965/fs: Support arbitrarily large sampler indices on Broadwell+.Kenneth Graunke2014-02-111-1/+18
* i965/fs: Fix Broadwell texture header setup to be uncompressed.Kenneth Graunke2014-02-111-0/+5
* i965: Remove *_generator::shader field; use prog field instead.Paul Berry2014-01-231-4/+2
* i965/fs: introduce non-compressed equivalent of tex_cmsTopi Pohjolainen2014-01-231-0/+4
* i965: rename tex_ms to tex_cmsTopi Pohjolainen2014-01-231-2/+2
* i965: Create a new fragment shader backend for Broadwell.Kenneth Graunke2014-01-181-0/+1025