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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
gallium/radeon: small cleanups in r600_texture_transfer_map
Marek Olšák
2016-05-19
1
-13
/
+9
*
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
*
vc4: Size transfer temporary mappings appropriately for full maps of 3D.
Eric Anholt
2016-05-18
1
-2
/
+2
*
radeon: Change AA sample locations for EG+
Axel Davy
2016-05-18
1
-34
/
+34
*
radeonsi: Mixed colorbuffer formats are unsupported
Axel Davy
2016-05-18
1
-0
/
+10
*
radeonsi: Change default behaviour for undefined COLOR0
Axel Davy
2016-05-18
1
-0
/
+3
*
r600g: Change default behaviour for undefined COLOR0
Axel Davy
2016-05-18
1
-0
/
+4
*
r600: Change default behaviour for undefined COLOR0
Axel Davy
2016-05-18
1
-0
/
+4
*
svga: add another debug_printf() in svga_screen_create()
Brian Paul
2016-05-18
1
-0
/
+1
*
svga: null out all sampler views if start=num=0
Brian Paul
2016-05-17
1
-0
/
+12
*
vc4: Add support for vertex color clamping in the rasterizer.
Eric Anholt
2016-05-17
3
-1
/
+6
*
vc4: Move tgsi_to_nir to precompile time.
Eric Anholt
2016-05-17
1
-12
/
+15
*
vc4: Mark the driver as supporting fragment color clamping in rast.
Eric Anholt
2016-05-17
1
-1
/
+1
*
vc4: Enable sharing shaders across contexts.
Eric Anholt
2016-05-17
2
-2
/
+3
*
vc4: Switch to using nir_load_front_face.
Eric Anholt
2016-05-17
2
-9
/
+18
*
vc4: Drop the dead export_linkage array.
Eric Anholt
2016-05-17
1
-5
/
+0
*
vc4: Fix a -Wformat-security warning.
Eric Anholt
2016-05-17
1
-1
/
+1
*
radeonsi: force level zero on image instructions in non-fragment shaders (v2)
Nicolai Hähnle
2016-05-17
1
-0
/
+5
*
radeonsi: emit TXQ in separate functions
Nicolai Hähnle
2016-05-17
1
-52
/
+78
*
gallium/radeon: add radeon_emitted to check for non-trivial IBs
Nicolai Hähnle
2016-05-17
8
-16
/
+17
*
gallium/radeon: use radeon_emit_array
Nicolai Hähnle
2016-05-17
1
-2
/
+1
*
gallium/radeon: use radeon_emit
Nicolai Hähnle
2016-05-17
9
-136
/
+135
*
Treewide: Remove Elements() macro
Jan Vesely
2016-05-17
20
-47
/
+47
*
r600g,sb: Don't use standard macro name
Jan Vesely
2016-05-17
5
-11
/
+11
*
nvc0/ir: fix shared atomic lowering to preserve shared memory location
Ilia Mirkin
2016-05-17
1
-10
/
+8
*
freedreno/ir3: fix compiler warning
Rob Clark
2016-05-17
1
-0
/
+1
*
nvc0/ir: make sure out-of-bounds buffer loads/atomics get a 0 result
Ilia Mirkin
2016-05-17
1
-1
/
+26
*
freedreno/ir3: small standalone compiler cleanup
Rob Clark
2016-05-15
1
-2
/
+1
*
freedreno/ir3: lower fdiv
Rob Clark
2016-05-15
1
-0
/
+1
*
freedreno/ir3: handle VARYING_SLOT_PNTC
Rob Clark
2016-05-15
1
-0
/
+12
*
freedreno/ir3: disable TGSI specific hacks in nir case
Rob Clark
2016-05-15
4
-2
/
+7
*
freedreno/ir3: add support for NIR as preferred IR
Rob Clark
2016-05-15
6
-18
/
+61
*
nv50/ir: avoid asserts when the state tracker feeds us bogus inputs
Ilia Mirkin
2016-05-15
1
-12
/
+48
[prev]
[next]