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
/
freedreno
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
turnip: enable fullDrawIndexUint32/independentBlend/dualSrcBlend/logicOp
Jonathan Marek
2020-02-26
1
-4
/
+4
*
turnip: enable sampleRateShading feature
Jonathan Marek
2020-02-26
3
-5
/
+10
*
freedreno/computerator: fix build dependency
Rob Clark
2020-02-25
1
-0
/
+1
*
turnip: move tile_load_ib/sysmem_clear_ib into draw_cs
Jonathan Marek
2020-02-24
2
-63
/
+26
*
turnip: make cond_exec helper easier to use
Jonathan Marek
2020-02-24
5
-80
/
+51
*
turnip: remove marker seqno
Jonathan Marek
2020-02-24
2
-29
/
+0
*
turnip: automatically reserve cmdstream space in emit_pkt4/emit_pkt7
Jonathan Marek
2020-02-24
5
-146
/
+41
*
turnip: add tu_device pointer to tu_cs
Jonathan Marek
2020-02-24
8
-109
/
+103
*
turnip: fix COND_EXEC reserved size in tu_query
Jonathan Marek
2020-02-24
1
-1
/
+1
*
freedreno/computerator: add computerator
Rob Clark
2020-02-24
12
-2
/
+1072
*
freedreno/ir3: allow block->predecessors to be null
Rob Clark
2020-02-24
1
-1
/
+4
*
freedreno/computerator: rename prefix asm->ir3
Rob Clark
2020-02-24
2
-33
/
+31
*
freedreno/computerator: polish out some of the rust
Rob Clark
2020-02-24
3
-221
/
+268
*
freedreno/computerator: import parser/lexer from fdre-a3xx
Rob Clark
2020-02-24
2
-0
/
+1085
*
freedreno: Switch to using lowered image intrinsics.
Eric Anholt
2020-02-24
7
-143
/
+105
*
freedreno/ir3: Fix the arg to ir3_get_num_components_for_image_format()
Eric Anholt
2020-02-24
2
-2
/
+2
*
freedreno/ir3: Reuse glsl_get_sampler_dim_coordinate_components() in tex_info.
Eric Anholt
2020-02-24
1
-21
/
+3
*
freedreno/ir3: Lower output precision
Kristian H. Kristensen
2020-02-24
3
-0
/
+54
*
freedreno/ir3: handle half registers for arrays during register allocation.
Hyunjun Ko
2020-02-24
3
-9
/
+38
*
freedreno/ir3: Add new ir3 pass to fold out fp16 conversions
Hyunjun Ko
2020-02-24
4
-0
/
+131
*
turnip/pipeline: Don't assume tu_shader is a valid object
Eduardo Lima Mitev
2020-02-24
1
-4
/
+10
*
turnip: add option to force use of hw binning
Jonathan Marek
2020-02-19
3
-1
/
+14
*
freedreno/registers: cleanup CP_SET_MARKER
Rob Clark
2020-02-18
2
-9
/
+20
*
freedreno: quiet INFO_MSG
Rob Clark
2020-02-18
2
-1
/
+13
*
freedreno/a6xx: few register updates
Rob Clark
2020-02-18
2
-3
/
+66
*
freedreno/registers: teach gen_header.py about a3xx_regid
Rob Clark
2020-02-18
2
-6
/
+2
*
freedreno/a6xx: document some unknown bits
Jonathan Marek
2020-02-14
2
-3
/
+11
*
freedreno: name sysmem color/depth flush events
Jonathan Marek
2020-02-14
3
-11
/
+12
*
tu: Force sysmem with mipmapped non-aligned linear stores
Connor Abbott
2020-02-12
2
-1
/
+65
*
tu: Support input attachments with sysmem
Connor Abbott
2020-02-12
1
-12
/
+34
*
tu: Support resolve ops with sysmem rendering
Connor Abbott
2020-02-12
1
-12
/
+98
*
tu: Handle vkCmdClearAttachments() with sysmem
Connor Abbott
2020-02-12
4
-92
/
+166
*
tu: Add helper for CP_COND_REG_EXEC
Connor Abbott
2020-02-12
1
-0
/
+40
*
tu: Sysmem rendering
Connor Abbott
2020-02-12
3
-18
/
+240
*
tu: Disable linear depth attachments
Connor Abbott
2020-02-12
1
-10
/
+44
*
tu: Support multisample image clears
Connor Abbott
2020-02-12
1
-1
/
+6
*
tu/blit: Support blits in secondary cmdstreams
Connor Abbott
2020-02-12
7
-34
/
+36
*
tu: Properly set UBWC flags in RB_RENDER_CNTL
Connor Abbott
2020-02-12
1
-5
/
+38
*
tu: Don't emit initial render target state in tile_load_ib
Connor Abbott
2020-02-12
1
-6
/
+13
*
turnip: Add a618 support
Chad Versace
2020-02-12
1
-0
/
+8
*
turnip: Add magic register values to tu_physical_device
Chad Versace
2020-02-12
4
-6
/
+23
*
freedreno/a6xx: use single format enum
Jonathan Marek
2020-02-12
6
-489
/
+394
*
Rename nir_lower_constant_initializers to nir_lower_variable_initalizers
Arcady Goldmints-Orlov
2020-02-12
1
-2
/
+2
*
freedreno/ir3: Fold const only when the type is float
Hyunjun Ko
2020-02-07
1
-0
/
+11
*
freedreno/ir3: put the conversion back for half const to the right place.
Hyunjun Ko
2020-02-07
1
-6
/
+6
*
freedreno/ir3: Add cat4 mediump opcodes
Hyunjun Ko
2020-02-07
2
-0
/
+18
*
freedreno/ir3: fold const conversion into consumer
Rob Clark
2020-02-07
2
-1
/
+20
*
freedreno/ir3: fix printing half constant registers.
Hyunjun Ko
2020-02-07
1
-3
/
+4
*
freedreno/ir3: Set IR3_REG_HALF flag on src as well in immediate MOV
Kristian H. Kristensen
2020-02-07
1
-1
/
+1
*
freedreno: android: fix build of perfcounters.
Martin Fuzzey
2020-02-07
1
-4
/
+4
[prev]
[next]