index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_vec4_emit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Enable faster workaround-free math on Ivybridge.
Kenneth Graunke
2011-11-07
1
-2
/
+17
*
i965: Add support for integral vertex attributes.
Paul Berry
2011-11-02
1
-0
/
+1
*
i965: Rename pixel_scoreboard_clear to last_render_target for clarity.
Kenneth Graunke
2011-10-18
1
-1
/
+1
*
i965: Use Ivybridge's "Legacy Data Port" for reads/writes.
Kenneth Graunke
2011-10-18
1
-1
/
+3
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-1
/
+1
*
i965: Make brw_compute_vue_map's userclip dependency a boolean.
Paul Berry
2011-10-06
1
-1
/
+1
*
i965: Reverse the operands for INT DIV prior to Gen6.
Kenneth Graunke
2011-10-02
1
-2
/
+15
*
i965/vs: Implement integer quotient and remainder math operations.
Kenneth Graunke
2011-10-02
1
-1
/
+3
*
i965/gen6: Fix assign instead of compare in assert
Chris Wilson
2011-09-30
1
-1
/
+1
*
i965 new VS: don't share clip plane constants in pre-GEN6
Paul Berry
2011-09-28
1
-18
/
+3
*
i965: Don't upload clip planes when gl_ClipDistance is in use.
Paul Berry
2011-09-23
1
-1
/
+1
*
i965/vs: Add support for compute-to-MRF.
Eric Anholt
2011-09-20
1
-0
/
+1
*
i965/vs: Handle destinations in the MRF file.
Eric Anholt
2011-09-20
1
-0
/
+6
*
i965/vs: Add support for simple algebraic optimizations.
Eric Anholt
2011-09-20
1
-0
/
+1
*
i965/vs: Add constant propagation to a few opcodes.
Eric Anholt
2011-09-08
1
-0
/
+1
*
i965/vs: Add support for overflowing the number of available push constants.
Eric Anholt
2011-09-08
1
-0
/
+1
*
i965/vs: Pack uniform registers before optimization
Eric Anholt
2011-09-08
1
-1
/
+1
*
i965/vs: Use write commits on scratch writes in pre-gen6.
Eric Anholt
2011-09-06
1
-2
/
+22
*
i965/vs: Fix message setup for array read/writes on pre-gen6.
Eric Anholt
2011-09-06
1
-18
/
+14
*
i965/vs: Fix constant-indexed array read/write addresses on pre-gen6.
Eric Anholt
2011-09-06
1
-1
/
+1
*
i965/vs: Make pre-gen6 math operate in vector mode instead of scalar.
Eric Anholt
2011-09-06
1
-1
/
+1
*
i965/vs: Fix copy-and-paste disaster in pre-gen6 POW support.
Eric Anholt
2011-09-06
1
-5
/
+0
*
i965/vs: Fix NULL pointer dereference in pre-Gen6 push constant loading.
Kenneth Graunke
2011-09-02
1
-2
/
+2
*
i965/vs: Fix GL_FIXED setup when a writemask is present.
Eric Anholt
2011-08-30
1
-13
/
+12
*
i965/vs: Pack live uniform vectors together in the push constant upload.
Eric Anholt
2011-08-30
1
-3
/
+2
*
i965/vs: Add support for pull constant loads for uniform arrays.
Eric Anholt
2011-08-30
1
-1
/
+45
*
i965: Use native integer uniforms when the new VS backend is in use.
Eric Anholt
2011-08-30
1
-1
/
+0
*
i965: Fix Android build by removing relative includes
Chad Versace
2011-08-30
1
-1
/
+1
*
i965/vs: Add simple dead code elimination.
Eric Anholt
2011-08-19
1
-0
/
+6
*
i965/vs: Fix multiplies to actually do 32-bit multiplies.
Eric Anholt
2011-08-16
1
-0
/
+5
*
i965/vs: Remove remaining use of foreach_iter.
Eric Anholt
2011-08-16
1
-7
/
+3
*
i965/vs: Fix abs/negate handling on attributes.
Eric Anholt
2011-08-16
1
-2
/
+9
*
i965/vs: Run the shader backend at link time and return compile failures.
Eric Anholt
2011-08-16
1
-9
/
+3
*
i965/vs: Fix the trivial register allocator's failure path.
Eric Anholt
2011-08-16
1
-0
/
+3
*
i965/vs: Add support for GL_FIXED attributes.
Eric Anholt
2011-08-16
1
-0
/
+12
*
i965/vs: Fix access of attribute arrays.
Eric Anholt
2011-08-16
1
-1
/
+2
*
i965/vs: Add support for ir_binop_pow.
Eric Anholt
2011-08-16
1
-5
/
+58
*
i965/vs: Respect the gen6 limitation that math opcodes can't be align16.
Eric Anholt
2011-08-16
1
-0
/
+9
*
i965/vs: Add support for scratch read/write codegen.
Eric Anholt
2011-08-16
1
-2
/
+142
*
i965/vs: Move virtual GRFs with array accesses to them to scratch space.
Eric Anholt
2011-08-16
1
-1
/
+9
*
i965/vs: Add support for if(any_nequal()) and if(all_equal()) on gen6.
Eric Anholt
2011-08-16
1
-1
/
+2
*
i965/vs: Add support for dot product opcodes.
Eric Anholt
2011-08-16
1
-0
/
+12
*
i965/vs: Drop the assertion about dst.reg_offset == 0.
Eric Anholt
2011-08-16
1
-1
/
+0
*
i965/vs: Fix support for zero uniforms in use.
Eric Anholt
2011-08-16
1
-1
/
+2
*
i965/vs: Start adding support for uniforms
Eric Anholt
2011-08-16
1
-17
/
+56
*
i965: Start adding the VS visitor and codegen.
Eric Anholt
2011-08-16
1
-0
/
+568