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
path:
root
/
src
/
gallium
/
drivers
/
swr
Commit message (
Expand
)
Author
Age
Files
Lines
*
swr: remove duplicated constant update code
Tim Rowley
2016-04-28
1
-44
/
+47
*
swr: s/Elements/ARRAY_SIZE/
Tim Rowley
2016-04-27
3
-7
/
+7
*
swr: [rasterizer] warning cleanup
Tim Rowley
2016-04-27
9
-74
/
+27
*
swr: [rasterizer core] implement legacy depth bias enable
Tim Rowley
2016-04-27
4
-21
/
+25
*
swr: [rasterizer jitter] support for dumping x86 asm
Tim Rowley
2016-04-27
2
-0
/
+50
*
swr: [rasterizer core] more backend refactoring
Tim Rowley
2016-04-27
8
-963
/
+573
*
swr: [rasterizer jitter] add mSimdInt1Ty
Tim Rowley
2016-04-27
2
-0
/
+2
*
swr: [rasterizer core] backend refactor
Tim Rowley
2016-04-27
5
-238
/
+633
*
swr: autogenerate swr_context_llvm.h
Tim Rowley
2016-04-26
6
-128
/
+16
*
gallium: Remove every double semi-colon
Jakob Sinclair
2016-04-26
2
-7
/
+7
*
swr: [rasterizer memory] Constify load tiles
Tim Rowley
2016-04-22
2
-6
/
+8
*
swr: [rasterizer core] CompleteDrawContext changes for gcc
Tim Rowley
2016-04-22
1
-4
/
+11
*
swr: [rasterizer] Small cleanups
Tim Rowley
2016-04-22
7
-20
/
+29
*
swr: [rasterizer scripts] Knob scripts tweaks
Tim Rowley
2016-04-22
2
-2
/
+27
*
swr: [rasterizer] Interpolation utility functions
Tim Rowley
2016-04-22
3
-6
/
+55
*
swr: [rasterizer core] TemplateArgUnroller
Tim Rowley
2016-04-22
5
-109
/
+101
*
swr: [rasterizer core] Arena: make most allocated blocks the same size
Tim Rowley
2016-04-22
1
-16
/
+52
*
swr: [rasterizer core] Fix global arena allocator bug
Tim Rowley
2016-04-22
2
-42
/
+51
*
swr: [rasterizer core] Fix thread binding for 32-bit windows
Tim Rowley
2016-04-22
1
-1
/
+15
*
swr: [rasterizer fetch] Add support for fetching non-uniform component formats
Tim Rowley
2016-04-22
1
-1
/
+189
*
swr: [rasterizer core] Use CS spill/fill size in core
Tim Rowley
2016-04-22
4
-5
/
+9
*
swr: fix memory leaks from vs/fs compilation
Tim Rowley
2016-04-22
3
-23
/
+41
*
swr: fix clang warnings
Tim Rowley
2016-04-22
2
-5
/
+5
*
swr: ignore generated files in rasterizer
Ilia Mirkin
2016-04-22
1
-0
/
+7
*
gallium: add bool return to pipe_context::end_query
Nicolai Hähnle
2016-04-21
1
-1
/
+2
*
swr: add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT to get_param
Tim Rowley
2016-04-21
1
-0
/
+1
*
swr: fix resource backed constant buffers
Tim Rowley
2016-04-20
2
-7
/
+7
*
gallivm: convert size query to using a set of parameters.
Dave Airlie
2016-04-19
1
-18
/
+4
*
swr: dereference cbuf/zbuf/views on context destroy
Tim Rowley
2016-04-18
1
-0
/
+15
*
gallium/swr: confine c++11 flag to swr driver
Tim Rowley
2016-04-15
1
-2
/
+3
*
gallium/swr: allow swr use as a swrast dri driver
Tim Rowley
2016-04-15
1
-0
/
+8
*
gallium/swr: fold the almost identical Makefiles
Emil Velikov
2016-04-14
5
-310
/
+184
*
gallium/swr: Make flat shading tris work.
George Kyriazis
2016-04-13
2
-0
/
+5
*
swr: handle pci cap requests
Tim Rowley
2016-04-12
1
-0
/
+4
*
swr: support samplers in vertex shaders
Tim Rowley
2016-04-12
6
-105
/
+228
*
gallium: Add capability for ARB_robust_buffer_access_behavior.
Bas Nieuwenhuizen
2016-04-12
1
-0
/
+1
*
swr: [rasterizer core] warning cleanup
Tim Rowley
2016-04-12
2
-5
/
+4
*
swr: [rasterizer] Put in rudimentary garbage collection for the global arena ...
Tim Rowley
2016-04-12
3
-61
/
+187
*
swr: [rasterizer core] Put DRAW_CONTEXT on a diet
Tim Rowley
2016-04-12
7
-49
/
+43
*
swr: [rasterizer core] Add experimental support for hyper-threaded front-end
Tim Rowley
2016-04-12
5
-56
/
+139
*
swr: [rasterizer] Avoid segv in thread creation on machines with non-consecut...
Tim Rowley
2016-04-12
1
-0
/
+4
*
swr: [rasterizer core] Replace all naked OSALIGN macro uses with OSALIGNSIMD ...
Tim Rowley
2016-04-12
4
-14
/
+14
*
swr: [rasterizer] Ensure correct alignment of stack variables used as vectors
Tim Rowley
2016-04-12
2
-3
/
+4
*
swr: [rasterizer core] Quantize depth to depth buffer precision prior to dept...
Tim Rowley
2016-04-12
5
-13
/
+81
*
swr: [rasterizer common] win32 build fixups
Tim Rowley
2016-04-12
1
-6
/
+0
*
swr: [rasterizer core] Affinitize thread scratch space to numa node of worker
Tim Rowley
2016-04-12
3
-4
/
+16
*
swr: [rasterizer] Misc fixes identified by static code analysis
Tim Rowley
2016-04-12
4
-6
/
+21
*
gallium: add pipe_context::set_active_query_state for pausing queries
Marek Olšák
2016-04-12
1
-0
/
+7
*
swr: [rasterizer jitter] Fix MASKLOADD AVX prototype (float -> i32)
Tim Rowley
2016-03-25
1
-1
/
+1
*
swr: [rasterizer core] NUMA optimizations...
Tim Rowley
2016-03-25
5
-65
/
+105
[next]