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
Commit message (
Expand
)
Author
Age
Files
Lines
*
swr: [rasterizer core] apply KNOB_TOSS_DRAW to more functions
Tim Rowley
2016-05-19
1
-0
/
+20
*
swr: [rasterizer jitter] add instancing to non-gather fetch path
Tim Rowley
2016-05-19
1
-5
/
+37
*
swr: [rasterizer core] move MultisampleTrait static from header to cpp
Tim Rowley
2016-05-19
3
-4
/
+7
*
swr: [rasterizer core] clang override for _mm_undefined*
Tim Rowley
2016-05-19
1
-1
/
+1
*
swr: [rasterizer common] add OSX to unix portability sections
Tim Rowley
2016-05-19
2
-2
/
+9
*
swr: [rasterizer] rename _aligned_malloc to AlignedMalloc
Tim Rowley
2016-05-19
8
-25
/
+40
*
swr: [rasterizer jitter] rename MEMCPY function to MEMCOPY
Tim Rowley
2016-05-19
1
-1
/
+1
*
swr: [rasterizer common] guard definition of __cdecl/__stdcall
Tim Rowley
2016-05-19
1
-0
/
+4
*
swr: [rasterizer common] include cstddef for offsetof
Tim Rowley
2016-05-19
1
-0
/
+1
*
swr: [rasterizer core] removed tabs that snuck in
Tim Rowley
2016-05-19
1
-4
/
+4
*
swr: [rasterizer core] code style cleanup
Tim Rowley
2016-05-19
1
-22
/
+24
*
swr: [rasterizer core] add dummy code for cygwin build
Tim Rowley
2016-05-19
1
-0
/
+14
*
swr: [rasterizer core] move variable query outside loop
Tim Rowley
2016-05-19
1
-1
/
+2
*
swr: [rasterizer core] utility function for getenv
Tim Rowley
2016-05-19
1
-0
/
+17
*
swr: [rasterizer common] portable threadviz buckets
Tim Rowley
2016-05-19
1
-2
/
+11
*
swr: [rasterizer common] foreground win32 assert dialog
Tim Rowley
2016-05-19
1
-1
/
+1
*
swr: [rasterizer core] use parens to disambiguate operator precedence
Tim Rowley
2016-05-19
1
-1
/
+1
*
swr: standardize linkage and check for unresolved symbols
Tim Rowley
2016-05-19
1
-1
/
+7
*
swr: fix swr linkage so that static llvm works
Tim Rowley
2016-05-19
1
-1
/
+10
*
swr: PIPE_CAP_CULL_DISTANCE cap request response
Tim Rowley
2016-05-19
1
-0
/
+1
*
docs: add swr to GL3.txt
Tim Rowley
2016-05-19
1
-41
/
+41
*
st/va: use drm render node for wayland display type
Leo Liu
2016-05-19
1
-1
/
+1
*
gallium/radeon: small cleanups in r600_texture_transfer_map
Marek Olšák
2016-05-19
1
-13
/
+9
*
gallium/radeon: don't set PB_USAGE in winsyses
Marek Olšák
2016-05-19
2
-4
/
+0
*
gallium/radeon: handle VRAM_GTT placements as having slow CPU reads
Marek Olšák
2016-05-19
2
-2
/
+2
*
gallium/radeon: ignore PIPE_TRANSFER_MAP_DIRECTLY
Marek Olšák
2016-05-19
1
-5
/
+1
*
radeonsi: add a workaround for a bug in LLVM <= 3.8
Marek Olšák
2016-05-19
1
-0
/
+7
*
i965/fs: Silence warnings related to use of uninitialized values
Eduardo Lima Mitev
2016-05-19
1
-2
/
+2
*
vc4: Size transfer temporary mappings appropriately for full maps of 3D.
Eric Anholt
2016-05-18
1
-2
/
+2
*
anv/device: Fix viewportBoundsRange
Nanley Chery
2016-05-18
1
-1
/
+1
*
glsl/linker: attempt to match anonymous structures at link
Dave Airlie
2016-05-19
1
-9
/
+15
*
anv/batch_chain: free pointers for error cases
Mark Janes
2016-05-18
1
-2
/
+2
*
st/nine: Minor change to support musl libc
Wang He
2016-05-18
2
-8
/
+9
*
st/nine: Enable D3DPMISCCAPS_PERSTAGECONSTANT
Patrick Rudolph
2016-05-18
1
-1
/
+1
*
st/nine: Turn on thread_submit by default when on different device
Axel Davy
2016-05-18
1
-10
/
+12
*
st/nine: Fix usage of rasterizer multisample bit.
Axel Davy
2016-05-18
4
-10
/
+32
*
st/nine: ATOC has effect only with ALPHATESTENABLE
Axel Davy
2016-05-18
3
-2
/
+13
*
st/nine: Add debug string for ATOC
Axel Davy
2016-05-18
1
-0
/
+1
*
st/nine: Add asserts for output/input packing
Axel Davy
2016-05-18
1
-0
/
+2
*
st/nine: Use correct PIPE_HANDLE_USAGE flag for frontbuffer copy
Axel Davy
2016-05-18
1
-5
/
+8
*
st/nine: Fix output shift calculation
Axel Davy
2016-05-18
1
-2
/
+2
*
st/nine: Fix CheckDeviceFormat advertising for surfaces
Axel Davy
2016-05-18
1
-0
/
+12
*
st/nine: Improve buffer placement
Axel Davy
2016-05-18
1
-4
/
+30
*
st/nine: Fix buffer bind flags
Axel Davy
2016-05-18
1
-3
/
+3
*
st/nine: Fix buffer locking flags handling
Axel Davy
2016-05-18
2
-29
/
+22
*
st/nine: Improve logging
Patrick Rudolph
2016-05-18
6
-0
/
+12
*
st/nine: Use WINE thread for threadpool
Patrick Rudolph
2016-05-18
4
-12
/
+52
*
st/nine: Don't present if window is occluded
Patrick Rudolph
2016-05-18
1
-5
/
+6
*
st/nine: Use new function to query for resolution mismatch
Patrick Rudolph
2016-05-18
3
-1
/
+18
*
st/nine: Implement IPresent version 1.2
Patrick Rudolph
2016-05-18
1
-0
/
+7
[next]