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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/blorp: Don't blend integer values during MSAA resolves
Jason Ekstrand
2016-05-10
1
-11
/
+19
*
meta/blit: Don't blend integer values during MSAA resolves
Jason Ekstrand
2016-05-10
1
-2
/
+11
*
i965/fs: Default all constants to a location of -1
Jason Ekstrand
2016-05-10
1
-6
/
+4
*
st/glsl_to_tgsi: attach image to correct instruction for samples
Dave Airlie
2016-05-11
1
-2
/
+2
*
mesa: move MESA_MAP_NOWAIT_BIT up away from GL_MAP_PERSISTENT_BIT
Dave Airlie
2016-05-11
1
-1
/
+1
*
mesa/meta: check for signed/unsigned int conversion for pbo getteximage
Dave Airlie
2016-05-11
1
-0
/
+3
*
i965: Handle BRW_OPCODE_DO on Gen6+ in brw_instruction_name().
Matt Turner
2016-05-10
1
-0
/
+6
*
ir_to_mesa: Emit smarter ir_binop_logic_or for vertex programs
Ian Romanick
2016-05-10
1
-15
/
+11
*
prog: Delete all remains of OPCODE_SNE, OPCODE_SEQ, OPCODE_SGT, and OPCODE_SLE
Ian Romanick
2016-05-10
8
-428
/
+0
*
ir_to_mesa: Do not emit OPCODE_SEQ or OPCODE_SNE
Ian Romanick
2016-05-10
1
-9
/
+64
*
ir_to_mesa: Do not emit OPCODE_SLE or OPCODE_SGT
Ian Romanick
2016-05-10
1
-2
/
+12
*
st/mesa: use transfer_inline_write for memcpy TexSubImage path
Marek Olšák
2016-05-10
1
-4
/
+39
*
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
*
i965/fs: optimize unpack double
Iago Toral Quiroga
2016-05-10
1
-4
/
+26
*
i965/fs: optimize pack double
Iago Toral Quiroga
2016-05-10
1
-0
/
+29
*
i965/fs/nir: translate double pack/unpack
Connor Abbott
2016-05-10
1
-0
/
+12
*
i965/fs: add a pass for lowering PACK opcodes
Connor Abbott
2016-05-10
4
-0
/
+62
*
i965/fs: add PACK opcode
Connor Abbott
2016-05-10
5
-1
/
+15
*
i965/fs: Introduce helper to extract a field from each channel of a register.
Francisco Jerez
2016-05-10
1
-0
/
+28
*
i965/fs: always pass the bitsize to brw_type_for_nir_type()
Connor Abbott
2016-05-10
1
-3
/
+9
*
i965/fs: add support for printing double immediates
Connor Abbott
2016-05-10
1
-0
/
+3
*
i965/fs: don't propagate 64-bit immediates
Connor Abbott
2016-05-10
1
-0
/
+2
*
i965/fs: use the NIR bit size when creating registers
Connor Abbott
2016-05-10
1
-8
/
+28
*
i965: fixup uniform setup for doubles
Connor Abbott
2016-05-10
1
-1
/
+6
*
i965: two-argument instructions can only use 32-bit immediates
Iago Toral Quiroga
2016-05-10
1
-0
/
+2
*
i965: fix brw_abs_immediate() for doubles
Iago Toral Quiroga
2016-05-10
1
-2
/
+4
[next]