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_generator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Move dispatch_grf_start_reg and first_curbe_grf into stage_prog_data.
Eric Anholt
2014-07-02
1
-1
/
+1
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-13
/
+5
*
i965/vec4: Remove useless conditionals.
Matt Turner
2014-07-01
1
-6
/
+3
*
i965: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-2
/
+1
*
i965/disasm: Stop using gen8_disassemble in favor of brw_disassemble.
Kenneth Graunke
2014-06-30
1
-2
/
+1
*
i965: Replace 'struct brw_instruction' with 'brw_inst'.
Matt Turner
2014-06-26
1
-6
/
+6
*
i965: Extend is_haswell checks to gen >= 8 in Gen4-7 generators.
Kenneth Graunke
2014-06-26
1
-2
/
+2
*
i965: Convert vec4_generator to the new brw_inst API.
Kenneth Graunke
2014-06-26
1
-8
/
+8
*
i965/vec4: Combine generate_math[12]_gen6 methods.
Kenneth Graunke
2014-06-10
1
-21
/
+8
*
i965/vec4: Drop the generate_math2_gen7() method.
Kenneth Graunke
2014-06-10
1
-10
/
+1
*
i965: Rename brw_math to gen4_math.
Kenneth Graunke
2014-06-10
1
-14
/
+14
*
i965: Split Gen4-5 and Gen6+ MATH instruction emitters.
Kenneth Graunke
2014-06-10
1
-17
/
+7
*
i965: Emit compaction stats without walking the assembly.
Matt Turner
2014-06-02
1
-0
/
+6
*
i965: Move program header printing to end of generate_code().
Matt Turner
2014-06-02
1
-10
/
+8
*
i965: Move annotation info into generate code.
Matt Turner
2014-06-02
1
-14
/
+14
*
i965: Put '_default_' in the name of functions that set default state.
Kenneth Graunke
2014-06-02
1
-36
/
+36
*
i965: Don't use brw_set_conditionalmod in the FS and vec4 compilers.
Kenneth Graunke
2014-06-02
1
-4
/
+5
*
i965: Print disassembly after compaction.
Matt Turner
2014-05-24
1
-50
/
+22
*
i965: Add annotation data structure and support code.
Matt Turner
2014-05-24
1
-1
/
+1
*
i965: Pass in start_offset to brw_compact_instructions().
Matt Turner
2014-05-24
1
-1
/
+1
*
i965: Rename brw/gen8_dump_compile to brw/gen8_disassemble.
Kenneth Graunke
2014-05-18
1
-3
/
+3
*
i965: Pass brw_context and assembly separately to brw_dump_compile.
Matt Turner
2014-05-15
1
-3
/
+3
*
i965: Pull brw_compact_instructions() out of brw_get_program().
Matt Turner
2014-05-15
1
-0
/
+1
*
i965/vec4: Add support for the MAC instruction.
Juha-Pekka Heikkila
2014-04-16
1
-0
/
+3
*
i965: Add writes_accumulator flag
Juha-Pekka Heikkila
2014-04-16
1
-6
/
+1
*
i965: Move compiler debugging output to stderr.
Eric Anholt
2014-02-22
1
-13
/
+13
*
i965: Use the object label when available for INTEL_DEBUG=vs,gs,fs output.
Eric Anholt
2014-02-22
1
-1
/
+3
*
i965: support gl_InvocationID for gen7
Jordan Justen
2014-02-20
1
-0
/
+21
*
i965: Make sure that backend_reg::type and brw_reg::type are consistent for f...
Francisco Jerez
2014-02-19
1
-0
/
+2
*
i965: Unify fs_generator:: and vec4_generator::mark_surface_used as a free fu...
Francisco Jerez
2014-02-19
1
-15
/
+7
*
i965: Fix INTEL_DEBUG=vs for fixed-function/ARB programs.
Kenneth Graunke
2014-02-07
1
-2
/
+2
*
i965: Remove *_generator::shader field; use prog field instead.
Paul Berry
2014-01-23
1
-4
/
+2
*
i965: rename tex_ms to tex_cms
Topi Pohjolainen
2014-01-23
1
-2
/
+2
*
i965/vec4: Support arbitrarily large sampler state indices on Haswell+.
Kenneth Graunke
2014-01-22
1
-1
/
+18
*
i965/vec4: Refactor sampler message setup.
Kenneth Graunke
2014-01-22
1
-17
/
+22
*
i965: Modify some error messages to refer to "vec4" instead of "vs".
Paul Berry
2014-01-21
1
-4
/
+4
*
i965: Add shader opcode for sampling MCS surface
Chris Forbes
2013-12-07
1
-0
/
+5
*
i965: Merge together opcodes for SHADER_OPCODE_GEN4_SCRATCH_READ/WRITE
Eric Anholt
2013-10-30
1
-2
/
+2
*
i965/gen7: Implement code generation for untyped surface read instructions.
Francisco Jerez
2013-10-29
1
-0
/
+19
*
i965/gen7: Implement code generation for untyped atomic instructions.
Francisco Jerez
2013-10-29
1
-0
/
+22
*
i965/vs: Add support for shadow comparitors with gather4
Chris Forbes
2013-10-26
1
-2
/
+10
*
i965: Add SHADER_OPCODE_TG4_OFFSET for gather with nonconstant offsets.
Chris Forbes
2013-10-26
1
-1
/
+6
*
i965/gs: Fix up gl_PointSize input swizzling for DUAL_INSTANCED gs.
Paul Berry
2013-10-24
1
-0
/
+25
*
i965/vec4: Dynamically assign the VS/GS binding table offsets.
Eric Anholt
2013-10-15
1
-1
/
+1
*
i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.
Eric Anholt
2013-10-15
1
-7
/
+8
*
i965: Add Gen assertion checks for newer instructions.
Matt Turner
2013-10-07
1
-0
/
+11
*
i965: Generate code for ir_binop_carry and ir_binop_borrow.
Matt Turner
2013-10-07
1
-0
/
+12
*
i965: use gather slots in the binding table for gather4.
Chris Forbes
2013-10-03
1
-2
/
+6
*
i965: add SHADER_OPCODE_TG4
Chris Forbes
2013-10-03
1
-1
/
+5
*
i965: Rename brw_{fs,vec4}_emit.cpp to brw_{fs,vec4}_generator.cpp.
Kenneth Graunke
2013-09-18
1
-0
/
+1218