aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs.h
Commit message (Expand)AuthorAgeFilesLines
* i965: Add basic block generator.Eric Anholt2012-04-191-0/+4
* i965/fs: Try to avoid generating extra MOVs to do saturates.Eric Anholt2012-04-111-0/+3
* i965/fs: Jump from discard statements to the end of the program when done.Eric Anholt2012-03-161-0/+22
* i965/fs: Add a new fs_inst::regs_written function.Kenneth Graunke2012-02-151-0/+12
* i965/fs: Add support for generating MADs.Eric Anholt2012-02-101-0/+1
* i965/fs: Fix rendering corruption in unigine tropics.Eric Anholt2012-01-301-0/+2
* i965: Rename texturing ops from FS_OPCODE to SHADER_OPCODE, except TXB.Kenneth Graunke2011-12-181-5/+5
* i965/fs: Make register file enum 0 be the undefined register file.Eric Anholt2011-11-301-6/+6
* i965/fs: Add support for user-defined out variables.Eric Anholt2011-11-091-4/+4
* i965: Enable faster workaround-free math on Ivybridge.Kenneth Graunke2011-11-071-0/+7
* i965/gen6+: Parameterize barycentric interpolation modes.Paul Berry2011-10-271-2/+2
* i965/fs: Fix comparisions with uint negation.Eric Anholt2011-10-201-0/+1
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-2/+2
* mesa: Use gl_shader_program::_LinkedShaders instead of FragmentProgramIan Romanick2011-10-071-1/+2
* i965/fs: Implement integer quotient and remainder math operations.Kenneth Graunke2011-10-021-0/+2
* i965/fs: Split generate_math into gen4/gen6 and 1/2 operand variants.Kenneth Graunke2011-09-261-1/+10
* i965/fs: Implement texelFetch() on Ironlake and Sandybridge.Kenneth Graunke2011-09-191-0/+1
* i965: Fix Android build by removing relative includesChad Versace2011-08-301-2/+2
* i965: Avoid generating MOVs for most ir_assignment handling.Kenneth Graunke2011-08-291-0/+5
* i965/fs: Revert "Avoid generating MOVs for assignments for expressions."Kenneth Graunke2011-08-291-4/+1
* i965/fs: Implement textureSize (TXS) on Gen5+.Kenneth Graunke2011-08-231-1/+2
* i965: Rename math FS_OPCODE_* to SHADER_OPCODE_*.Eric Anholt2011-08-161-8/+8
* i965: Create a shared enum for hardware and compiler-internal opcodes.Eric Anholt2011-08-161-40/+16
* i965: Drop the reg/hw_reg distinction.Eric Anholt2011-08-101-9/+12
* i965/fs: Eliminate the magic nature of virtual GRF 0.Eric Anholt2011-08-101-1/+1
* i965/fs: Don't upload unused uniform components.Eric Anholt2011-08-051-1/+9
* i965/fs: Optimize a * 1.0 -> a.Eric Anholt2011-07-291-0/+1
* i965/fs: Refactor texture result swizzling into a helper function.Kenneth Graunke2011-06-181-0/+2
* i965/fs: Do a FS compile up front at link time to produce link errors.Eric Anholt2011-05-271-2/+7
* i965/fs: Split the GLSL IR -> FS LIR visitor to brw_fs_visitor.cpp.Eric Anholt2011-05-271-0/+2
* i965: Avoid generating MOVs for assignments of expressions.Eric Anholt2011-05-271-1/+4
* i965: Add support for correct GL_CLAMP behavior by clamping coordinates.Eric Anholt2011-05-181-3/+6
* i965/fs: Cut an instruction and a temporary from gen6 discard statements.Eric Anholt2011-05-181-4/+2
* i965: Add support for Ivybridge texturing messages.Kenneth Graunke2011-05-171-0/+1
* i965/fs: Add support for 16-wide dispatch with uniforms in use.Eric Anholt2011-04-261-0/+1
* i965/fs: Add support for 16-wide dispatch on gen5.Eric Anholt2011-04-261-0/+2
* i965/fs: Add initial support for 16-wide dispatch on gen6.Eric Anholt2011-04-261-0/+13
* i965/fs: Add support for computing pixel_[xy] in 16-wide.Eric Anholt2011-04-261-0/+3
* i965/fs: Constant-fold immediates in src0 of SEL instructions.Eric Anholt2011-04-131-0/+1
* i965/fs: Make compile failure more verbose with INTEL_DEBUG=wm.Eric Anholt2011-03-241-2/+3
* i965/fs: Clean up the emit calls by introducing emit() overload helpers.Eric Anholt2011-03-241-0/+26
* i965/fs: Initial plumbing to support TXD.Kenneth Graunke2011-02-251-0/+2
* i965: Emit texel offsets in sampler messages.Kenneth Graunke2011-01-311-1/+1
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-311-9/+8
* i965/fs: Add a helper function for detecting math opcodes.Eric Anholt2011-01-191-0/+12
* i965/fs: Add an instruction scheduler.Eric Anholt2011-01-191-0/+2
* i965/fs: Add a helper for detecting texturing opcodes.Eric Anholt2011-01-191-0/+7
* i965: Fix dead pointers to fp->Parameters->ParameterValues[] after realloc.Eric Anholt2011-01-171-0/+7
* i965/fs: Do flat shading when appropriate.Eric Anholt2011-01-121-0/+1
* i965: Clarify when we need to (re-)calculate live intervals.Eric Anholt2011-01-121-0/+2