summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_fs.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-01-31i965: Ignore 'centroid' interpolation qualifier in case of persample shadingAnuj Phogat1-1/+1
2014-01-31i965: Use sample barycentric coordinates with per sample shadingAnuj Phogat1-3/+11
2013-11-28i965: Always reserve binding table space for at least one render target.Kenneth Graunke1-1/+4
2013-11-15i965/fs: Try a different pre-scheduling heuristic if the first spills.Eric Anholt1-6/+19
2013-11-15i965/fs: Do instruction pre-scheduling just before register allocation.Eric Anholt1-2/+2
2013-11-06i965/fs: Gen4-5: Implement alpha test in shader for MRTChris Forbes1-0/+3
2013-11-06i965/fs: Gen4-5: Setup discard masks for MRT alpha testChris Forbes1-1/+1
2013-11-04i965: Add a 'has_side_effects' back-end instruction predicate.Francisco Jerez1-15/+10
2013-11-01i965: Add FS backend for builtin gl_SampleIDAnuj Phogat1-0/+48
2013-11-01i965: Add FS backend for builtin gl_SamplePositionAnuj Phogat1-0/+79
2013-11-01i965/fs: Optimize saturating SEL.G(E) with imm val <= 0.0f.Matt Turner1-0/+14
2013-11-01i965/fs: Optimize saturating SEL.L(E) with imm val >= 1.0.Matt Turner1-0/+22
2013-11-01i965/fs: Optimize OR with identical sources into a MOV.Matt Turner1-0/+8
2013-10-30i965/fs: Add reads_flag() and writes_flag() to fs_inst.Matt Turner1-0/+13
2013-10-30i965/fs: Add is_null() method to fs_reg.Matt Turner1-0/+8
2013-10-30i965: Merge together opcodes for SHADER_OPCODE_GEN4_SCRATCH_READ/WRITEEric Anholt1-2/+2
2013-10-30i965/fs: Fix broken register spilling debug code.Eric Anholt1-7/+0
2013-10-29i965/fs: Drop our dead push constants before overflowing to pull constants.Eric Anholt1-2/+1
2013-10-29i965/gen7: Implement code generation for untyped surface read instructions.Francisco Jerez1-0/+1
2013-10-29i965/gen7: Implement code generation for untyped atomic instructions.Francisco Jerez1-0/+2
2013-10-29glsl: Add new atomic_uint built-in GLSL type.Francisco Jerez1-0/+2
2013-10-26i965: Add SHADER_OPCODE_TG4_OFFSET for gather with nonconstant offsets.Chris Forbes1-0/+1
2013-10-21i965: Only emit interpolation setup if there are actual FS inputs.Kenneth Graunke1-4/+6
2013-10-16i965/fs: Handle printing HW_REGS in dump_instruction().Matt Turner1-0/+16
2013-10-15i965/fs: Remove bogus field prog_data->dispatch_width.Paul Berry1-2/+0
2013-10-15i965: Move the common binding table offset code to brw_shader.cpp.Eric Anholt1-29/+4
2013-10-15i965/fs: Dynamically set up the WM binding table offsets.Eric Anholt1-6/+29
2013-10-15i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.Eric Anholt1-2/+17
2013-10-14i965: Don't copy prop source mods into instructions that can't take them.Matt Turner1-0/+3
2013-10-10i965/fs: Convert gen7 to using GRFs for texture messages.Eric Anholt1-3/+34
2013-10-10i965/fs: Use per-channel interference for register_coalesce_2().Eric Anholt1-23/+10
2013-10-10i965/fs: Use the new per-channel live ranges for dead code elimination.Eric Anholt1-3/+14
2013-10-10i965/fs: Invalidate live intervals when compacting; don't fix them.Kenneth Graunke1-4/+1
2013-10-10i965/fs: Create a helper function for invalidating live intervals.Kenneth Graunke1-11/+10
2013-10-09i965: keep SecHalf flag after register coalescingChia-I Wu1-0/+1
2013-10-07i965: Remove the "ARF" register file.Matt Turner1-6/+0
2013-10-07i965: Fixup for don't dead-code eliminate instructions that write to the accu...Matt Turner1-2/+1
2013-10-07i965: Don't dead-code eliminate instructions that write to the accumulator.Matt Turner1-1/+15
2013-10-07i965: Generate code for ir_binop_carry and ir_binop_borrow.Matt Turner1-0/+2
2013-10-03i965: add SHADER_OPCODE_TG4Chris Forbes1-0/+1
2013-10-02i965: compute DDX in a subspan based only on top rowChia-I Wu1-0/+6
2013-10-01mesa: Fix misplaced includes of "main/uniforms.h".Francisco Jerez1-1/+1
2013-09-16i965/fs: When >64 input components, order them to match prev pipeline stage.Paul Berry1-6/+43
2013-09-16i965/fs: Simplify computation of key.input_slots_valid during precompile.Paul Berry1-11/+1
2013-09-16i965/fs: Stop wasting input attribute space on gl_FragCoord and gl_FrontFacing.Paul Berry1-1/+2
2013-09-16i965/fs: Change brw_wm_prog_data::urb_read_length to num_varying_inputs.Paul Berry1-3/+4
2013-09-16i965/fs: Expose "urb_setup" as part of brw_wm_prog_data.Paul Berry1-5/+5
2013-09-13i965: Use brw_stage_state for WM data as well.Kenneth Graunke1-2/+2
2013-08-30i965/fs: Detect GRF sources in split_virtual_grfs send-from-GRF code.Kenneth Graunke1-1/+5
2013-08-27i965/fs: Add support for translating ir_triop_fma into MAD.Matt Turner1-0/+1