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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHT
Marek Olšák
2019-04-23
23
-72
/
+37
*
st/dri: simplify throttling code
Marek Olšák
2019-04-23
3
-6
/
+3
*
gallium: document conservative rasterization flags
Marek Olšák
2019-04-23
2
-0
/
+16
*
intel/compiler: Lower ffma on Gen4 and Gen5
Ian Romanick
2019-04-23
1
-0
/
+4
*
intel/compiler: Don't have sepearate, per-Gen nir_options
Ian Romanick
2019-04-23
1
-31
/
+11
*
glsl: Silence may unused parameter warnings in glsl/ir.h
Ian Romanick
2019-04-23
1
-1
/
+1
*
st/mesa/radeonsi: fix race between destruction of types and shader compilation
Timothy Arceri
2019-04-24
11
-17
/
+29
*
radv: Add adaptive_sync driconfig option and enable it by default.
Bas Nieuwenhuizen
2019-04-23
1
-0
/
+3
*
vulkan/wsi: Add X11 adaptive sync support based on dri options.
Bas Nieuwenhuizen
2019-04-23
7
-5
/
+57
*
radv: Add support for driconf.
Bas Nieuwenhuizen
2019-04-23
3
-3
/
+23
*
iris: add support for INTEL_conservative_rasterization
Mike Blumenkrantz
2019-04-23
3
-11
/
+35
*
st/mesa: indicate intel extension support for inner_coverage based on cap
Mike Blumenkrantz
2019-04-23
3
-0
/
+4
*
gallium: add pipe cap for inner_coverage conservative raster mode
Mike Blumenkrantz
2019-04-23
3
-0
/
+4
*
iris: Fix DrawTransformFeedback math when there's a buffer offset
Kenneth Graunke
2019-04-23
3
-0
/
+14
*
iris: Make some offset math helpers take a const isl_surf pointer
Kenneth Graunke
2019-04-23
1
-2
/
+2
*
spirv: Handle SpvOpDecorateId
Caio Marcelo de Oliveira Filho
2019-04-23
1
-0
/
+4
*
spirv: Rename vtn_decoration literals to operands
Caio Marcelo de Oliveira Filho
2019-04-23
5
-39
/
+39
*
anv: fix argument name for vkCmdEndQuery
Lionel Landwerlin
2019-04-24
1
-2
/
+2
*
virgl: skip empty cmdbufs
Chia-I Wu
2019-04-23
2
-0
/
+9
*
gallium: Remove the malloc pipebuffer manager.
Eric Anholt
2019-04-23
4
-209
/
+0
*
gallium: Remove the "alt" pipebuffer manager interface.
Eric Anholt
2019-04-23
4
-127
/
+0
*
gallium: Remove the ondemand pipebuffer manager.
Eric Anholt
2019-04-23
4
-322
/
+0
*
gallium: Remove the pool pipebuffer manager.
Eric Anholt
2019-04-23
4
-342
/
+1
*
freedreno: a2xx: same gmem2mem sequence for all tiles
Jonathan Marek
2019-04-23
1
-12
/
+25
*
freedreno: a2xx: enable batch reordering
Jonathan Marek
2019-04-23
1
-3
/
+2
*
freedreno: a2xx: use nir_lower_io for TGSI shaders
Jonathan Marek
2019-04-23
2
-50
/
+11
*
freedreno: a2xx: disable PIPE_CAP_PACKED_UNIFORMS
Jonathan Marek
2019-04-23
1
-1
/
+3
*
freedreno: a2xx: fix builtin blit program compilation
Jonathan Marek
2019-04-23
1
-0
/
+1
*
svga: add new ATC formats to the format conversion table
Jonathan Marek
2019-04-23
1
-0
/
+3
*
freedreno: a2xx: add GL_AMD_compressed_ATC_texture support
Jonathan Marek
2019-04-23
1
-0
/
+6
*
freedreno: a3xx: add GL_AMD_compressed_ATC_texture support
Jonathan Marek
2019-04-23
1
-0
/
+4
*
st/mesa: add ATC support
Jonathan Marek
2019-04-23
2
-0
/
+19
*
llvmpipe, softpipe: no support for ATC textures
Jonathan Marek
2019-04-23
3
-5
/
+8
*
gallium: add ATC format support
Jonathan Marek
2019-04-23
5
-3
/
+17
*
mesa: add GL_AMD_compressed_ATC_texture support
Jonathan Marek
2019-04-23
12
-2
/
+77
*
radeonsi: delay adding BOs at the beginning of IBs until the first draw
Marek Olšák
2019-04-23
6
-9
/
+46
*
radeonsi: add helper si_get_minimum_num_gfx_cs_dwords
Marek Olšák
2019-04-23
2
-7
/
+12
*
radeonsi: add si_cp_copy_data
Marek Olšák
2019-04-23
5
-41
/
+44
*
winsys/amdgpu: clean up and remove nonsensical assertion
Marek Olšák
2019-04-23
1
-2
/
+1
*
winsys/amdgpu: enable chaining for compute IBs
Marek Olšák
2019-04-23
1
-6
/
+6
*
winsys/amdgpu: reorder chunks, make BO_HANDLES first, IB and FENCE last
Marek Olšák
2019-04-23
1
-19
/
+17
*
winsys/amdgpu: make IBs writable and expose their address
Marek Olšák
2019-04-23
2
-1
/
+4
*
ac: add REWIND and GDS registers to register headers
Marek Olšák
2019-04-23
1
-0
/
+16
*
ac: add ac_get_i1_sgpr_mask
Marek Olšák
2019-04-23
2
-0
/
+18
*
ac: add radeon_info::is_pro_graphics
Marek Olšák
2019-04-23
2
-0
/
+5
*
ac: add radeon_info::marketing_name, replacing the winsys callback
Marek Olšák
2019-04-23
6
-33
/
+7
*
tgsi/scan: add uses_drawid
Marek Olšák
2019-04-23
3
-0
/
+7
*
iris: Track valid data range and infer unsynchronized mappings.
Kenneth Graunke
2019-04-23
5
-0
/
+78
*
iris: Make a resource_is_busy() helper
Kenneth Graunke
2019-04-23
1
-4
/
+13
*
iris: Replace buffer backing storage and rebind to update addresses.
Kenneth Graunke
2019-04-23
4
-5
/
+171
[next]