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
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
etnaviv: fix compression format not set correctly in TS_MEM_CONFIG
Jonathan Marek
2019-07-04
2
-3
/
+6
*
etnaviv: set correct ts_clear_value for BLT engine
Jonathan Marek
2019-07-04
1
-2
/
+4
*
etnaviv: remove initial CPU ts clear
Jonathan Marek
2019-07-04
1
-7
/
+0
*
etnaviv: implement TS_MODE for GC7000L
Jonathan Marek
2019-07-04
10
-12
/
+35
*
etnaviv: fix ts size calculation
Jonathan Marek
2019-07-04
1
-4
/
+3
*
etnaviv: update headers from rnndb
Jonathan Marek
2019-07-04
9
-99
/
+96
*
radeonsi: Fix some warnings.
Bas Nieuwenhuizen
2019-07-04
2
-2
/
+2
*
amd/common: move ac_shader_{binary,reloc} into r600 and rename
Nicolai Hähnle
2019-07-04
4
-36
/
+65
*
panfrost: Take into account off-screen FBOs
Tomeu Vizoso
2019-07-04
1
-4
/
+6
*
iris: Fix MOCS for grid surface
Kenneth Graunke
2019-07-03
1
-3
/
+4
*
iris: Minor tidying
Kenneth Graunke
2019-07-03
8
-62
/
+5
*
radeonsi/gfx10: fix legacy GS
Marek Olšák
2019-07-03
1
-1
/
+4
*
radeonsi/gfx10: disable clear state
Nicolai Hähnle
2019-07-03
2
-8
/
+5
*
radeonsi/gfx10: disable DPBB
Nicolai Hähnle
2019-07-03
1
-0
/
+5
*
radeonsi/gfx10: disable SDMA
Nicolai Hähnle
2019-07-03
1
-0
/
+2
*
radeonsi: determine the rasterization primitive type accurately (v2)
Marek Olšák
2019-07-03
4
-8
/
+38
*
radeonsi/gfx10: consolidate & improve input_prim determination for NGG
Marek Olšák
2019-07-03
3
-8
/
+21
*
ac: rework ac_build_waitcnt for gfx10
Marek Olšák
2019-07-03
2
-9
/
+8
*
radeonsi/gfx10: implement si_shader_vs
Marek Olšák
2019-07-03
3
-20
/
+30
*
radeonsi/gfx10: unpack GS invocation ID
Marek Olšák
2019-07-03
1
-4
/
+11
*
radeonsi/gfx10: jump over the shader query atomic if the queries are disabled
Marek Olšák
2019-07-03
3
-0
/
+12
*
radeonsi/gfx10: cosmetic changes
Marek Olšák
2019-07-03
5
-24
/
+26
*
radeonsi/gfx10: set cache control registers
Marek Olšák
2019-07-03
1
-0
/
+19
*
radeonsi/gfx10: export correct PrimitiveID from NGG vertex shaders
Marek Olšák
2019-07-03
8
-11
/
+71
*
radeonsi/gfx10: set PA_SC_TILE_STEERING_OVERRIDE
Marek Olšák
2019-07-03
1
-0
/
+2
*
radeonsi/gfx10: add a workaround for stencil HTILE with mipmapping
Marek Olšák
2019-07-03
6
-12
/
+28
*
radeonsi/gfx10: disable DCC with MSAA
Marek Olšák
2019-07-03
1
-1
/
+6
*
radeonsi/gfx10: fix GL_LINE polygon mode for decomposed primitives
Marek Olšák
2019-07-03
5
-3
/
+24
*
radeonsi/gfx10: fix NGG GS color clamping
Marek Olšák
2019-07-03
1
-0
/
+4
*
radeonsi/gfx10: fix vertex color clamping for TES
Marek Olšák
2019-07-03
1
-5
/
+18
*
radeonsi/gfx10: unbind NGG shaders when destroyed
Marek Olšák
2019-07-03
1
-0
/
+9
*
radeonsi/gfx10: don't use the GS workaround for triangle strips w/ adjancency
Marek Olšák
2019-07-03
1
-1
/
+1
*
radeonsi/gfx10: don't do the query buffer atomic for blit shaders
Marek Olšák
2019-07-03
1
-23
/
+26
*
radeonsi/gfx10: update spi_map if API VS (as NGG) changes and PS doesn't
Marek Olšák
2019-07-03
1
-1
/
+3
*
radeonsi/gfx10: fix a possible hang with exp pos0 with done=0 and exec=0
Marek Olšák
2019-07-03
1
-0
/
+8
*
radeonsi/gfx10: prefetch HW GS when NGG is used
Marek Olšák
2019-07-03
1
-2
/
+2
*
radeonsi/gfx10: fix PS exports for SPI_SHADER_32_AR
Marek Olšák
2019-07-03
1
-3
/
+9
*
radeonsi/gfx10: set DLC for loads when GLC is set
Marek Olšák
2019-07-03
1
-5
/
+8
*
radeonsi/gfx10: fix shader images
Marek Olšák
2019-07-03
1
-2
/
+3
*
radeonsi/gfx10: set the DCC constant encoding flag
Marek Olšák
2019-07-03
1
-1
/
+2
*
radeonsi/gfx10: fix intensity formats
Marek Olšák
2019-07-03
5
-14
/
+23
*
radeonsi/gfx10: allocate GDS BOs for streamout
Marek Olšák
2019-07-03
4
-10
/
+40
*
radeonsi/gfx10: make sure GDS is idle between IBs
Marek Olšák
2019-07-03
2
-9
/
+28
*
radeonsi/gfx10: implement streamout
Nicolai Hähnle
2019-07-03
4
-33
/
+618
*
radeonsi/gfx10: implement streamout-related queries
Nicolai Hähnle
2019-07-03
12
-3
/
+903
*
radeonsi/gfx10: enable the workaround for unaligned vertex fetch
Nicolai Hähnle
2019-07-03
1
-1
/
+3
*
radeonsi/gfx10: re-order the initialization order in si_compile_tgsi_main
Nicolai Hähnle
2019-07-03
1
-32
/
+32
*
radeonsi/gfx10: apply DCC MSAA blend workaround
Nicolai Hähnle
2019-07-03
1
-3
/
+1
*
radeonsi/gfx10: implement si_emit_global_shader_pointers
Nicolai Hähnle
2019-07-03
1
-1
/
+12
*
radeonsi/gfx10: implement si_init_tess_factor_ring
Nicolai Hähnle
2019-07-03
1
-1
/
+4
[next]