index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/gen9: Setup MCS for compressed texture surfaces
Topi Pohjolainen
2016-05-12
1
-4
/
+5
*
i965/blorp: Do not resolve lossless compressed blit sources
Topi Pohjolainen
2016-05-12
1
-1
/
+1
*
i965/blorp: Prepare blits for lossless compression
Topi Pohjolainen
2016-05-12
2
-6
/
+22
*
i965: Deferred allocation of mcs for lossless compressed
Topi Pohjolainen
2016-05-12
4
-0
/
+66
*
i965: Add flag telling if miptree is for client consumption
Topi Pohjolainen
2016-05-12
2
-3
/
+13
*
i965: Add helper for lossless compression support
Topi Pohjolainen
2016-05-12
2
-0
/
+30
*
i965/gen9: Prepare surface state setup for lossless compression
Topi Pohjolainen
2016-05-12
3
-1
/
+5
*
i965/gen8: Expose auxiliary mode resolver
Topi Pohjolainen
2016-05-12
2
-5
/
+6
*
i965: Relax assertion of halign == 16 for lossless compressed aux
Topi Pohjolainen
2016-05-12
1
-1
/
+6
*
i965/blorp: Set full resolve for lossless compressed
Topi Pohjolainen
2016-05-12
2
-2
/
+8
*
i965/blorp: Do not skip fast color clear with new color
Topi Pohjolainen
2016-05-12
3
-4
/
+17
*
i965: Enable scalar GS by default.
Kenneth Graunke
2016-05-12
1
-1
/
+1
*
i965: Reduce the SIMD8 GS push constant threshold from 32 to 24.
Kenneth Graunke
2016-05-12
1
-2
/
+2
*
i965: Delete bogus assertion in emit_gs_input_load().
Kenneth Graunke
2016-05-12
1
-1
/
+0
*
i965: Support instanced GS inputs in the scalar backend.
Kenneth Graunke
2016-05-12
2
-6
/
+36
*
i965: Use an early return for the push case in emit_gs_input_load().
Kenneth Graunke
2016-05-12
1
-31
/
+34
*
i965: Drop BRW_NEW_BLORP from stipple and line parameter packets.
Kenneth Graunke
2016-05-12
1
-8
/
+4
*
i965: Stop splitting fma() prior to optimization
Jason Ekstrand
2016-05-11
1
-5
/
+0
*
nir/lower-io: add support for lowering inputs
Rob Clark
2016-05-11
1
-1
/
+3
*
nir: rename lower_outputs_to_temporaries -> lower_io_to_temporaries
Rob Clark
2016-05-11
1
-1
/
+1
*
nir: move callsite of lower_outputs_to_temporaries
Rob Clark
2016-05-11
1
-0
/
+1
*
i965/blorp: Don't blend integer values during MSAA resolves
Jason Ekstrand
2016-05-10
1
-11
/
+19
*
i965/fs: Default all constants to a location of -1
Jason Ekstrand
2016-05-10
1
-6
/
+4
*
i965: Handle BRW_OPCODE_DO on Gen6+ in brw_instruction_name().
Matt Turner
2016-05-10
1
-0
/
+6
*
prog: Delete all remains of OPCODE_SNE, OPCODE_SEQ, OPCODE_SGT, and OPCODE_SLE
Ian Romanick
2016-05-10
1
-148
/
+0
*
i965/fs: fix MOV_INDIRECT exec_size for doubles
Samuel Iglesias Gonsálvez
2016-05-10
1
-1
/
+9
*
i965/fs: take into account doubles when calculating read_size for MOV_INDIRECT
Samuel Iglesias Gonsálvez
2016-05-10
1
-2
/
+3
*
i965/fs: demote_pull_constants() did not take into account double types
Samuel Iglesias Gonsálvez
2016-05-10
1
-1
/
+8
*
i965/fs: push first double-based uniforms in push constant buffer
Samuel Iglesias Gonsálvez
2016-05-10
1
-30
/
+82
*
i965/fs: recognize writes with a subreg_offset > 0 as partial
Iago Toral Quiroga
2016-05-10
1
-1
/
+2
*
i965/fs/lower_simd_width: Fix registers written for split instructions
Iago Toral Quiroga
2016-05-10
1
-2
/
+2
*
i965/fs: rename our lower_d2f pass to lower_d2x
Iago Toral Quiroga
2016-05-10
4
-4
/
+4
*
i965/fs: implement i2d and u2d
Iago Toral Quiroga
2016-05-10
1
-0
/
+2
*
i965/fs: implement d2i and d2u
Iago Toral Quiroga
2016-05-10
2
-1
/
+5
*
i965/fs: implement d2b
Iago Toral Quiroga
2016-05-10
1
-0
/
+13
*
i965/fs: implement fsign() for doubles
Iago Toral Quiroga
2016-05-10
1
-17
/
+76
*
i965/fs: add null_reg_df
Iago Toral Quiroga
2016-05-10
1
-0
/
+7
*
i965/fs: We only support 32-bit integer ALU operations for now
Iago Toral Quiroga
2016-05-10
1
-3
/
+29
*
i965/fs: handle fp64 opcodes in brw_do_channel_expressions
Iago Toral Quiroga
2016-05-10
1
-9
/
+14
*
i965/fs: add support for f2d and d2f
Connor Abbott
2016-05-10
1
-0
/
+2
*
i965/fs: add a pass for legalizing d2f
Connor Abbott
2016-05-10
4
-0
/
+81
*
i965/fs: fix dst width calculation in CSE
Connor Abbott
2016-05-10
1
-1
/
+2
*
i965/fs: fix regs_written in LOAD_PAYLOAD for doubles
Connor Abbott
2016-05-10
1
-2
/
+6
*
i965/fs: fix is_copy_payload() for doubles
Connor Abbott
2016-05-10
1
-1
/
+1
*
i965/fs: fix compares for doubles
Connor Abbott
2016-05-10
1
-3
/
+31
*
i965/fs: extend exec_size halving in the generator
Connor Abbott
2016-05-10
1
-6
/
+10
*
i965/fs: fix assign_constant_locations() for doubles
Connor Abbott
2016-05-10
1
-2
/
+6
*
i965/fs: use byte_offset() in offset() for uniforms
Connor Abbott
2016-05-10
1
-3
/
+1
*
i965/fs: handle uniforms in byte_offset()
Connor Abbott
2016-05-10
1
-1
/
+5
*
i965/fs: fix type_size() for doubles
Connor Abbott
2016-05-10
1
-1
/
+2
[prev]
[next]