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: add new VS_OPCODE_UNPACK_FLAGS_SIMD4X2
Chris Forbes
2013-08-16
1
-0
/
+23
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-2
/
+0
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-19
/
+19
*
i965: Move intel_context::is_<platform> flags to brw_context.
Kenneth Graunke
2013-07-09
1
-3
/
+3
*
i965/vs: Combine code generation's inst->opcode switch statements.
Kenneth Graunke
2013-06-26
1
-163
/
+166
*
i965/vs: Use the MAD instruction when possible.
Eric Anholt
2013-06-10
1
-0
/
+4
*
i965/vs: Add support for bit instructions.
Matt Turner
2013-05-06
1
-0
/
+29
*
i965/vs: Add support for LRP instruction.
Matt Turner
2013-04-25
1
-0
/
+4
*
i965/vs: Don't hardcode DEBUG_VS in generic vec4 code.
Paul Berry
2013-04-11
1
-7
/
+9
*
i965/vs: rename vec4_generator::generate_vs_instruction.
Paul Berry
2013-04-11
1
-4
/
+4
*
i965/vs: Generalize data structures pointed to by vec4_generator.
Paul Berry
2013-04-11
1
-5
/
+4
*
i965/vs: Rename vec4_generator::prog to shader_prog.
Paul Berry
2013-04-11
1
-4
/
+4
*
i965/vs: Use GRFs for pull constant offsets on gen7.
Eric Anholt
2013-04-10
1
-17
/
+28
*
i965/vs: Add a pass to set dependency control fields on instructions.
Eric Anholt
2013-04-01
1
-0
/
+15
*
i965/vs: Use a send from a 2-register VGRF for shader time writes.
Eric Anholt
2013-03-28
1
-2
/
+1
*
i965/fs: Switch shader_time writes to using GRFs.
Eric Anholt
2013-03-28
1
-1
/
+2
*
i965: add a new virtual opcode: SHADER_OPCODE_TXF_MS
Chris Forbes
2013-03-02
1
-0
/
+7
*
i965: Remove writemask support from brw_SAMPLE().
Eric Anholt
2013-02-13
1
-1
/
+0
*
i965: Disable write masking when setting up texturing m0.
Eric Anholt
2013-02-04
1
-1
/
+3
*
i965/vs/gen7: Emit code for GLSL ES 3.00 pack/unpack operations (v3)
Chad Versace
2013-01-24
1
-0
/
+8
*
i965: Use Haswell's sample_d_c for textureGrad with shadow samplers.
Kenneth Graunke
2013-01-07
1
-2
/
+7
*
i965: Add a debug flag for counting cycles spent in each compiled shader.
Eric Anholt
2012-12-05
1
-0
/
+4
*
i965: Add a flag for instructions with normal writemasking disabled.
Eric Anholt
2012-12-05
1
-0
/
+1
*
i965: Add a header_present flag for setting up dp read messages.
Eric Anholt
2012-12-04
1
-0
/
+2
*
i965/vs: Fix uninitialized shader pointer used in debug output.
Eric Anholt
2012-12-03
1
-0
/
+2
*
i965/vs: Move struct brw_compile (p) entirely inside vec4_generator.
Kenneth Graunke
2012-11-28
1
-1
/
+3
*
i965/vs: Split final assembly code generation out of vec4_visitor.
Kenneth Graunke
2012-11-28
1
-40
/
+64
*
i965/vs: Abort on unsupported opcodes rather than failing.
Kenneth Graunke
2012-11-28
1
-3
/
+4
*
i965/vs: Move some functions from brw_vec4_emit.cpp to brw_vec4.cpp.
Kenneth Graunke
2012-11-28
1
-263
/
+0
*
i965: emit w/a for packed attribute formats in VS
Chris Forbes
2012-11-26
1
-0
/
+2
*
i965/vs: Don't lose attribute type when converting ATTR to FIXED_HW_REG.
Kenneth Graunke
2012-11-19
1
-0
/
+1
*
i965: Remove duplicate brw_opcodes table in favor of opcode_descs.
Kenneth Graunke
2012-11-15
1
-2
/
+2
*
i965/vs: Remove support for the old parameter layout.
Kenneth Graunke
2012-11-01
1
-1
/
+0
*
i965/vs: Replace brw_vs_emit.c with dumping code into the vec4_visitor.
Kenneth Graunke
2012-11-01
1
-19
/
+49
*
i965/vs: Add support for emitting DPH opcodes.
Kenneth Graunke
2012-11-01
1
-0
/
+4
*
i965/vs: Only do INTEL_DEBUG=perf when there's a GLSL shader.
Kenneth Graunke
2012-11-01
1
-3
/
+2
*
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
[next]