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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi/gfx10: fix unnecessary LDS overallocation for NGG GS
Marek Olšák
2019-07-19
2
-8
/
+2
*
radeonsi/gfx10: don't compile the GS copy shader if it's 100% not needed
Marek Olšák
2019-07-19
2
-8
/
+12
*
radeonsi/gfx10: set GE_CTNL.PACKET_TO_ONE_PA for NGG
Marek Olšák
2019-07-19
3
-27
/
+27
*
radeonsi/gfx10: update a tunable max_es_verts_base for NGG
Marek Olšák
2019-07-19
3
-7
/
+12
*
radeonsi/gfx10: implement ARB_post_depth_coverage
Marek Olšák
2019-07-19
4
-2
/
+8
*
radeonsi: fix leaked compute shader NIR
Marek Olšák
2019-07-19
1
-0
/
+1
*
radeonsi: save the enable_nir option in the shader cache correctly
Marek Olšák
2019-07-19
1
-5
/
+6
*
radeonsi/gfx10: enable SDMA
Marek Olšák
2019-07-19
1
-2
/
+0
*
ac: use llvm.amdgcn.writelane
Marek Olšák
2019-07-19
1
-2
/
+6
*
ac: fix shader clock on LLVM 9
Marek Olšák
2019-07-19
1
-2
/
+3
*
radeon/vcn: adding engine type for new fw interface
Boyuan Zhang
2019-07-19
3
-2
/
+5
*
radeonsi: use the correct buffer size in si_vid_clear_buffer
Marek Olšák
2019-07-19
1
-1
/
+1
*
mesa: add EXT_dsa glEnabledIndexedEXT
Pierre-Eric Pelloux-Prayer
2019-07-19
2
-0
/
+74
*
mesa: add EXT_dsa glGetTextureLevelParameter*vEXT functions
Pierre-Eric Pelloux-Prayer
2019-07-19
5
-2
/
+71
*
mesa: add EXT_dsa gl(Copy)Texture(Sub)Image1D/2D/3DEXT functions
Pierre-Eric Pelloux-Prayer
2019-07-19
8
-20
/
+878
*
mesa: move lookup_texture_ext_dsa up in teximage.c
Pierre-Eric Pelloux-Prayer
2019-07-19
1
-63
/
+60
*
mesa: pass gl_texture_object as arg to not depend on state
Pierre-Eric Pelloux-Prayer
2019-07-19
1
-28
/
+32
*
mesa: refactor get_texture_image to remove duplicate code
Pierre-Eric Pelloux-Prayer
2019-07-19
1
-50
/
+32
*
pipe-loader: use radeonsi for MM if amdgpu dri is used
Jeremy Newton
2019-07-19
1
-0
/
+9
*
egl: drop incorrect pkg-config file for glvnd
Eric Engestrom
2019-07-20
1
-18
/
+10
*
docs: simplify `Fixes:` git command
Eric Engestrom
2019-07-19
1
-1
/
+3
*
mesa/tests: add missing dep_thread
Eric Engestrom
2019-07-19
1
-0
/
+1
*
util: drop strncat(), strcmp(), strncmp(), snprintf() & vsnprintf() MSVC fall...
Eric Engestrom
2019-07-19
1
-81
/
+0
*
util: use standard name for vsnprintf()
Eric Engestrom
2019-07-19
10
-18
/
+15
*
util: use standard name for snprintf()
Eric Engestrom
2019-07-19
43
-126
/
+125
*
util: use standard name for vasprintf()
Eric Engestrom
2019-07-19
3
-3
/
+3
*
util: use standard name for sprintf()
Eric Engestrom
2019-07-19
7
-20
/
+20
*
util: use standard name for strcmp()
Eric Engestrom
2019-07-19
2
-10
/
+10
*
util: use standard name for strcasecmp()
Eric Engestrom
2019-07-19
1
-2
/
+1
*
util: use standard name for strncmp()
Eric Engestrom
2019-07-19
2
-2
/
+2
*
util: use standard name for strncat()
Eric Engestrom
2019-07-19
3
-8
/
+8
*
util: use standard name for strdup()
Eric Engestrom
2019-07-19
3
-5
/
+4
*
util: use standard name for strchrnul()
Eric Engestrom
2019-07-19
3
-7
/
+4
*
util: drop unused vsprintf() wrapper
Eric Engestrom
2019-07-19
1
-7
/
+0
*
util: drop unused strchr() wrapper
Eric Engestrom
2019-07-19
2
-10
/
+1
*
util: drop unused strstr() wrapper
Eric Engestrom
2019-07-19
1
-14
/
+0
*
nir: Only rematerialize comparisons with all SSA sources
Jason Ekstrand
2019-07-19
1
-0
/
+15
*
spirv: Fix order of barriers in SpvOpControlBarrier
Daniel Schürmann
2019-07-19
1
-4
/
+4
*
nir: use a switch when printing intrinsic indices
Caio Marcelo de Oliveira Filho
2019-07-19
1
-8
/
+32
*
nir/algebraic: mark a few comparison simplifications as precise
Rhys Perry
2019-07-19
1
-2
/
+2
*
nir/algebraic: optimize contradictory iand operands
Rhys Perry
2019-07-19
1
-0
/
+6
*
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
*
main: Destroy static hash table
Yevhenii Kolesnikov
2019-07-19
1
-0
/
+8
*
radv: reset the window scissor with no clear state.
Dave Airlie
2019-07-19
1
-1
/
+1
*
radv: fix crash in shader tracing.
Dave Airlie
2019-07-19
3
-3
/
+8
*
iris: change last_vue_stage() to look at uncompiled shaders
Timothy Arceri
2019-07-19
1
-3
/
+3
*
nir/lower_clip: add support for geometry shaders
Timothy Arceri
2019-07-19
2
-0
/
+58
*
nir/lower_clip: add lower_clip_outputs() helper
Timothy Arceri
2019-07-19
1
-42
/
+51
*
nir/lower_clip: add create_clipdist_vars() helper
Timothy Arceri
2019-07-19
1
-16
/
+18
[next]