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
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: always reserve output space for tess factors
Marek Olšák
2016-05-27
1
-1
/
+6
*
gallium/ddebug: Add passthrough for query_memory_info.
Bas Nieuwenhuizen
2016-05-27
1
-0
/
+9
*
svga: remove unneeded casts in get_query_result_vgpu9() calls
Brian Paul
2016-05-27
1
-2
/
+2
*
svga: use MAYBE_UNUSED to silence release-build warnings
Brian Paul
2016-05-27
1
-7
/
+4
*
nvc0/ir: handle a load's reg result not being used for locked variants
Ilia Mirkin
2016-05-26
3
-11
/
+45
*
nvc0/ir: avoid generating illegal instructions for compute constbuf loads
Ilia Mirkin
2016-05-26
1
-1
/
+2
*
util/indices,svga: s/unsigned/enum pipe_prim_type/
Brian Paul
2016-05-26
2
-2
/
+4
*
svga: s/unsigned/enum pipe_resource_usage/ for buffer usage variables
Brian Paul
2016-05-26
3
-3
/
+3
*
svga: s/unsigned/enum pipe_prim_type/ for primitive type variables
Brian Paul
2016-05-26
7
-14
/
+15
*
svga: fix test for unfilled triangles fallback
Brian Paul
2016-05-26
3
-6
/
+43
*
svga: clean up and improve comments in svga_draw_private.h
Brian Paul
2016-05-26
1
-4
/
+8
*
svga: fix primitive mode (point/line/tri) test for unfilled primitives
Brian Paul
2016-05-26
2
-2
/
+2
*
nvc0: invalidate textures/samplers between 3D and CP on Fermi
Samuel Pitoiset
2016-05-26
2
-0
/
+27
*
compiler: Move glsl_to_nir to libglsl.la
Jason Ekstrand
2016-05-26
1
-1
/
+1
*
radeonsi: Allow TES distribution between shader engines.
Bas Nieuwenhuizen
2016-05-26
4
-15
/
+40
*
radeonsi: Process multiple patches per threadgroup.
Bas Nieuwenhuizen
2016-05-26
1
-15
/
+35
*
radeonsi: Add barrier before writing the tess factors.
Bas Nieuwenhuizen
2016-05-26
1
-0
/
+6
*
radeonsi: Enable dynamic HS.
Bas Nieuwenhuizen
2016-05-26
2
-5
/
+16
*
radeonsi: Remove LDS layout user SGPR's from TES.
Bas Nieuwenhuizen
2016-05-26
3
-13
/
+10
*
radeonsi: Use buffer loads and stores for passing data from TCS to TES.
Bas Nieuwenhuizen
2016-05-26
1
-16
/
+50
*
radeonsi: Store inputs to memory when not using a TCS.
Bas Nieuwenhuizen
2016-05-26
3
-0
/
+49
*
radeonsi: Add offchip buffer address calculation.
Bas Nieuwenhuizen
2016-05-26
1
-0
/
+124
*
radeonsi: Add user SGPR for the layout of the offchip buffer.
Bas Nieuwenhuizen
2016-05-26
3
-4
/
+20
*
radeonsi: Use correct parameter index for LS_OUT_LAYOUT.
Bas Nieuwenhuizen
2016-05-26
1
-3
/
+4
*
radeonsi: Add buffer load functions.
Bas Nieuwenhuizen
2016-05-26
1
-0
/
+114
*
radeonsi: Define build_tbuffer_store_dwords earlier to support new users.
Bas Nieuwenhuizen
2016-05-26
1
-69
/
+69
*
radeonsi: Add offchip tessellation parameters.
Bas Nieuwenhuizen
2016-05-26
3
-6
/
+34
*
radeonsi: Add buffer for offchip storage between TCS and TES.
Bas Nieuwenhuizen
2016-05-26
4
-0
/
+23
*
nvc0: allow to monitor MP perf counters with compute shaders
Samuel Pitoiset
2016-05-26
2
-19
/
+55
*
gallium/radeon: add the kernel version into the renderer string
Marek Olšák
2016-05-26
1
-3
/
+9
*
nvc0: add note about where the viewport mask would go
Ilia Mirkin
2016-05-26
1
-0
/
+1
*
nvc0: enable 32 textures on kepler+
Ilia Mirkin
2016-05-26
2
-3
/
+3
*
swr: [rasterizer] Correctly select optimized primitive assembly.
Bruce Cherniak
2016-05-25
7
-9
/
+17
*
freedreno/ir3: cmdline compiler for glsl
Rob Clark
2016-05-25
2
-14
/
+77
*
nvc0: add descriptions for hardware perf counters/metrics
Samuel Pitoiset
2016-05-25
2
-70
/
+353
*
scons: whitespace cleanup
Giuseppe Bilotta
2016-05-25
1
-1
/
+1
*
swr: [rasterizer] remove containers.hpp
Tim Rowley
2016-05-24
6
-215
/
+1
*
swr: [rasterizer core] remove utility dead code
Tim Rowley
2016-05-24
3
-257
/
+0
*
swr: [rasterizer core] buckets fixes
Tim Rowley
2016-05-24
5
-25
/
+49
*
swr: [rasterizer core] move centroid setup out of CalcCentroidBarycentrics
Tim Rowley
2016-05-24
2
-15
/
+20
*
swr: [rasterizer jitter] implement InstanceID/VertexID in fetch jit
Tim Rowley
2016-05-24
2
-173
/
+336
*
nvc0: expose robust buffer access
Ilia Mirkin
2016-05-23
1
-1
/
+1
*
gallium: Add a pipe cap for whether primitive restart works for patches.
Kenneth Graunke
2016-05-23
15
-0
/
+15
*
freedreno/ir3: disable cp for indirect src's
Rob Clark
2016-05-23
1
-0
/
+9
*
nvc0: do not invalidate compute constbufs on Kepler
Samuel Pitoiset
2016-05-23
1
-4
/
+6
*
nv30: don't assert when running out of registers
Ilia Mirkin
2016-05-22
2
-3
/
+1
*
nouveau: allow allocating non-object-backed buffers
Ilia Mirkin
2016-05-22
1
-4
/
+1
*
llvm/softpipe: Enable cull_distance as draw supports it.
Tobias Klausmann
2016-05-23
2
-2
/
+3
*
virgl: remove unused state_tracker/graw.h include
Emil Velikov
2016-05-23
1
-1
/
+0
*
nvc0/ir: fix indirect access for images
Samuel Pitoiset
2016-05-22
1
-8
/
+14
[next]