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
*
radv: Allow ETC2 on RAVEN and VEGA10 instead of all GFX9.
Bas Nieuwenhuizen
2018-08-14
1
-1
/
+2
*
radv: Update to new VK_EXT_vertex_attribute_divisor to version 2.
Bas Nieuwenhuizen
2018-08-14
2
-4
/
+5
*
radv: Fix missing Android platform define.
Bas Nieuwenhuizen
2018-08-14
2
-1
/
+3
*
blorp: Properly handle Z24X8 blits.
Kenneth Graunke
2018-08-13
2
-12
/
+11
*
blorp: Don't try to use R32_UNORM for R24_UNORM_X8_TYPELESS rendering.
Kenneth Graunke
2018-08-13
1
-5
/
+5
*
intel: Switch the order of the 2x MSAA sample positions
Jason Ekstrand
2018-08-13
4
-14
/
+24
*
mesa/st: ETC2 now uses R8G8B8A8_SRGB as fallback
Gert Wollny
2018-08-10
1
-1
/
+1
*
egl: Fix leak of X11 pixmaps backing pbuffers in DRI3.
Eric Anholt
2018-08-10
1
-0
/
+5
*
intel: Fix SIMD16 unaligned payload GRF reads on Gen4-5.
Kenneth Graunke
2018-08-10
1
-0
/
+20
*
glx: GLX_MESA_multithread_makecurrent is direct-only
Adam Jackson
2018-08-10
1
-1
/
+1
*
glsl: handle error case with ast_post_inc, ast_post_dec
Tapani Pälli
2018-08-10
1
-0
/
+5
*
drirc: Allow extension midshader for Metro Redux
vadym.shovkoplias
2018-08-10
1
-0
/
+4
*
intel/tools: add missing variable initialisation
Eric Engestrom
2018-08-09
1
-1
/
+1
*
vc4: Fix vc4_fence_server_sync() on pre-syncobj kernels.
Eric Anholt
2018-08-09
1
-1
/
+2
*
swr: don't export swr_create_screen_internal
Emil Velikov
2018-08-09
2
-2
/
+1
*
wayland/egl: update surface size on window resize
Juan A. Suarez Romero
2018-08-09
1
-4
/
+15
*
wayland/egl: initialize window surface size to window size
Juan A. Suarez Romero
2018-08-09
1
-0
/
+3
*
autotools: use correct gl.pc LIBS when using glvnd
Emil Velikov
2018-08-09
1
-1
/
+1
*
automake: require shared glapi when using DRI based libGL
Emil Velikov
2018-08-09
1
-4
/
+1
*
vc4: Ignore samplers for finding uniform offsets.
Eric Anholt
2018-08-09
1
-3
/
+14
*
vc4: Respect a sampler view's first_layer field.
Eric Anholt
2018-08-09
1
-1
/
+3
*
vc4: Fix a leak of the no-vertex-elements workaround BO.
Eric Anholt
2018-08-07
1
-0
/
+2
*
vc4: Fix context creation when syncobjs aren't supported.
Eric Anholt
2018-08-07
1
-2
/
+6
*
drisw: Fix build on Android Nougat, which lacks shm (v2)
Chad Versace
2018-08-07
1
-0
/
+11
*
v3d: Emit the VCM_CACHE_SIZE packet.
Eric Anholt
2018-08-07
6
-4
/
+45
*
v3d: Avoid spilling that breaks the r5 usage after a ldvary.
Eric Anholt
2018-08-07
1
-0
/
+9
*
v3d: Make sure that QPU instruction-has-a-dest matches VIR.
Eric Anholt
2018-08-07
2
-1
/
+11
*
v3d: Wait for TMU writes to complete before continuing after a spill.
Eric Anholt
2018-08-07
1
-1
/
+6
*
v3d: Make sure we don't emit a thrsw before the last one finished.
Eric Anholt
2018-08-07
1
-2
/
+13
*
intel: aubinator: fix read the context/ring
Lionel Landwerlin
2018-08-06
1
-2
/
+2
*
nvc0/ir: return 0 in imageLoad on incomplete textures
Karol Herbst
2018-08-06
2
-3
/
+31
*
gallium/u_vbuf: handle indirect multidraws correctly and efficiently (v3)
Marek Olšák
2018-08-06
1
-24
/
+180
*
android: radv: build vulkan.radv conditionally to radeonsi
Mauro Rossi
2018-08-06
1
-0
/
+2
*
intel/tools: add error2aub creation into autotools
Andres Gomez
2018-08-02
1
-1
/
+23
*
swr: Remove unnecessary memset call
Vlad Golovkin
2018-08-02
1
-1
/
+0
*
mesa: replace binary constants with hexadecimal constants
18.2-branchpoint
Andres Gomez
2018-08-02
1
-58
/
+58
*
ddebug: use util_snprintf() in dd_get_debug_filename_and_mkdir
Andres Gomez
2018-08-02
1
-3
/
+4
*
kutil/queue: use util_snprintf() in util_queue_init
Andres Gomez
2018-08-02
1
-3
/
+3
*
gallium/aux/util: use util_snprintf() in test_texture_barrier
Andres Gomez
2018-08-02
1
-2
/
+2
*
glsl: use util_snprintf()
Andres Gomez
2018-08-02
6
-27
/
+34
*
intel/compiler: Add brw_get_compiler_config_value for disk cache
Jordan Justen
2018-08-01
4
-2
/
+43
*
i965: Disable shader cache with INTEL_DEBUG=shader_time
Jordan Justen
2018-08-01
2
-2
/
+8
*
glsl: make a copy of array indices that are used to deref a function out param
Timothy Arceri
2018-08-02
1
-0
/
+54
*
anv/pipeline: Add populate_tcs/tes_key helpers
Jason Ekstrand
2018-08-01
1
-3
/
+25
*
anv/pipeline: Rework the parameters to populate_wm_prog_key
Jason Ekstrand
2018-08-01
1
-22
/
+24
*
anv/pipeline: More aggressively optimize away color attachments
Jason Ekstrand
2018-08-01
2
-5
/
+14
*
anv: Restrict the number of color regions to those actually written
Jason Ekstrand
2018-08-01
1
-0
/
+5
*
anv/pipeline: Fix up deref modes if we delete a FS output
Jason Ekstrand
2018-08-01
1
-0
/
+5
*
nir/lower_indirect: Bail early if modes == 0
Jason Ekstrand
2018-08-01
1
-0
/
+3
*
intel/nir: Call nir_lower_io_to_scalar_early
Jason Ekstrand
2018-08-01
1
-5
/
+12
[next]