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
*
loader/dri3: Try to make sure we only process our own NotifyMSC events
Michel Dänzer
2018-01-17
2
-22
/
+18
*
radv: Implement VK_EXT_debug_report.
Bas Nieuwenhuizen
2018-01-17
3
-0
/
+50
*
vulkan: move anv VK_EXT_debug_report implementation to common code.
Bas Nieuwenhuizen
2018-01-17
9
-95
/
+182
*
st/glsl_to_nir: disable io lowering to temps for tess
Timothy Arceri
2018-01-17
1
-4
/
+8
*
i965: Enable CCS_E sampling of sRGB textures as UNORM
Jason Ekstrand
2018-01-16
1
-3
/
+2
*
i965/draw: Do resolves properly for textures used by TXF
Jason Ekstrand
2018-01-16
1
-0
/
+41
*
i965/miptree: Refactor CCS_E and CCS_D cases in render_aux_usage
Jason Ekstrand
2018-01-16
1
-13
/
+15
*
Re-enable regular fast-clears (CCS_D) on gen9+
Jason Ekstrand
2018-01-16
2
-42
/
+25
*
i965: Track format and aux usage in the render cache
Jason Ekstrand
2018-01-16
5
-27
/
+92
*
i965: Call brw_cache_flush_for_render in predraw_resolve_framebuffer
Jason Ekstrand
2018-01-16
1
-0
/
+2
*
i965/gen6-7/sol: Bump primitive counter BO size.
Francisco Jerez
2018-01-16
1
-2
/
+3
*
i965/gen6-7/sol: Keep independent counters for the current and previous begin...
Francisco Jerez
2018-01-16
3
-27
/
+36
*
i965/gen6-7/sol: Restructure primitive counter into a separate type.
Francisco Jerez
2018-01-16
3
-39
/
+58
*
st/mesa: enable ARB_enhanced_layouts on nir drivers
Timothy Arceri
2018-01-17
1
-3
/
+1
*
draw: remove VSPLIT_CREATE_IDX macro
Roland Scheidegger
2018-01-17
1
-11
/
+12
*
draw: fix vsplit code when the (post-bias) index value is -1
Roland Scheidegger
2018-01-17
2
-3
/
+4
*
st/va: release held locks in error paths
Grazvydas Ignotas
2018-01-17
3
-3
/
+9
*
mesa: remove unneeded semicolons
Grazvydas Ignotas
2018-01-17
3
-3
/
+3
*
radeon: remove unneeded semicolons
Grazvydas Ignotas
2018-01-17
4
-6
/
+6
*
osmesa: don't check SmoothFlag twice
Grazvydas Ignotas
2018-01-17
1
-1
/
+0
*
ac: set no-signed-zeros-fp-math when RADV_DEBUG="unsafemath" is used
Samuel Pitoiset
2018-01-16
1
-0
/
+3
*
ac: set fast math flags when RADV_DEBUG="unsafemath" is used
Samuel Pitoiset
2018-01-16
1
-2
/
+10
*
ac: import lp_create_builder() from gallivm
Samuel Pitoiset
2018-01-16
5
-42
/
+43
*
ac: replace llvm.AMDGPU.kilp by llvm.amdgcn.kill with LLVM 6
Samuel Pitoiset
2018-01-16
1
-10
/
+12
*
glsl/linker: link-error using the same name in unnamed block and outside
Juan A. Suarez Romero
2018-01-16
1
-0
/
+23
*
glx: fix non-dri build
Samuel Thibault
2018-01-16
1
-0
/
+4
*
st/va: clear pointers for mpeg2 quantiser matrices
Indrajit Das
2018-01-16
1
-0
/
+5
*
radeon/vcn: update quantiser matrices only when requested
Indrajit Das
2018-01-16
1
-6
/
+11
*
radeon/uvd: update quantiser matrices only when requested
Indrajit Das
2018-01-16
1
-6
/
+11
*
Revert "docs: Mark GLX_ARB_context_flush_control done"
Adam Jackson
2018-01-15
1
-1
/
+1
*
Revert "gallium/dri2: Enable {GLX_ARB,EGL_KHR}_context_flush_control"
Adam Jackson
2018-01-15
1
-2
/
+0
*
Revert "i965: Enable flush control"
Adam Jackson
2018-01-15
2
-21
/
+1
*
Revert "ac/shader: gather If TES reads TESSINNER or TESSOUTER"
Samuel Pitoiset
2018-01-15
5
-8
/
+4
*
amd/common: fix loading InstanceID for tess on < GFX9
Samuel Pitoiset
2018-01-15
1
-2
/
+1
*
ac/shader: gather If TES reads TESSINNER or TESSOUTER
Samuel Pitoiset
2018-01-15
5
-4
/
+8
*
ac: remove ac_shader_variant_info::fs::output_mask
Samuel Pitoiset
2018-01-15
2
-3
/
+0
*
r600/shader: Initialize max_driver_temp_used correctly for the first time
Gert Wollny
2018-01-15
1
-0
/
+1
*
freedreno/ir3: "soft" depth scheduling for SFU instructions
Rob Clark
2018-01-14
1
-9
/
+21
*
freedreno/a5xx: work around SWAP vs TILE_MODE constraint
Rob Clark
2018-01-14
1
-0
/
+20
*
freedreno/a5xx: texture tiling
Rob Clark
2018-01-14
16
-25
/
+339
*
freedreno: update generated headers
Rob Clark
2018-01-14
6
-26
/
+35
*
freedreno: add screen->setup_slices() for tex layout
Rob Clark
2018-01-14
3
-19
/
+43
*
r300g: remove double assignment
Grazvydas Ignotas
2018-01-14
1
-1
/
+0
*
util: use faster zlib's CRC32 implementaion
Grazvydas Ignotas
2018-01-14
1
-0
/
+13
*
android,configure,meson: define HAVE_ZLIB
Grazvydas Ignotas
2018-01-14
3
-0
/
+3
*
util/crc32: don't drop the const qualifier
Grazvydas Ignotas
2018-01-14
1
-1
/
+1
*
ac: add doubles support to isign
Timothy Arceri
2018-01-14
1
-7
/
+18
*
ac: add i64_0 and i64_1 to llvm build context
Timothy Arceri
2018-01-14
2
-0
/
+4
*
ac/nir: fix translation of nir_op_b2i for doubles
Timothy Arceri
2018-01-14
1
-3
/
+9
*
ac: fix build error in si_shader
Mauro Rossi
2018-01-13
1
-1
/
+1
[next]