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/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
*
swr/rast: remove default argument from SwrSync()
Tim Rowley
2017-04-28
1
-1
/
+1
*
swr/rast: remove unused variables in the SIMD16 FE
Tim Rowley
2017-04-28
3
-14
/
+2
*
swr/rast: move construction of const above goto
Tim Rowley
2017-04-28
1
-2
/
+2
*
swr/rast: name threads to aid debugging
Tim Rowley
2017-04-28
4
-2
/
+126
*
swr/rast: disable buffer overrun warning for Assemble()
Tim Rowley
2017-04-28
1
-2
/
+4
*
swr/rast: clean up clipper comments
Tim Rowley
2017-04-28
1
-2
/
+2
*
swr/rast: add SIMDAPI decorators in binner/clipper
Tim Rowley
2017-04-28
2
-6
/
+6
*
swr/rast: add additional jit utility functions
Tim Rowley
2017-04-28
4
-1
/
+76
*
swr/rast: more flexible max attribute slots
Tim Rowley
2017-04-28
7
-27
/
+30
*
i965: Drop BRW_NEW_CONTEXT from 3DSTATE_DS/GS on Gen7-7.5.
Kenneth Graunke
2017-04-28
2
-2
/
+0
*
i965: Drop _NEW_TRANSFORM from 3DSTATE_DS/GS on Gen7-7.5.
Kenneth Graunke
2017-04-28
2
-2
/
+2
*
i965: Set point rasterization rule to UPPER_RIGHT on Gen6-7.5.
Kenneth Graunke
2017-04-28
2
-0
/
+3
*
i965: Always set AALINEDISTANCE_TRUE on Sandybridge.
Kenneth Graunke
2017-04-28
1
-2
/
+1
*
i965: Use true AA line distance on G45/Ironlake.
Kenneth Graunke
2017-04-28
1
-1
/
+1
*
radeonsi: don't load unused compute shader input SGPRs and VGPRs
Marek Olšák
2017-04-28
4
-48
/
+76
*
tgsi/scan: record compute shader system value usage
Marek Olšák
2017-04-28
2
-0
/
+37
*
radeonsi: add a HUD query for draw calls with primitive restart
Marek Olšák
2017-04-28
4
-0
/
+11
[next]