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
*
dri: make use of dri_get_extensions_name(..) helper
Christian Gmeiner
2016-11-15
3
-7
/
+8
*
loader: add loader_get_extensions_name(..) helper
Christian Gmeiner
2016-11-15
2
-0
/
+21
*
egl: Use pkg-config for Android NDK build
Gurchetan Singh
2016-11-15
2
-0
/
+3
*
configure.ac: Don't look for pthreads in Android platform
Gurchetan Singh
2016-11-15
1
-2
/
+5
*
meta/GetTexSubImage: Account for GL_PACK_SKIP_IMAGES on compressed textures
Eduardo Lima Mitev
2016-11-15
1
-3
/
+17
*
anv/format: handle unsupported formats earlier
Iago Toral Quiroga
2016-11-15
1
-3
/
+3
*
main: return error if asking for GL_TEXTURE_BORDER_COLOR in TEXTURE_2D_MULTIS...
Samuel Iglesias Gonsálvez
2016-11-15
1
-0
/
+12
*
anv: fix multi level clears with VK_REMAINING_MIP_LEVELS
Lionel Landwerlin
2016-11-14
1
-2
/
+2
*
dir-locals.el: Adds White Space support
Andres Gomez
2016-11-14
1
-2
/
+7
*
anv/format: support VK_FORMAT_R8G8B8_SRGB
Iago Toral Quiroga
2016-11-14
1
-1
/
+1
*
anv/format: handle unsupported formats properly
Iago Toral Quiroga
2016-11-14
1
-0
/
+3
*
clover: adapt to new error API since LLVM r286752
Vedran Miletić
2016-11-14
1
-2
/
+8
*
swr: [rasterizer core] remove driverType
Tim Rowley
2016-11-14
5
-49
/
+2
*
swr: [rasterizer archrast] move to pass by value
Tim Rowley
2016-11-14
2
-2
/
+2
*
swr: [rasterizer core] add mode for aux buffer in the SWR_SURFACE_STATE
Tim Rowley
2016-11-14
1
-0
/
+16
*
swr: [rasterizer common] don't bleed NOMINMAX definition after <windows.h>
Tim Rowley
2016-11-14
1
-1
/
+4
*
swr: [rasterizer archrast] add events
Tim Rowley
2016-11-14
6
-6
/
+541
*
swr: [rasterizer core] fix culling issues
Tim Rowley
2016-11-14
1
-66
/
+119
*
swr: [rasterizer core/jitter] fix alpha test bug
Tim Rowley
2016-11-14
3
-3
/
+15
*
swr: [rasterizer core] various code style changes
Tim Rowley
2016-11-14
6
-5
/
+26
*
swr: [rasterizer archrast] don't generate empty files
Tim Rowley
2016-11-14
4
-8
/
+39
*
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
[next]