index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_fs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Rename math FS_OPCODE_* to SHADER_OPCODE_*.
Eric Anholt
2011-08-16
1
-8
/
+8
*
i965: Create a shared enum for hardware and compiler-internal opcodes.
Eric Anholt
2011-08-16
1
-40
/
+16
*
i965: Drop the reg/hw_reg distinction.
Eric Anholt
2011-08-10
1
-9
/
+12
*
i965/fs: Eliminate the magic nature of virtual GRF 0.
Eric Anholt
2011-08-10
1
-1
/
+1
*
i965/fs: Don't upload unused uniform components.
Eric Anholt
2011-08-05
1
-1
/
+9
*
i965/fs: Optimize a * 1.0 -> a.
Eric Anholt
2011-07-29
1
-0
/
+1
*
i965/fs: Refactor texture result swizzling into a helper function.
Kenneth Graunke
2011-06-18
1
-0
/
+2
*
i965/fs: Do a FS compile up front at link time to produce link errors.
Eric Anholt
2011-05-27
1
-2
/
+7
*
i965/fs: Split the GLSL IR -> FS LIR visitor to brw_fs_visitor.cpp.
Eric Anholt
2011-05-27
1
-0
/
+2
*
i965: Avoid generating MOVs for assignments of expressions.
Eric Anholt
2011-05-27
1
-1
/
+4
*
i965: Add support for correct GL_CLAMP behavior by clamping coordinates.
Eric Anholt
2011-05-18
1
-3
/
+6
*
i965/fs: Cut an instruction and a temporary from gen6 discard statements.
Eric Anholt
2011-05-18
1
-4
/
+2
*
i965: Add support for Ivybridge texturing messages.
Kenneth Graunke
2011-05-17
1
-0
/
+1
*
i965/fs: Add support for 16-wide dispatch with uniforms in use.
Eric Anholt
2011-04-26
1
-0
/
+1
*
i965/fs: Add support for 16-wide dispatch on gen5.
Eric Anholt
2011-04-26
1
-0
/
+2
*
i965/fs: Add initial support for 16-wide dispatch on gen6.
Eric Anholt
2011-04-26
1
-0
/
+13
*
i965/fs: Add support for computing pixel_[xy] in 16-wide.
Eric Anholt
2011-04-26
1
-0
/
+3
*
i965/fs: Constant-fold immediates in src0 of SEL instructions.
Eric Anholt
2011-04-13
1
-0
/
+1
*
i965/fs: Make compile failure more verbose with INTEL_DEBUG=wm.
Eric Anholt
2011-03-24
1
-2
/
+3
*
i965/fs: Clean up the emit calls by introducing emit() overload helpers.
Eric Anholt
2011-03-24
1
-0
/
+26
*
i965/fs: Initial plumbing to support TXD.
Kenneth Graunke
2011-02-25
1
-0
/
+2
*
i965: Emit texel offsets in sampler messages.
Kenneth Graunke
2011-01-31
1
-1
/
+1
*
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-31
1
-9
/
+8
*
i965/fs: Add a helper function for detecting math opcodes.
Eric Anholt
2011-01-19
1
-0
/
+12
*
i965/fs: Add an instruction scheduler.
Eric Anholt
2011-01-19
1
-0
/
+2
*
i965/fs: Add a helper for detecting texturing opcodes.
Eric Anholt
2011-01-19
1
-0
/
+7
*
i965: Fix dead pointers to fp->Parameters->ParameterValues[] after realloc.
Eric Anholt
2011-01-17
1
-0
/
+7
*
i965/fs: Do flat shading when appropriate.
Eric Anholt
2011-01-12
1
-0
/
+1
*
i965: Clarify when we need to (re-)calculate live intervals.
Eric Anholt
2011-01-12
1
-0
/
+2
*
i965: Fix regression in FS comparisons on original gen4 due to gen6 changes.
Eric Anholt
2010-12-28
1
-0
/
+18
*
i965: Remove duplicate MRF writes in the FS backend.
Eric Anholt
2010-11-19
1
-0
/
+37
*
i965: Recognize saturates and turn them into a saturated mov.
Eric Anholt
2010-11-19
1
-0
/
+1
*
i965: Just use memset() to clear most members in FS constructors.
Eric Anholt
2010-11-19
1
-18
/
+11
*
i965: Add support for pull constants to the new FS backend.
Eric Anholt
2010-10-22
1
-0
/
+5
*
i965: Move the FS disasm/annotation printout to codegen time.
Eric Anholt
2010-10-22
1
-4
/
+0
*
i965: Add support for register spilling.
Eric Anholt
2010-10-21
1
-1
/
+14
*
i965: Use the new style of IF statement with embedded comparison on gen6.
Eric Anholt
2010-10-19
1
-0
/
+1
*
i965: Set the type of the null register to fix gen6 FS comparisons.
Eric Anholt
2010-10-15
1
-0
/
+1
*
i965: Add a function for handling the move of boolean values to flag regs.
Eric Anholt
2010-10-14
1
-0
/
+1
*
i965: Add a pass to the FS to split virtual GRFs to float channels.
Eric Anholt
2010-10-14
1
-0
/
+25
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
i965: Compute to MRF in the new FS backend.
Eric Anholt
2010-10-11
1
-0
/
+1
*
i965: Give the FB write and texture opcodes the info on base MRF, like math.
Eric Anholt
2010-10-11
1
-1
/
+8
*
i965: Give the math opcodes information on base mrf/mrf len.
Eric Anholt
2010-10-11
1
-0
/
+6
*
i965: Move FS backend structures to a header.
Eric Anholt
2010-10-11
1
-0
/
+406