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_emit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vs: Add support for splitting virtual GRFs.
Eric Anholt
2012-10-10
1
-0
/
+1
*
i965/vs: Try again when we've successfully spilled a reg.
Eric Anholt
2012-10-10
1
-1
/
+4
*
i965/vs: Implement register spilling.
Kenneth Graunke
2012-10-10
1
-0
/
+14
*
i965: Remove brw_set_predicate_inverse(p, true) from scratch offset code
Kenneth Graunke
2012-09-21
1
-1
/
+0
*
i965: Move program dump to a helper function in brw_eu.c.
Eric Anholt
2012-09-17
1
-23
/
+6
*
i965/vs: Add VS program key dumping to INTEL_DEBUG=perf.
Kenneth Graunke
2012-08-27
1
-1
/
+2
*
i965: Fix the scaling of seconds to ms in perf debug.
Eric Anholt
2012-08-13
1
-1
/
+1
*
i965: Add perf debug for stalls during shader compiles.
Eric Anholt
2012-08-12
1
-2
/
+18
*
i965: Add performance debug for shader recompiles.
Eric Anholt
2012-08-12
1
-0
/
+6
*
i965/vs: Protect pow(x,y) MOV of y on gen4 from other instruction flags.
Eric Anholt
2012-08-08
1
-0
/
+4
*
i965: Drop the confusing saturate argument to math instruction setup.
Eric Anholt
2012-08-08
1
-3
/
+0
*
i965/vs: Add a surface index to VS_OPCODE_PULL_CONSTANT instructions.
Eric Anholt
2012-08-07
1
-7
/
+12
*
i965: Split the VS binding table to a separate table.
Eric Anholt
2012-02-21
1
-1
/
+1
*
i965: Move VUE map computation to once at VS compile time.
Eric Anholt
2012-02-21
1
-1
/
+1
*
i965/vs: Use the sampler for VS pull constant loading on Ivybridge.
Kenneth Graunke
2012-01-26
1
-0
/
+17
*
i965/vs: Take attributes into account when deciding urb_entry_size.
Kenneth Graunke
2012-01-18
1
-0
/
+8
*
i965: Don't make consumers of brw_CONT/brw_WHILE track if depth in loop.
Eric Anholt
2011-12-21
1
-21
/
+2
*
i965: Don't make consumers of brw_WHILE do pre-gen6 BREAK/CONT patching.
Eric Anholt
2011-12-21
1
-29
/
+4
*
i965: Don't make consumers of brw_DO()/brw_WHILE() track loop start.
Eric Anholt
2011-12-21
1
-1
/
+1
*
i965: Drop unused do_insn argument from gen6_CONT().
Eric Anholt
2011-12-21
1
-1
/
+1
*
i965/vs: Add support for texel offsets.
Kenneth Graunke
2011-12-19
1
-1
/
+17
*
i965/vs: Implement vec4_visitor::generate_tex().
Kenneth Graunke
2011-12-19
1
-0
/
+106
*
i965: Add support for gl_VertexID and gl_InstanceID.
Eric Anholt
2011-11-11
1
-1
/
+10
*
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
[next]