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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/tests: take reference on glsl types
Lionel Landwerlin
2019-08-21
4
-1
/
+16
*
glsl/tests: take refs on glsl types
Lionel Landwerlin
2019-08-21
9
-18
/
+64
*
radv/gfx10: hardcode some depth+stencil formats in the format table
Samuel Pitoiset
2019-08-21
1
-0
/
+5
*
radv/gfx10: tidy up gfx10_format_table.py
Samuel Pitoiset
2019-08-21
1
-11
/
+9
*
gallium/vl: use compute preference for all multimedia, not just blit
Ilia Mirkin
2019-08-20
6
-7
/
+7
*
lima/ppir: use ra_get_best_spill_node to select spill node
19.2-branchpoint
Erico Nunes
2019-08-20
1
-7
/
+22
*
tgsi: Remove unused tgsi_check_soa_dependencies().
Eric Anholt
2019-08-20
2
-59
/
+0
*
tgsi: Drop the SSE2 constants setup that's been dead code since 2011.
Eric Anholt
2019-08-20
2
-53
/
+9
*
tgsi: drop a stale comment
Eric Anholt
2019-08-20
1
-3
/
+0
*
mesa: reverse no_error on compressed_tex_sub_image for TEX_MODE_CURRENT
Jose Maria Casanova Crespo
2019-08-20
1
-2
/
+2
*
glx: Eliminate glx_config::{rgb,float,colorIndex}Mode
Adam Jackson
2019-08-20
4
-37
/
+9
*
glx: Remove unused glx_config::pixmapMode
Adam Jackson
2019-08-20
1
-2
/
+0
*
glx: convert glx_config_create_list to one big calloc
Adam Jackson
2019-08-20
1
-37
/
+26
*
glx: convert a malloc+memset to calloc
Adam Jackson
2019-08-20
1
-2
/
+1
*
glx: Fix parameter documentation of glx_config_create_list
Adam Jackson
2019-08-20
1
-4
/
+0
*
anv: inline uniforms blocks don't count toward descriptor set limits
Arcady Goldmints-Orlov
2019-08-20
1
-0
/
+23
*
nir: add divergence analysis pass.
Daniel Schürmann
2019-08-20
3
-0
/
+799
*
nir/subgroups: Lower clustered reductions with cluster_size >= subgroup_size ...
Rhys Perry
2019-08-20
1
-1
/
+12
*
nir/lcssa: allow to create LCSSA phis for loop-invariant booleans
Rhys Perry
2019-08-20
2
-3
/
+7
*
nir/lcssa: Skip loop invariant variables when converting to LCSSA.
Daniel Schürmann
2019-08-20
2
-14
/
+162
*
nir: make nir_to_lcssa() a general NIR pass.
Rhys Perry
2019-08-20
2
-3
/
+42
*
nir/lcssa: handle deref instructions properly
Daniel Schürmann
2019-08-20
2
-14
/
+26
*
tgsi_to_nir: only update TGSI properties of the current shader stage
Jose Maria Casanova Crespo
2019-08-20
1
-9
/
+18
*
radv/gfx10: do not emit PA_SC_TILE_STEERING_OVERRIDE twice
Samuel Pitoiset
2019-08-20
1
-2
/
+0
*
radv: do not emit PKT3_CONTEXT_CONTROL with AMDGPU 3.6.0+
Samuel Pitoiset
2019-08-20
2
-6
/
+12
*
mesa/program: Take ARB_framebuffers_no_attachments into account in wpos corre...
Gert Wollny
2019-08-20
1
-2
/
+2
*
iris: Enable non coherent framebuffer fetch on broadwell
Sagar Ghuge
2019-08-20
3
-4
/
+3
*
iris: Free resource if failed to allocate surface state
Sagar Ghuge
2019-08-20
1
-1
/
+3
*
iris: Pass isl_surf to fill_surface_state
Sagar Ghuge
2019-08-20
1
-16
/
+19
*
iris: Add infrastructure to support non coherent framebuffer fetch
Sagar Ghuge
2019-08-20
4
-13
/
+172
*
iris: Add helper functions to get tile offset
Sagar Ghuge
2019-08-20
2
-0
/
+106
*
iris: Add helper function to get isl dim layout
Sagar Ghuge
2019-08-20
2
-0
/
+32
*
iris: Add render target read entry in binding table
Sagar Ghuge
2019-08-20
2
-7
/
+44
*
build: Bump C++ standard requirement to C++14 to fix FTBFS with LLVM 10
Kai Wasserbäch
2019-08-20
2
-2
/
+2
*
panfrost: Add madvise support to BO cache
Rob Herring
2019-08-19
2
-2
/
+23
*
mesa: add ext_dsa GetMultiTexLevelParameterEXT
Pierre-Eric Pelloux-Prayer
2019-08-19
5
-2
/
+75
*
mesa: add EXT_dsa glCompressedMultiTex* functions display list support
Pierre-Eric Pelloux-Prayer
2019-08-19
1
-0
/
+276
*
mesa: add EXT_dsa glCompressedMultiTex* functions
Pierre-Eric Pelloux-Prayer
2019-08-19
7
-12
/
+285
*
mesa: add EXT_dsa glCompressedTex* functions display list support
Pierre-Eric Pelloux-Prayer
2019-08-19
1
-0
/
+239
*
mesa: add EXT_dsa glCompressedTexture(Sub)Image1D/2D/3D functions
Pierre-Eric Pelloux-Prayer
2019-08-19
7
-69
/
+290
*
mesa: refactor compressed_tex_sub_image function
Pierre-Eric Pelloux-Prayer
2019-08-19
1
-101
/
+115
*
radv: Add Renoir support.
Bas Nieuwenhuizen
2019-08-19
2
-3
/
+6
*
radeonsi/nir: always lower ballot masks as 64-bit, codegen handles it
Marek Olšák
2019-08-19
11
-24
/
+38
*
radeonsi: remove the unsafemath debug option
Marek Olšák
2019-08-19
4
-25
/
+3
*
radeonsi/nir: fix counting shader inputs & outputs
Marek Olšák
2019-08-19
1
-10
/
+11
*
radeonsi/nir: fix assertion in si_nir_load_sampler_desc
Marek Olšák
2019-08-19
1
-1
/
+1
*
radeonsi: clean up si_llvm_context_set_tgsi
Marek Olšák
2019-08-19
3
-20
/
+12
*
radeonsi: allocate and resize global_buffers as needed
Marek Olšák
2019-08-19
2
-5
/
+24
*
radeonsi/gfx10: don't set PA_SC_TILE_STEERING_OVERRIDE if CLEAR_STATE sets it
Marek Olšák
2019-08-19
1
-2
/
+5
*
radeonsi: don't emit PKT3_CONTEXT_CONTROL on amdgpu
Marek Olšák
2019-08-19
1
-4
/
+7
[next]