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
*
swr: [rasterizer archrast] fix open file handle limit issue
Tim Rowley
2016-11-14
1
-6
/
+44
*
swr: [rasterizer archrast] fix double free issue
Tim Rowley
2016-11-14
9
-24
/
+41
*
swr: [rasterizer core] separate frontend/backend stats enables
Tim Rowley
2016-11-14
6
-26
/
+51
*
swr: [rasterizer core] 16-wide tile store nearly completed
Tim Rowley
2016-11-14
5
-314
/
+917
*
docs: add news item and link release notes for 13.0.1
Emil Velikov
2016-11-14
2
-0
/
+7
*
docs: add sha256 checksums for 13.0.1
Emil Velikov
2016-11-14
1
-1
/
+2
*
docs: add release notes for 13.0.1
Emil Velikov
2016-11-14
1
-0
/
+187
*
i965/vec4: skip registers already marked as no_spill
Juan A. Suarez Romero
2016-11-14
1
-2
/
+2
*
glsl: Don't crash on function names with invalid identifiers.
Kenneth Graunke
2016-11-12
1
-2
/
+4
*
glsl: Fix assert fails when assignment expressions are in array sizes.
Kenneth Graunke
2016-11-12
1
-8
/
+11
*
vc4: Add simulator kernel validation for multithreaded fragment shaders.
Jonas Pfeil
2016-11-12
3
-5
/
+76
*
vc4: Mark threaded FSes as non-singlethread in the CL.
Eric Anholt
2016-11-12
3
-1
/
+6
*
vc4: Flag the last thread switch in the program as the last.
Eric Anholt
2016-11-12
3
-0
/
+34
*
vc4: Add THRSW nodes after each tex sample setup in multithreaded mode.
Eric Anholt
2016-11-12
2
-0
/
+49
*
vc4: Add some spec citations about texture fifo management.
Eric Anholt
2016-11-12
1
-5
/
+37
*
vc4: Use ra14/rb14 as the spilling registers.
Eric Anholt
2016-11-12
2
-8
/
+8
*
vc4: Add support for register allocation for threaded shaders.
Eric Anholt
2016-11-12
3
-20
/
+85
*
vc4: Split register class setup for physical files from accumulators.
Eric Anholt
2016-11-12
1
-17
/
+19
*
vc4: Use register allocator CLASS_BIT_R0_R3 to clean up CLASS_B.
Eric Anholt
2016-11-12
1
-4
/
+4
*
vc4: Add support for QPU scheduling of thread switch instructions.
Eric Anholt
2016-11-12
1
-2
/
+27
*
vc4: Add a thread switch QIR instruction.
Eric Anholt
2016-11-12
3
-0
/
+18
*
vc4: Add a bit of QPU validation for threaded shaders.
Eric Anholt
2016-11-12
1
-1
/
+102
*
vc4: Fix register class handling of DDX/DDY arguments.
Eric Anholt
2016-11-12
1
-1
/
+1
*
radv/pipeline: Don't dereference NULL dynamic state pointers
Darren Salt
2016-11-12
1
-20
/
+47
*
freedreno/ir3: fixup ralloc fallout
Rob Clark
2016-11-12
2
-2
/
+2
*
Fix races during _mesa_HashWalk().
Steinar H. Gunderson
2016-11-12
1
-11
/
+7
*
i965: Drop tabs in brw_state.h.
Kenneth Graunke
2016-11-11
1
-13
/
+13
*
ac/nir/llvm: Fix setting function attributes for intrinsics
Daniel Scharrer
2016-11-11
1
-1
/
+5
*
i965: Update a comment: s/brw_state_cache/brw_program_cache/g
Kenneth Graunke
2016-11-11
1
-2
/
+2
*
clover: fix building since llvm r286566
Laurent Carlier
2016-11-11
1
-0
/
+5
*
egl/wayland: fix return value in dri2_wl_swrast_commit_backbuffer
Emil Velikov
2016-11-11
1
-1
/
+1
*
glsl: define __STDC_FORMAT_MACROS to get PRIx64 macro
Brian Paul
2016-11-11
1
-0
/
+1
*
mesa: fix comment indentation in bind_buffers_check_offset_and_size()
Brian Paul
2016-11-11
1
-10
/
+10
*
glsl: automake: add opt_add_neg_to_sub.h to the sources list
Emil Velikov
2016-11-11
1
-0
/
+1
*
i965: update gl_PrimitiveIDIn to be a system variable
Timothy Arceri
2016-11-11
3
-13
/
+4
*
i965: use nir_shader_gather_info() over do_set_program_inouts()
Timothy Arceri
2016-11-11
2
-2
/
+2
*
i965: remove remaining tabs in brw_program_cache.c
Timothy Arceri
2016-11-11
1
-30
/
+28
*
i965: rename brw_state_cache_check_size() to brw_program_cache_check_size()
Timothy Arceri
2016-11-11
4
-4
/
+4
*
i965: rename brw_state_cache.c -> brw_program_cache.c
Timothy Arceri
2016-11-11
4
-9
/
+9
*
i965/gs: Allow primitive id to be a system value
Jason Ekstrand
2016-11-10
1
-1
/
+2
*
vulkan/wsi/x11: Implement FIFO mode.
Jason Ekstrand
2016-11-10
1
-10
/
+164
*
vulkan/wsi: Report the correct min/maxImageCount
Jason Ekstrand
2016-11-10
2
-26
/
+20
*
vulkan/wsi: Add a thread-safe queue implementation
Kevin Strasser
2016-11-10
2
-1
/
+156
*
android/i965: add libmesa_i965_compiler static library
Tapani Pälli
2016-11-11
1
-4
/
+28
*
android: add SPIRV_FILES to libmesa_nir
Tapani Pälli
2016-11-11
1
-1
/
+2
*
anv: use STATIC_ASSERT instead of static_assert
Tapani Pälli
2016-11-11
1
-2
/
+2
*
util: use STATIC_ASSERT instead of static_assert
Tapani Pälli
2016-11-11
1
-1
/
+1
*
vulkan: import latest public vulkan headers + and fix drivers.
Dave Airlie
2016-11-11
4
-59
/
+413
*
docs: add news item and link release notes for 12.0.4
Emil Velikov
2016-11-11
2
-0
/
+7
*
docs: add sha256 checksums for 12.0.4
Emil Velikov
2016-11-11
1
-1
/
+2
[next]