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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Fix register types in dump_instructions(), again.
Kenneth Graunke
2014-03-14
1
-1
/
+1
*
i965: Merge resolving of shader program source
Topi Pohjolainen
2014-03-05
1
-1
/
+1
*
i965: Assert array index on access to vec4_visitor's arrays.
Petri Latvala
2014-02-28
1
-0
/
+2
*
i965: Move compiler debugging output to stderr.
Eric Anholt
2014-02-22
1
-48
/
+48
*
i965: Refactor debug dumping of GLSL IR.
Eric Anholt
2014-02-22
1
-11
/
+2
*
i965: Stop throwing away our double precision for time calculations.
Eric Anholt
2014-02-21
1
-1
/
+1
*
i965: Make sure that backend_reg::type and brw_reg::type are consistent for f...
Francisco Jerez
2014-02-19
1
-0
/
+2
*
i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...
Francisco Jerez
2014-02-19
1
-38
/
+13
*
i965/vec4: Add constructor of src_reg from a fixed hardware reg.
Francisco Jerez
2014-02-19
1
-0
/
+8
*
i965/vec4: Fix confusion between SWIZZLE and BRW_SWIZZLE macros.
Francisco Jerez
2014-02-12
1
-1
/
+1
*
i965: Fix register types in dump_instructions().
Kenneth Graunke
2014-02-05
1
-1
/
+1
*
i965: rename tex_ms to tex_cms
Topi Pohjolainen
2014-01-23
1
-1
/
+1
*
i965: Print reg_offset for vgrf of size > 1 in dump_instruction().
Matt Turner
2014-01-21
1
-1
/
+1
*
i965: Add GS support to INTEL_DEBUG=shader_time.
Paul Berry
2014-01-21
1
-3
/
+3
*
i965: Create a new vec4 backend for Broadwell.
Kenneth Graunke
2014-01-18
1
-5
/
+11
*
i965: Stop doing our optimization on a copy of the GLSL IR.
Eric Anholt
2014-01-17
1
-2
/
+2
*
i965: Add shader opcode for sampling MCS surface
Chris Forbes
2013-12-07
1
-0
/
+1
*
i965: Print conditional mod in dump_instruction().
Matt Turner
2013-12-04
1
-1
/
+5
*
i965: Print argument types in dump_instruction().
Matt Turner
2013-12-04
1
-1
/
+5
*
i965/vec4: Don't print swizzles for immediate values.
Matt Turner
2013-12-04
1
-4
/
+6
*
i965/vec4: Print negate and absolute value for src args.
Matt Turner
2013-12-04
1
-0
/
+7
*
i965/vec4: Add support for printing HW_REGs in dump_instruction().
Matt Turner
2013-12-04
1
-0
/
+60
*
i965: Don't print extra (null) arguments in dump_instruction().
Matt Turner
2013-12-04
1
-2
/
+2
*
i965/cfg: Clean up cfg_t constructors.
Matt Turner
2013-12-04
1
-1
/
+1
*
i965: Add a pass to remove dead control flow.
Matt Turner
2013-11-20
1
-0
/
+2
*
i965/vec4: Add invalidate_live_intervals method.
Matt Turner
2013-11-20
1
-4
/
+4
*
i965: Add a 'has_side_effects' back-end instruction predicate.
Francisco Jerez
2013-11-04
1
-1
/
+1
*
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
/
+1
*
i965/gen7: Implement code generation for untyped atomic instructions.
Francisco Jerez
2013-10-29
1
-0
/
+2
*
i965: Add SHADER_OPCODE_TG4_OFFSET for gather with nonconstant offsets.
Chris Forbes
2013-10-26
1
-0
/
+1
*
i965/vec4: if register allocation fails, don't try to schedule.
Paul Berry
2013-10-24
1
-1
/
+1
*
i965/vec4: Add the ability for attributes to be interleaved.
Paul Berry
2013-10-24
1
-4
/
+24
*
i965/vec4: Extract function to set up vec4 prog key for precompiling.
Paul Berry
2013-10-24
1
-0
/
+22
*
i965/vec4: Remove uses_clip_distance from program key.
Paul Berry
2013-10-24
1
-1
/
+1
*
i965: Move the common binding table offset code to brw_shader.cpp.
Eric Anholt
2013-10-15
1
-32
/
+1
*
i965/vec4: Dynamically assign the VS/GS binding table offsets.
Eric Anholt
2013-10-15
1
-5
/
+24
*
i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.
Eric Anholt
2013-10-15
1
-1
/
+15
*
i965: Don't copy prop source mods into instructions that can't take them.
Matt Turner
2013-10-14
1
-0
/
+3
*
i965: Fixup for don't dead-code eliminate instructions that write to the accu...
Matt Turner
2013-10-07
1
-2
/
+1
*
i965: Don't dead-code eliminate instructions that write to the accumulator.
Matt Turner
2013-10-07
1
-1
/
+15
*
i965: add SHADER_OPCODE_TG4
Chris Forbes
2013-10-03
1
-0
/
+1
*
i965/vs: Detect GRF sources in split_virtual_grfs send-from-GRF code.
Kenneth Graunke
2013-08-30
1
-2
/
+6
*
i965/vs: Fix regression on pre-gen6 with no VS uniforms in use.
Eric Anholt
2013-08-30
1
-0
/
+1
*
i965/gs: Add GS_OPCODE_THREAD_END.
Paul Berry
2013-08-23
1
-0
/
+1
*
i965/gs: Add GS_OPCODE_URB_WRITE.
Paul Berry
2013-08-23
1
-0
/
+2
*
i965/vec4: Virtualize setup_payload instead of setup_attributes.
Paul Berry
2013-08-23
1
-1
/
+1
*
i965/vec4: Allow for dispatch_grf_start_reg to vary.
Paul Berry
2013-08-23
1
-1
/
+3
*
i965/vec4: Move vec4 data structures and functions to brw_vec4.{cpp,h}.
Paul Berry
2013-08-23
1
-0
/
+27
*
i965: Stop including brw_vs.h from brw_vec4.h.
Paul Berry
2013-08-23
1
-0
/
+1
[next]