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
Commit message (
Expand
)
Author
Age
Files
Lines
*
util/indices,svga: s/unsigned/enum pipe_prim_type/
Brian Paul
2016-05-26
5
-18
/
+21
*
util: s/unsigned/enum pipe_resource_usage/ for buffer usage variables
Brian Paul
2016-05-26
9
-13
/
+15
*
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
*
util/indices: implement unfilled (tri->line) conversion for adjacency prims
Brian Paul
2016-05-26
2
-2
/
+38
*
util/indices: implement provoking vertex conversion for adjacency primitives
Brian Paul
2016-05-26
3
-3
/
+134
*
util/indices: assert that the incoming primitive is a triangle type
Brian Paul
2016-05-26
1
-0
/
+5
*
util/indices: formatting, whitespace fixes in u_unfilled_indices.c
Brian Paul
2016-05-26
1
-12
/
+7
*
util/indices: improve comments in u_indices.h
Brian Paul
2016-05-26
1
-3
/
+29
*
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
*
tgsi: fix coverity out-of-bounds warning
Rob Clark
2016-05-26
1
-0
/
+3
*
tgsi: fix out of bounds access
Rob Clark
2016-05-26
1
-1
/
+1
*
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
*
winsys/amdgpu: add back multithreaded command submission
Marek Olšák
2016-05-26
6
-131
/
+341
*
gallium/tgsi: use _mesa_roundevenf in micro_rnd
Lars Hamre
2016-05-26
1
-4
/
+5
*
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
6
-10
/
+10
*
tgsi: print TGSI_PROPERTY_NEXT_SHADER value as string, not an integer
Brian Paul
2016-05-25
2
-0
/
+25
*
tgsi: s/6/PIPE_SHADER_TYPES/ for tgsi_processor_type_names array size
Brian Paul
2016-05-25
1
-1
/
+1
*
mesa_glinterop: make GL interop version field bidirectional
Emil Velikov
2016-05-24
1
-1
/
+8
*
mesa_glinterop: drop mesa_glinterop_device_info::interop_version
Emil Velikov
2016-05-24
1
-2
/
+0
*
st/dri: add note about GL interop version checks
Emil Velikov
2016-05-24
1
-2
/
+4
*
mesa_glinterop: rename MESA_GLINTEROP_INVALID_{VALUE,VERSION}
Emil Velikov
2016-05-24
1
-2
/
+2
*
mesa_glinterop: s/struct_version/version/
Emil Velikov
2016-05-24
1
-2
/
+2
*
mesa_glinterop: use consistent naming scheme for GL interop
Emil Velikov
2016-05-24
1
-3
/
+3
*
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
[next]