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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
swr: [rasterizer core] GS viewport array index attribute
Tim Rowley
2016-06-23
2
-1
/
+2
*
swr: [rasterizer core] conservative rasterization frontend support
Tim Rowley
2016-06-23
10
-63
/
+325
*
swr: [rasterizer core] stop single threaded crash exit crash
Tim Rowley
2016-06-23
1
-2
/
+3
*
swr: [rasterizer jitter] small fetch jit cleanup
Tim Rowley
2016-06-23
1
-134
/
+36
*
swr: [rasterizer core] remove old comment
Tim Rowley
2016-06-23
1
-1
/
+0
*
swr: [rasterizer jitter] cleanup supporting different llvm versions
Tim Rowley
2016-06-23
8
-34
/
+73
*
swr: [rasterizer jitter] unitialized component fix in fetch jit
Tim Rowley
2016-06-23
1
-1
/
+1
*
swr: [rasterizer] add support for building avx512 version
Tim Rowley
2016-06-23
5
-15
/
+20
*
swr: [rasterizer common] fix include for Intel compiler
Tim Rowley
2016-06-23
1
-1
/
+1
*
swr: [rasterizer common] workaround clang for windows __cpuid() bug
Tim Rowley
2016-06-23
1
-5
/
+9
*
swr: push/pop DEBUG macro around llvm includes
Tim Rowley
2016-06-23
2
-4
/
+13
*
svga: rename svga_surface_copy() to svga_resource_copy_region()
Brian Paul
2016-06-23
1
-9
/
+9
*
svga: don't copy blit_info into local var
Brian Paul
2016-06-23
1
-11
/
+10
*
gallium/util: fix some 4-space indentation in blitter code
Brian Paul
2016-06-23
1
-21
/
+21
*
svga: fix texture array update regression
Charmaine Lee
2016-06-23
1
-6
/
+27
*
svga: fix index/vertex buffer surface reference at draw
Charmaine Lee
2016-06-23
1
-0
/
+20
*
svga: fix vertex buffer references in the hw state
Charmaine Lee
2016-06-23
4
-27
/
+64
*
svga: fix index buffer reference in the hw state
Charmaine Lee
2016-06-23
3
-6
/
+16
*
nv50,nvc0: fix start_instance in manual push path
Ilia Mirkin
2016-06-21
2
-10
/
+22
*
translate: fix start_instance parameter in sse version
Ilia Mirkin
2016-06-21
1
-7
/
+7
*
radeonsi: add a debug flag for unsafe math LLVM optimizations
Marek Olšák
2016-06-21
3
-0
/
+18
*
radeonsi: use u_blitter for mipmap generation
Marek Olšák
2016-06-21
2
-1
/
+32
*
gallium/u_blitter: implement mipmap generation
Marek Olšák
2016-06-21
2
-114
/
+238
*
clover: Fix build against clang SVN >= r273191
Vedran Miletić
2016-06-21
1
-1
/
+1
*
gallium: make image_view const
Rob Clark
2016-06-20
7
-10
/
+10
*
gallium: make constant_buffer const
Rob Clark
2016-06-20
21
-24
/
+23
*
gallium: make shader_buffers const
Rob Clark
2016-06-20
6
-9
/
+9
*
radeonsi: use trapezoid distribution for tess on Fiji and Polaris
Nicolai Hähnle
2016-06-20
2
-8
/
+24
*
radeonsi/sid: add Fiji+ tesselation distribution mode
Nicolai Hähnle
2016-06-20
1
-3
/
+7
*
radeonsi: emit PA_SC_RASTER_CONFIG_1 only once
Nicolai Hähnle
2016-06-20
1
-16
/
+17
*
radeonsi: fix calculation of valid RB mask per SE
Nicolai Hähnle
2016-06-20
1
-4
/
+9
*
radeonsi: raise SI_PM4_MAX_DW
Nicolai Hähnle
2016-06-20
1
-1
/
+1
*
gallivm: don't use integer min/max sse intrinsics with llvm >= 3.9
Roland Scheidegger
2016-06-20
1
-2
/
+4
*
nvc0: don't make use of push hint if there are no non-const user vbos
Ilia Mirkin
2016-06-19
1
-1
/
+3
*
gk104/ir: fix tex use generation to be more careful about eliding uses
Ilia Mirkin
2016-06-19
2
-12
/
+27
*
nv50: add support for GL_EXT_window_rectangles
Ilia Mirkin
2016-06-18
7
-5
/
+74
*
nvc0: add support for GL_EXT_window_rectangles
Ilia Mirkin
2016-06-18
7
-5
/
+72
*
gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all drivers
Ilia Mirkin
2016-06-18
17
-0
/
+18
*
gallium: add API for setting window rectangles
Ilia Mirkin
2016-06-18
3
-3
/
+25
*
nv50/ir: add missing strings for some recent sysvals
Samuel Pitoiset
2016-06-18
1
-0
/
+3
*
swr: Update screen->context pointer with multiple contexts.
Bruce Cherniak
2016-06-17
2
-3
/
+7
*
swr: switch from overriding -march to selecting features
Tim Rowley
2016-06-17
1
-2
/
+2
*
st/vdpau: we support lumakeying now
Christian König
2016-06-16
1
-0
/
+1
*
vl: support luma keying for interlaced surfaces as well
Christian König
2016-06-16
1
-35
/
+41
*
auxilary/os: allow appending to GALLIUM_LOG_FILE
Brian Paul
2016-06-15
1
-2
/
+13
*
vc4: fix vc4_resource_from_handle() stride calculation
Rob Herring
2016-06-15
1
-2
/
+2
*
winsys/radeon: use the common job queue for multithreaded command submission v2
Marek Olšák
2016-06-15
4
-82
/
+19
*
gallium/util: import the multithreaded job queue from amdgpu winsys (v2)
Marek Olšák
2016-06-15
7
-83
/
+229
*
radeonsi: fix undefined left-shift into sign bit
Nicolai Hähnle
2016-06-15
1
-1
/
+2
*
gallium/radeon: num-cs-flushes query should display per-frame average
Marek Olšák
2016-06-14
1
-1
/
+1
[prev]
[next]