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
*
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
*
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
17
-0
/
+18
*
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
*
vl/drm: don't call close(-1) in vl_drm_screen_create error path
Emil Velikov
2016-05-23
1
-4
/
+5
*
st/xa: don't call close(-1) in xa_tracker_create error path
Emil Velikov
2016-05-23
1
-3
/
+3
*
st/dri: don't call close(-1) in dri{2, kms_}_init_screen error path
Emil Velikov
2016-05-23
1
-10
/
+20
*
st/dri: Add support for DRIimage extension mapImage/unmapImage
Rob Herring
2016-05-23
1
-1
/
+42
*
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
*
tgsi: remove culldist semantic.
Dave Airlie
2016-05-23
3
-6
/
+18
*
draw: stop using CULLDIST semantic.
Dave Airlie
2016-05-23
11
-50
/
+32
*
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
*
nv30: reset the stencil mask when fast-clearing
Ilia Mirkin
2016-05-22
1
-1
/
+6
*
nv30,nv50: add PIPE_SHADER_CAP_PREFERRED_IR support
Ilia Mirkin
2016-05-22
2
-6
/
+12
*
nvc0: fix setting of tess_mode in various situations
Ilia Mirkin
2016-05-22
1
-4
/
+14
*
nv50/ir: fix prog info init
Ilia Mirkin
2016-05-22
1
-3
/
+1
*
nvc0/ir: return 0 for gl_TessCoord.z for non-triangles modes
Ilia Mirkin
2016-05-22
1
-0
/
+4
*
nvc0: expose GLSL version 420 on GF100
Samuel Pitoiset
2016-05-21
1
-1
/
+1
*
nvc0: enable ARB_shader_image_load_store on GF100
Samuel Pitoiset
2016-05-21
1
-0
/
+3
*
nvc0/ir: add a lowering pass for surfaces on Fermi
Samuel Pitoiset
2016-05-21
2
-0
/
+117
*
nvc0/ir: add emission for SULDB and SUSTx
Samuel Pitoiset
2016-05-21
1
-2
/
+44
*
nvc0/ir: add emission for OP_SULEA
Samuel Pitoiset
2016-05-21
1
-0
/
+58
*
nv50/ir: fix tex constraints for surface coords on Fermi
Samuel Pitoiset
2016-05-21
1
-0
/
+6
[next]