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_vec4_visitor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vs: Fix GL_FIXED setup when a writemask is present.
Eric Anholt
2011-08-30
1
-0
/
+12
*
i965/vs: Pack live uniform vectors together in the push constant upload.
Eric Anholt
2011-08-30
1
-0
/
+6
*
i965/vs: Track uniforms as separate vectors once we've done array access.
Eric Anholt
2011-08-30
1
-0
/
+7
*
i965/vs: Add support for pull constant loads for uniform arrays.
Eric Anholt
2011-08-30
1
-3
/
+134
*
i965/vs: Restructure emit() functions around a vec4_instruction constructor.
Eric Anholt
2011-08-30
1
-16
/
+25
*
i965: Use native integer uniforms when the new VS backend is in use.
Eric Anholt
2011-08-30
1
-24
/
+5
*
i965/vs: Copy the live intervals calculation over from the FS.
Eric Anholt
2011-08-19
1
-0
/
+3
*
i965/vs: Fix multiplies to actually do 32-bit multiplies.
Eric Anholt
2011-08-16
1
-1
/
+17
*
i965/vs: Add support for conversion of FIXED_HW_REG src_reg to/from dst_reg.
Eric Anholt
2011-08-16
1
-0
/
+2
*
i965/vs: Fix memory leak of ralloc context for the visitor.
Eric Anholt
2011-08-16
1
-0
/
+1
*
i965/vs: Fix condition code for scalar expression all_equals.
Eric Anholt
2011-08-16
1
-1
/
+1
*
i965/vs: Don't assertion fail on vertex texturing.
Eric Anholt
2011-08-16
1
-1
/
+6
*
i965/vs: Remove remaining use of foreach_iter.
Eric Anholt
2011-08-16
1
-2
/
+2
*
i965/vs: Avoid generating a MOV for most ir_assignment handling.
Eric Anholt
2011-08-16
1
-0
/
+67
*
i965/vs: Run the shader backend at link time and return compile failures.
Eric Anholt
2011-08-16
1
-1
/
+1
*
i965/vs: Add support for if(any(bvec)) on gen6.
Eric Anholt
2011-08-16
1
-4
/
+8
*
i965/vs: Clamp vertex color outputs when required by ARB_color_buffer_float.
Eric Anholt
2011-08-16
1
-1
/
+10
*
i965/vs: Fix builtin uniform setup.
Eric Anholt
2011-08-16
1
-3
/
+2
*
i965/vs: Add support for loops.
Eric Anholt
2011-08-16
1
-32
/
+21
*
i965/vs: Add support for ir_binop_pow.
Eric Anholt
2011-08-16
1
-2
/
+2
*
i965/vs: Respect the gen6 limitation that math opcodes can't be align16.
Eric Anholt
2011-08-16
1
-2
/
+24
*
i965/vs: Fix implementation of ir_unop_any.
Eric Anholt
2011-08-16
1
-1
/
+3
*
i965/vs: Move virtual GRFs with array accesses to them to scratch space.
Eric Anholt
2011-08-16
1
-0
/
+163
*
i965/vs: Reserve MRF 14/15 for array loads/register unspilling.
Eric Anholt
2011-08-16
1
-6
/
+14
*
i965/vs: Track the variable index of array accesses.
Eric Anholt
2011-08-16
1
-4
/
+12
*
i965/vs: Add support for VUEs larger than a single URB write.
Eric Anholt
2011-08-16
1
-8
/
+34
*
i965/vs: Avoid generating extra moves when setting up large ir_constants.
Eric Anholt
2011-08-16
1
-51
/
+26
*
i965/vs: Fix types of varying outputs.
Eric Anholt
2011-08-16
1
-0
/
+1
*
i965/vs: Handle assignment of structures/arrays/matrices better.
Eric Anholt
2011-08-16
1
-20
/
+49
*
i965/vs: Don't forget to set up assignment condition code for arrays/structs.
Eric Anholt
2011-08-16
1
-0
/
+4
*
i965/vs: Apply the gen6 math workaround for math1 instructions.
Eric Anholt
2011-08-16
1
-6
/
+4
*
i965/vs: Add support for if(any_nequal()) and if(all_equal()) on gen6.
Eric Anholt
2011-08-16
1
-3
/
+20
*
i965/vs: Fix the types of array/struct dereferences.
Eric Anholt
2011-08-16
1
-0
/
+2
*
i965/vs: Use an appropriate swizzle on src regs from variables.
Eric Anholt
2011-08-16
1
-0
/
+4
*
i965/vs: Fix support for "IF" instructions by copying brw_fs_visitor.cpp.
Eric Anholt
2011-08-16
1
-4
/
+10
*
i965/vs: Disable loops for now until rendering is generally correct.
Eric Anholt
2011-08-16
1
-0
/
+2
*
i965/vs: Fix ir_swizzle handling.
Eric Anholt
2011-08-16
1
-1
/
+1
*
i965/vs: Allocate storage for "auto" variables just like temps.
Eric Anholt
2011-08-16
1
-0
/
+4
*
i965/vs: Allow scalar values in assignments, too.
Eric Anholt
2011-08-16
1
-1
/
+2
*
i965/vs: Don't emit an extra copy of the vertex position.
Eric Anholt
2011-08-16
1
-6
/
+8
*
i965/vs: Port the fix for clip plane writemasks from brw_vs_emit.c.
Eric Anholt
2011-08-16
1
-1
/
+1
*
i965/vs: Fix constant vector construction.
Eric Anholt
2011-08-16
1
-3
/
+3
*
i965/vs: Start adding support for uniforms
Eric Anholt
2011-08-16
1
-6
/
+144
*
i965: Start adding the VS visitor and codegen.
Eric Anholt
2011-08-16
1
-0
/
+1649