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
/
gallium
/
drivers
/
lima
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
2
-4
/
+4
*
lima/gp: Support exp2 and log2
Connor Abbott
2019-07-30
5
-30
/
+147
*
lima/gpir: Always schedule complex2 and *_impl right after complex1
Connor Abbott
2019-07-30
4
-15
/
+47
*
lima/gpir/sched: Handle more special ops in can_use_complex()
Connor Abbott
2019-07-28
1
-5
/
+24
*
lima/gp: Clean up lima_program_optimize_vs_nir() a little
Connor Abbott
2019-07-28
1
-1
/
+1
*
lima/gpir/sched: Don't try to spill when something else has succeeded
Connor Abbott
2019-07-28
1
-7
/
+4
*
nir: replace lower_sincos with algebraic opt
Jonathan Marek
2019-07-24
1
-1
/
+1
*
lima/ppir: fix disassembler temp read/write print
Qiang Yu
2019-07-24
1
-9
/
+23
*
lima/ppir: fix branch codegen register encode
Erico Nunes
2019-07-23
1
-2
/
+2
*
lima/ppir: fix debug logs in regalloc
Erico Nunes
2019-07-23
1
-2
/
+2
*
lima/ppir: fix alignment on regalloc spilling loads
Erico Nunes
2019-07-23
1
-1
/
+1
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
5
-19
/
+19
*
lima/ppir: handle all node types in ppir_node_replace_child
Erico Nunes
2019-07-19
1
-2
/
+30
*
lima/ppir: branch regalloc fixes
Erico Nunes
2019-07-19
1
-0
/
+33
*
lima/ppir: Add gl_PointCoord handling
Andreas Baierl
2019-07-18
6
-5
/
+34
*
lima/gp: Fix problem with complex moves
Connor Abbott
2019-07-18
3
-9
/
+125
*
lima/gpir: Rework the scheduler
Connor Abbott
2019-07-18
9
-560
/
+1187
*
lima/gp: Mark more add-only nodes as maybe-two-slot
Connor Abbott
2019-07-18
1
-0
/
+8
*
lima/gpir: Fix some bugs in instruction handling
Connor Abbott
2019-07-18
1
-0
/
+12
*
lima: Reintroduce the standalone compiler
Connor Abbott
2019-07-18
6
-2
/
+351
*
lima/ppir: Fix assert condition in ppir_codegen_encode_branch.
Vinson Lee
2019-07-15
1
-1
/
+1
*
lima/ppir: Fix branch codegen
Vasily Khoruzhick
2019-07-14
3
-3
/
+5
*
lima/ppir: Fix assert condition in ppir_codegen_encode_discard
Vasily Khoruzhick
2019-07-14
1
-1
/
+1
*
lima: Fix compiler warnings for unused functions.
Andreas Baierl
2019-07-13
2
-1
/
+3
*
nir: Add lower_rotate flag and set to true in all drivers
Sagar Ghuge
2019-07-01
1
-0
/
+2
*
nir: remove fnot/fxor/fand/for opcodes
Jonathan Marek
2019-06-26
2
-7
/
+0
*
lima/ppir: Add fsat op
Andreas Baierl
2019-06-24
4
-0
/
+20
*
lima/ppir: Add fneg op
Andreas Baierl
2019-06-24
4
-0
/
+19
*
lima/ppir: Add fabs op
Andreas Baierl
2019-06-24
4
-0
/
+20
*
lima/ppir: lower ffma in ppir
Andreas Baierl
2019-06-24
1
-0
/
+1
*
lima,panfrost: Move lima_tiling.c/h to /src/panfrost
Alyssa Rosenzweig
2019-06-20
5
-236
/
+5
*
lima: lower fmod in ppir and gpir
Erico Nunes
2019-06-16
1
-0
/
+2
*
lima: fix dynarray usage in lima_submit_add_bo
Erico Nunes
2019-06-14
1
-1
/
+1
*
lima/ppir: change offset type to int
Mateusz Krzak
2019-06-13
2
-2
/
+2
*
u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macros
Nicolai Hähnle
2019-06-12
2
-5
/
+5
*
lima/ppir: add missing handling of min/max ops for vec4 add slot
Vasily Khoruzhick
2019-06-06
1
-0
/
+6
*
lima/ppir: fix crash when program uses no registers at all
Vasily Khoruzhick
2019-06-06
1
-0
/
+4
*
nir: copy intrinsic type when lowering load input/uniform and store output
Jonathan Marek
2019-06-03
1
-0
/
+1
*
nir: remove bool lowering from lower_int_to_float
Jonathan Marek
2019-05-31
1
-0
/
+2
*
nir: add lower_bitshift option
Jonathan Marek
2019-05-31
1
-0
/
+1
*
lima/ppir: implement discard and discard_if
Vasily Khoruzhick
2019-05-27
7
-10
/
+253
*
lima: fix lima_blit with non-zero level source resource
Qiang Yu
2019-05-25
1
-25
/
+12
*
lima: fix render to non-zero level texture
Qiang Yu
2019-05-25
1
-4
/
+6
*
nir: Drop imov/fmov in favor of one mov instruction
Jason Ekstrand
2019-05-24
2
-3
/
+2
*
lima/gpir: switch to use nir_lower_viewport_transform
Qiang Yu
2019-05-20
4
-101
/
+11
*
lima/gpir: support vector ssa load
Qiang Yu
2019-05-20
2
-5
/
+46
*
lima/gpir: add helper function for emit load node
Qiang Yu
2019-05-20
1
-20
/
+19
*
gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.
Eric Anholt
2019-05-13
1
-1
/
+2
*
lima: add Allwinner H5 support
Patrick Lerda
2019-05-13
1
-2
/
+20
*
lima: refactor plb_max_blk
Patrick Lerda
2019-05-13
5
-11
/
+34
[next]