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: move the group field from fs_inst to backend_instruction.
Iago Toral Quiroga
2017-01-03
3
-9
/
+10
*
i965/vec4: add a horiz_offset() helper
Iago Toral Quiroga
2017-01-03
1
-0
/
+12
*
i965/vec4: handle 32 and 64 bit channels in liveness analysis
Juan A. Suarez Romero
2017-01-03
5
-53
/
+50
*
i965/vec4: dump the instruction execution size
Iago Toral Quiroga
2017-01-03
1
-1
/
+2
*
i965/vec4: use the IR's execution size
Iago Toral Quiroga
2017-01-03
1
-0
/
+1
*
i965/vec4: fix regs_read() for doubles
Iago Toral Quiroga
2017-01-03
1
-2
/
+2
*
i965/vec4: fix size_written for doubles
Iago Toral Quiroga
2017-01-03
1
-1
/
+2
*
i965: move exec_size from fs_instruction to backend_instruction
Iago Toral Quiroga
2017-01-03
3
-7
/
+8
*
i965/vec4: use the new helper function to create double immediates
Samuel Iglesias Gonsálvez
2017-01-03
1
-1
/
+1
*
i965/vec4: add a helper function to create double immediates
Iago Toral Quiroga
2017-01-03
2
-0
/
+40
*
i965/vec4: fix optimize predicate for doubles
Iago Toral Quiroga
2017-01-03
1
-2
/
+4
*
i965/vec4: implement fsign() for doubles
Iago Toral Quiroga
2017-01-03
1
-15
/
+49
*
i965/vec4: implement d2b
Iago Toral Quiroga
2017-01-03
1
-0
/
+18
*
i965/vec4: implement d2i, d2u, i2d and u2d
Iago Toral Quiroga
2017-01-03
1
-0
/
+14
*
i965/vec4: implement HW workaround for align16 double to float conversion
Iago Toral Quiroga
2017-01-03
1
-0
/
+11
*
i965/vec4: add helpers for conversions to/from doubles
Iago Toral Quiroga
2017-01-03
2
-20
/
+41
*
i965/vec4: Rename DF to/from F generator opcodes
Iago Toral Quiroga
2017-01-03
6
-20
/
+20
*
i965/vec4: fix register allocation for 64-bit undef sources
Iago Toral Quiroga
2017-01-03
1
-1
/
+2
*
i965/vec4: make opt_vector_float ignore doubles
Iago Toral Quiroga
2017-01-03
1
-0
/
+1
*
i965/vec4: fix get_nir_dest() to use DF type for 64-bit destinations
Iago Toral Quiroga
2017-01-03
1
-0
/
+4
*
i965/vec4: fix indentation in get_nir_src()
Iago Toral Quiroga
2017-01-03
1
-2
/
+2
*
i965/vec4/nir: implement double comparisons
Iago Toral Quiroga
2017-01-03
1
-3
/
+19
*
i965/vec4: implement double packing
Iago Toral Quiroga
2017-01-03
1
-0
/
+11
*
i965/vec4: implement double unpacking
Iago Toral Quiroga
2017-01-03
1
-0
/
+12
*
i965/vec4: don't copy propagate vector opcodes that operate in align1 mode
Iago Toral Quiroga
2017-01-03
1
-0
/
+24
*
i965/vec4: Fix DCE for VEC4_OPCODE_SET_{LOW,HIGH}_32BIT
Iago Toral Quiroga
2017-01-03
2
-1
/
+8
*
i965/vec4: add VEC4_OPCODE_SET_{LOW,HIGH}_32BIT opcodes
Iago Toral Quiroga
2017-01-03
4
-0
/
+35
*
i965/vec4: add VEC4_OPCODE_PICK_{LOW,HIGH}_32BIT opcodes
Iago Toral Quiroga
2017-01-03
4
-0
/
+35
*
i965/vec4: add dst_null_df()
Iago Toral Quiroga
2017-01-03
1
-0
/
+5
*
i965/vec4: We only support 32-bit integer ALU operations for now
Iago Toral Quiroga
2017-01-03
1
-18
/
+53
*
i965/disasm: align16 DF source regions have a width of 2
Iago Toral Quiroga
2017-01-03
1
-1
/
+4
*
i965/vec4: set correct register regions for 32-bit and 64-bit
Iago Toral Quiroga
2017-01-03
1
-4
/
+9
*
i965: add brw_vecn_grf()
Connor Abbott
2017-01-03
1
-0
/
+6
*
i965/vec4: translate d2f/f2d
Iago Toral Quiroga
2017-01-03
1
-0
/
+24
*
i965/vec4: add double/float conversion pseudo-opcodes
Iago Toral Quiroga
2017-01-03
4
-0
/
+58
*
i965/vec4: add support for printing DF immediates
Connor Abbott
2017-01-03
1
-0
/
+3
*
i965/vec4/nir: fix emitting 64-bit immediates
Iago Toral Quiroga
2017-01-03
1
-4
/
+18
*
i965/vec4/nir: set the right type for 64-bit registers
Connor Abbott
2017-01-03
1
-0
/
+3
*
i965/vec4/nir: support doubles in ALU operations
Iago Toral Quiroga
2017-01-03
1
-4
/
+7
*
i965/vec4/nir: Add bit-size information to types
Iago Toral Quiroga
2017-01-03
1
-4
/
+4
*
i965/vec4/nir: allocate two registers for dvec3/dvec4
Connor Abbott
2017-01-03
1
-3
/
+4
*
i965/vec4/nir: simplify glsl_type_for_nir_alu_type()
Connor Abbott
2017-01-03
1
-14
/
+2
*
i965/nir: double/dvec2 uniforms only need to be padded to a single vec4 slot
Samuel Iglesias Gonsálvez
2017-01-03
1
-1
/
+2
*
i965/fs: fix exec_size when emitting DIM instruction
Samuel Iglesias Gonsálvez
2017-01-03
1
-1
/
+1
*
st/mesa: get Version from gl_program rather than gl_shader_program
Timothy Arceri
2017-01-03
1
-4
/
+1
*
i965: stop passing gl_shader_program to brw_compile_gs() and gen6_gs_visitor()
Timothy Arceri
2017-01-03
5
-10
/
+6
*
i965: get InfoLog and LinkStatus via the shader program data pointer in gl_pr...
Timothy Arceri
2017-01-03
5
-12
/
+10
*
i965: eliminate gen6_xfb_enabled field in brw_gs_prog_data
Timothy Arceri
2017-01-03
5
-20
/
+11
*
i965: update brw_get_shader_time_index() not to take gl_shader_program
Timothy Arceri
2017-01-03
8
-25
/
+31
*
i965/miptree: Create a disable CCS flag
Ben Widawsky
2017-01-02
4
-20
/
+16
[next]