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: Pass number of components explicitly to brw_untyped_atomic and _surface...
Francisco Jerez
2015-03-20
1
-3
/
+2
*
i965: Don't disable exec masking for sampler message sends.
Francisco Jerez
2015-03-20
1
-4
/
+4
*
i965: Factor out logic to build a send message instruction with indirect desc...
Francisco Jerez
2015-03-20
1
-29
/
+8
*
i965/skl: Send a message header when doing constant loads SIMD4x2
Neil Roberts
2015-03-17
1
-6
/
+26
*
i965: Add missing defines for render cache messages.
Francisco Jerez
2015-03-02
1
-1
/
+1
*
i965/vec4: Add and use byte-MOV instruction for unpack 4x8.
Matt Turner
2015-02-19
1
-0
/
+16
*
i965/vec4: Silence unused parameter warnings
Ian Romanick
2015-02-17
1
-3
/
+2
*
i965: Move up fs_inst::flag_subreg to backend_instruction.
Francisco Jerez
2015-02-10
1
-0
/
+1
*
i965/emit: Do the sampler index adjustment directly in header.0.3
Jason Ekstrand
2015-01-22
1
-1
/
+1
*
i965/vec4: Fix fprintf argument ordering.
Matt Turner
2015-01-21
1
-2
/
+2
*
i965: Fix "vertex" vs. "geometry" and "VS" vs. "GS" in debug output.
Kenneth Graunke
2015-01-14
1
-7
/
+14
*
i965/skl: Always use a header for SIMD4x2 sampler messages
Kristian Høgsberg
2015-01-08
1
-4
/
+12
*
i965: Rename brw_vec4_prog_data/key to brw_bue_prog_data/key
Kristian Høgsberg
2014-12-10
1
-2
/
+2
*
i965: Give compile stats through KHR_debug.
Matt Turner
2014-12-05
1
-0
/
+10
*
i965/gs: Avoid DW * DW mul
Ben Widawsky
2014-12-05
1
-2
/
+6
*
i965/vec4: Allow CSE on uniform-vec4 expansion MOVs.
Matt Turner
2014-12-05
1
-0
/
+1
*
i965/vec4: Handle destination writemasks in VEC4_OPCODE_PACK_BYTES.
Matt Turner
2014-11-25
1
-2
/
+13
*
i965/vec4: Add VEC4_OPCODE_PACK_4_BYTES.
Matt Turner
2014-11-25
1
-0
/
+35
*
i965/vec4: Add vector float immediate infrastructure.
Matt Turner
2014-11-25
1
-0
/
+3
*
i965: Don't overwrite the math function with conditional mod.
Matt Turner
2014-11-24
1
-1
/
+2
*
i965: Assert that math instructions don't have conditional mod.
Matt Turner
2014-11-24
1
-0
/
+2
*
i965: Combine offset/texture_offset fields.
Matt Turner
2014-11-21
1
-3
/
+3
*
i965: Use BRW_MATH_DATA_SCALAR when source regioning is scalar.
Matt Turner
2014-09-29
1
-2
/
+0
*
i965/gen6/gs: Add an additional parameter to the FF_SYNC opcode.
Samuel Iglesias Gonsalvez
2014-09-19
1
-6
/
+11
*
i965/gen6/gs: implement GS_OPCODE_FF_SYNC_SET_PRIMITIVES opcode
Samuel Iglesias Gonsalvez
2014-09-19
1
-0
/
+25
*
i965/gen6/gs: implement GS_OPCODE_SVB_SET_DST_INDEX opcode
Samuel Iglesias Gonsalvez
2014-09-19
1
-0
/
+18
*
i965/gen6/gs: implement GS_OPCODE_SVB_WRITE opcode
Samuel Iglesias Gonsalvez
2014-09-19
1
-0
/
+42
*
i965/gen6/gs: Implement GS_OPCODE_SET_PRIMITIVE_ID.
Iago Toral Quiroga
2014-09-19
1
-0
/
+16
*
i965/gen6/gs: Implement GS_OPCODE_SET_DWORD_2.
Iago Toral Quiroga
2014-09-19
1
-8
/
+4
*
i965/gen6/gs: Add instruction URB flags to geometry shaders EOT message.
Iago Toral Quiroga
2014-09-19
1
-1
/
+1
*
i965/gen6/gs: Implement GS_OPCODE_URB_WRITE_ALLOCATE.
Iago Toral Quiroga
2014-09-19
1
-0
/
+30
*
i965/gen6/gs: Implement GS_OPCODE_FF_SYNC.
Iago Toral Quiroga
2014-09-19
1
-0
/
+45
*
i965/vec4/fs: Count loops in shader debug
Abdiel Janulgue
2014-08-31
1
-2
/
+4
*
i965/vec4: inline generate_vec4_instruction() within generate_code()
Abdiel Janulgue
2014-08-31
1
-313
/
+296
*
i965: Pass a cfg pointer to generate_{code,assembly}.
Matt Turner
2014-08-18
1
-8
/
+4
*
i965/vec4: Add support for non-const sampler indices in generator
Chris Forbes
2014-08-15
1
-1
/
+51
*
i965/vec4: Refactor generate_tex in prep for non-const samplers
Chris Forbes
2014-08-15
1
-22
/
+25
*
i965: Extract helper function for surface state pointer adjustment
Chris Forbes
2014-08-15
1
-16
/
+1
*
i965/vec4: Generate indirect sends for nonconstant UBO array access
Chris Forbes
2014-08-15
1
-15
/
+62
*
i965/vec4: Drop gen <= 7 assertion in pull constant load handling.
Kenneth Graunke
2014-08-12
1
-1
/
+0
*
i965/vec4: Port Gen8 SET_VERTEX_COUNT handling to vec4_generator.
Kenneth Graunke
2014-08-12
1
-18
/
+25
*
i965/vec4/Gen4-7: Use src1 for sampler_index instead of ->sampler field
Chris Forbes
2014-08-09
1
-6
/
+12
*
i965/eu: Merge brw_CONT and gen6_CONT.
Kenneth Graunke
2014-08-08
1
-5
/
+1
*
i965: Replace sizeof(struct gen7_sampler_state) with the size itself.
Kenneth Graunke
2014-08-02
1
-2
/
+2
*
i965: Use immediate storage in brw_reg for visitor regs.
Matt Turner
2014-07-05
1
-3
/
+3
*
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
[next]