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/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
*
i965: fix brw_saturate_immediate() for doubles
Iago Toral Quiroga
2016-05-10
1
-6
/
+27
*
i965: fix is_zero(), is_one() and is_negative_one() for doubles
Connor Abbott
2016-05-10
1
-4
/
+24
*
i965: fix brw_negate_immediate() for doubles
Connor Abbott
2016-05-10
1
-2
/
+4
*
i965/eu: add support for DF immediates
Connor Abbott
2016-05-10
1
-7
/
+21
*
i965: add support for disassembling DF immediates
Connor Abbott
2016-05-10
1
-1
/
+1
*
i965: add support for getting/setting DF immediates
Connor Abbott
2016-05-10
1
-0
/
+25
*
i965: add brw_imm_df
Connor Abbott
2016-05-10
2
-0
/
+10
*
i965/eu: Allow 3-src float ops with doubles
Topi Pohjolainen
2016-05-10
1
-6
/
+18
*
i965/disasm: fix disasm of 3-src doubles
Connor Abbott
2016-05-10
1
-0
/
+1
*
i965: Tell backend register about double precision type
Topi Pohjolainen
2016-05-10
1
-1
/
+2
*
i965: Determine size of double precision float register
Topi Pohjolainen
2016-05-10
1
-0
/
+1
*
i965: Lower DFRACEXP/DLDEXP
Topi Pohjolainen
2016-05-10
1
-0
/
+1
*
i965: use pack/unpackDouble lowering
Connor Abbott
2016-05-10
1
-0
/
+1
*
i965: use double lowering pass
Connor Abbott
2016-05-10
2
-0
/
+10
*
i965: enable lrp lowering for doubles
Samuel Iglesias Gonsálvez
2016-05-10
1
-0
/
+1
*
Revert "Revert "i965: Switch to scalar TCS by default.""
Kenneth Graunke
2016-05-09
1
-1
/
+1
*
i965: Actually assign binding table offsets for the TCS.
Kenneth Graunke
2016-05-09
1
-0
/
+5
*
i965: Clamp "Maximum VP Index" to 1 when gl_ViewportIndex isn't written.
Kenneth Graunke
2016-05-09
1
-3
/
+10
*
i965/hsw: Fix brw_store_data_imm*
Jordan Justen
2016-05-09
1
-10
/
+12
*
i965: Reimplement ARB_transform_feedback2 on Haswell and later.
Kenneth Graunke
2016-05-09
5
-12
/
+318
*
i965: Add a brw_load_register_reg64 helper.
Kenneth Graunke
2016-05-09
2
-0
/
+20
*
i965: Only enable ARB_query_buffer_object for newer kernels on Haswell.
Kenneth Graunke
2016-05-09
3
-1
/
+15
*
Revert "i965: Always use Y-tiled buffers on SKL+"
Daniel Stone
2016-05-09
4
-30
/
+8
*
Revert "i965: Switch to scalar TCS by default."
Kenneth Graunke
2016-05-05
1
-1
/
+1
*
i965/fs: Move handling of samples_identical into the switch statement
Jason Ekstrand
2016-05-05
1
-21
/
+19
*
i965/fs: Simplify texture destination fixups
Jason Ekstrand
2016-05-05
1
-21
/
+11
*
i965/fs: stop inclinding glsl/ir.h in brw_fs.h
Jason Ekstrand
2016-05-05
2
-1
/
+1
*
i965/fs: Merge nir_emit_texture and emit_texture
Jason Ekstrand
2016-05-05
3
-238
/
+162
*
i965: Switch to scalar TCS by default.
Kenneth Graunke
2016-05-05
1
-1
/
+1
*
i965: Rework passthrough TCS checks.
Kenneth Graunke
2016-05-05
4
-2
/
+5
[next]