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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: flush f32->f16 conversion denormals to zero. (v2)
Dave Airlie
2017-05-03
2
-4
/
+41
*
radv: Add userspace fence buffer per context.
Bas Nieuwenhuizen
2017-05-03
4
-37
/
+44
*
radv: enable lower_sub to fix loop unrolling.
Dave Airlie
2017-05-03
1
-0
/
+1
*
radv: Don't set dynamic state for pipelines with rasterizer dicard.
Bas Nieuwenhuizen
2017-05-03
1
-6
/
+9
*
radv: flush more stages when semaphore are waiting.
Dave Airlie
2017-05-03
2
-3
/
+23
*
glsl: set vector_elements to 1 for samplers
Samuel Pitoiset
2017-05-02
2
-16
/
+6
*
vc4: Use runtime CPU detection for whether NEON is available.
Eric Anholt
2017-05-02
2
-14
/
+16
*
vc4: Use a wrapper file to set VC4_BUILD_NEON instead of CFLAGS.
Eric Anholt
2017-05-02
4
-8
/
+31
*
gallium: Enable ARM NEON CPU detection.
Eric Anholt
2017-05-02
3
-0
/
+46
*
radv: fix stencil only clears.
Dave Airlie
2017-05-03
1
-0
/
+3
*
renderonly: use drmIoctl
Philipp Zabel
2017-05-02
1
-4
/
+3
*
renderonly: drop resources on destroy
Philipp Zabel
2017-05-02
3
-3
/
+13
*
renderonly: close transfer prime_fd
Philipp Zabel
2017-05-02
1
-0
/
+2
*
radv/wsi: report presentation error per image request
Dave Airlie
2017-05-03
1
-6
/
+13
*
radv: minor pahole related improvements.
Dave Airlie
2017-05-03
3
-5
/
+5
*
radv/image: resize some surface members.
Dave Airlie
2017-05-03
1
-3
/
+3
*
radv: drop unused surface level members.
Dave Airlie
2017-05-03
2
-6
/
+0
*
radv/image: drop blk_d
Dave Airlie
2017-05-03
3
-3
/
+1
*
radv: remove some members of radeon surface.
Dave Airlie
2017-05-03
4
-48
/
+40
*
radv: move some image info into a separate struct.
Dave Airlie
2017-05-03
13
-80
/
+90
*
radv: provide a helper for comparing an image extents.
Dave Airlie
2017-05-03
2
-2
/
+11
*
gbm/dri: Fix sign-extension in modifier query
Daniel Stone
2017-05-02
1
-1
/
+1
*
nir: Pick just the channels we want for bitmap and drawpixels lowering.
Eric Anholt
2017-05-02
2
-2
/
+6
*
anv/tests: Create a dummy instance as well as device
Jason Ekstrand
2017-05-01
4
-4
/
+16
*
radv: Use correct stage for ready bit.
Bas Nieuwenhuizen
2017-05-02
1
-9
/
+24
*
radv: Add top of pipe timestamp queries.
Bas Nieuwenhuizen
2017-05-02
2
-12
/
+27
*
radv: Add NIR loop unrolling.
Bas Nieuwenhuizen
2017-05-02
1
-0
/
+10
*
i965: Solve Android native fence fd double close
Randy Xu
2017-05-01
1
-1
/
+1
*
vc4: Only build the NEON code on arm32.
Eric Anholt
2017-05-01
1
-2
/
+2
*
gm107/ir: add a missing assertion in emitISCADD()
Samuel Pitoiset
2017-05-01
1
-0
/
+2
*
i965: Don't allocate uniform space for samplers
Timothy Arceri
2017-05-01
1
-1
/
+1
*
egl: initialise dummy_thread via _eglInitThreadInfo
Emil Velikov
2017-04-29
1
-9
/
+4
*
egl: polish dri2_to_egl_attribute_map[]
Emil Velikov
2017-04-29
1
-50
/
+18
*
gallium/targets: fix bool setting on BE architectures
Ilia Mirkin
2017-04-29
8
-11
/
+11
*
st/wgl: whitespace, formatting fixes in stw_pixelformat.c
Brian Paul
2017-04-28
1
-72
/
+62
*
st/wgl: allow WGL_BIND_TO_TEXTURE_RGB_ARB for RGBA visuals
Charmaine Lee
2017-04-28
1
-2
/
+2
*
st/wgl: use ARRAY_SIZE() macro in wglChoosePixelFormatARB()
Brian Paul
2017-04-28
1
-1
/
+1
*
st/wgl: whitespace/formatting fixes in stw_ext_pixelformat.c
Brian Paul
2017-04-28
1
-59
/
+52
*
svga: implement sRGB rendering for imported surfaces
Neha Bhende
2017-04-28
1
-2
/
+9
*
svga: add function svga_linear_to_srgb()
Neha Bhende
2017-04-28
2
-0
/
+29
*
glx: add missing sRGB attribute check in fbconfigs_compatible()
Neha Bhende
2017-04-28
1
-0
/
+1
*
svga: Add a more elaborate format compatibility determination v2
Thomas Hellstrom
2017-04-28
3
-41
/
+93
*
swr/rast: add memory api to SwrGetInterface()
Tim Rowley
2017-04-28
6
-28
/
+54
*
swr/rast: use gather instruction for odd format fetch
Tim Rowley
2017-04-28
1
-46
/
+9
*
swr/rast: enable SIMD16 8x2 tile backend
Tim Rowley
2017-04-28
1
-1
/
+1
*
swr/rast: add SwrInit() to init backend/memory tables
Tim Rowley
2017-04-28
5
-22
/
+26
*
swr/rast: increment depth/stencil tile pointer in SIMD16 BE
Tim Rowley
2017-04-28
1
-1
/
+1
*
swr/rast: add SwrGetInterface() function to return api
Tim Rowley
2017-04-28
3
-44
/
+151
*
swr/rast: enable per-warp scratch space for CS
Tim Rowley
2017-04-28
8
-8
/
+33
*
swr/rast: reduce simd{16}vertex stack for VS output
Tim Rowley
2017-04-28
2
-16
/
+54
[next]