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
Commit message (
Expand
)
Author
Age
Files
Lines
*
targets/omx: use GALLIUM_OMX_LINKER_FLAGS
Emil Velikov
2014-03-31
3
-14
/
+12
*
targets/omx: introduce GALLIUM_OMX_LIB_DEPS
Emil Velikov
2014-03-31
3
-8
/
+8
*
targets/pipe-loader: move LLVM_LIBS handling inside PIPE_LIBS
Emil Velikov
2014-03-31
1
-23
/
+11
*
targets/pipe-loader: include dummy.cpp irrespective of HAVE_MESA_LLVM
Emil Velikov
2014-03-31
1
-5
/
+4
*
targets/pipe-loader: compact duplicating LDFLAGS
Emil Velikov
2014-03-31
1
-18
/
+17
*
pipe-loader/swrast: add soft/llvmpipe defines
Joakim Sindholt
2014-03-31
1
-0
/
+5
*
targets/xa: drop libudev references from automake build
Emil Velikov
2014-03-31
1
-2
/
+0
*
freedreno/a3xx/compiler: fix RECT textures
Rob Clark
2014-03-30
1
-7
/
+24
*
freedreno/a3xx/compiler: avoid negative register ids
Rob Clark
2014-03-30
1
-2
/
+2
*
freedreno/a3xx: missing wfi
Rob Clark
2014-03-30
4
-3
/
+20
*
freedreno/a3xx: little extra debug
Rob Clark
2014-03-30
2
-0
/
+5
*
freedreno: handle null sampler
Rob Clark
2014-03-30
2
-3
/
+8
*
draw/llvm: improve debugging output a bit
Zack Rusin
2014-03-26
2
-2
/
+3
*
draw/gs: reduce the size of the gs output buffer
Zack Rusin
2014-03-26
1
-7
/
+13
*
svga: add work-around for Sauerbraten Z fighting issue
Brian Paul
2014-03-26
3
-2
/
+49
*
svga: null out query's hwbuf pointer after destroying
Brian Paul
2014-03-26
1
-0
/
+1
*
svga: add some debug_printf() calls in the query object code
Brian Paul
2014-03-26
1
-2
/
+6
*
svga: fix a comment (sampler vs. sampler_view)
Brian Paul
2014-03-26
1
-1
/
+1
*
llvmpipe: Fix llvmpipe_create_gs_state.
Zack Rusin
2014-03-26
1
-3
/
+5
*
st/omx/dec: fix possible segfault at eos
Christian König
2014-03-26
1
-1
/
+1
*
gallivm: fix no-op n:n lp_build_resize()
Roland Scheidegger
2014-03-26
1
-6
/
+6
*
llvmpipe: Simplify vertex and geometry shaders.
José Fonseca
2014-03-25
5
-70
/
+33
*
draw: Duplicate TGSI tokens in draw_pipe_pstipple module.
José Fonseca
2014-03-25
1
-1
/
+2
*
haiku: Fix build through scons corrections and viewport fixes
Alexander von Gluck IV
2014-03-24
1
-3
/
+9
*
radeonsi: disable fast color clear for 1D-tiled surfaces on CIK
Marek Olšák
2014-03-22
1
-0
/
+6
*
clover: Fix typo in validate_object()
Tom Stellard
2014-03-21
1
-1
/
+1
*
llvmpipe: add support for b5g6r5_srgb
Roland Scheidegger
2014-03-21
5
-9
/
+61
*
gallium: add b5g6r5 srgb format
Roland Scheidegger
2014-03-21
4
-4
/
+21
*
nvc0/ir: move sample id to second source arg to fix sampler2DMS
Ilia Mirkin
2014-03-20
2
-4
/
+12
*
gallium/u_gen_mipmap: remove the software fallback
Marek Olšák
2014-03-21
1
-1160
/
+2
*
st/mesa: fix generating mipmaps for cube arrays
Marek Olšák
2014-03-21
1
-28
/
+20
*
r600g: use more appropriate names for async DMA functions
Marek Olšák
2014-03-20
5
-32
/
+32
*
r600g: deobfuscate async DMA code
Marek Olšák
2014-03-20
6
-31
/
+35
*
r600g: don't flush the gfx IB explicitly before doing DMA
Marek Olšák
2014-03-20
4
-11
/
+0
*
winsys/radeon: only add duplicate relocations for DMA if VM isn't supported
Marek Olšák
2014-03-20
1
-10
/
+13
*
radeonsi: Implement DMA blit
Niels Ole Salscheider
2014-03-20
6
-20
/
+391
*
radeon: Move r600_need_dma_space to common code
Niels Ole Salscheider
2014-03-20
7
-15
/
+15
*
llvmpipe: Tighten check for alpha-only formats
Richard Sandiford
2014-03-20
1
-1
/
+1
*
nouveau: don't assume libdrm include prefix
Jonathan Gray
2014-03-20
4
-4
/
+4
*
nouveau: use DLOPEN_LIBS instead of -ldl
Jonathan Gray
2014-03-20
1
-1
/
+1
*
gallium/docs: update SLT, SGE, SFL, STR opcode docs
Brian Paul
2014-03-18
1
-10
/
+10
*
nvc0: Handle user mapped vertex buffer for edgeflag
Maarten Lankhorst
2014-03-18
1
-2
/
+7
*
clover: Fix region size error checking in some buffer transfer commands.
Francisco Jerez
2014-03-18
1
-5
/
+16
*
nv50/ir/gk110: add postfactor support for fmul
Ilia Mirkin
2014-03-18
1
-0
/
+2
*
nv50/ir/gk110: set not modifier on first source of logic op
Ilia Mirkin
2014-03-18
1
-3
/
+2
*
nv50/ir/gk110: use shl/shr instead of lshf/rshf so that c[] is supported
Ilia Mirkin
2014-03-18
1
-17
/
+6
*
nv50/ir/gk110: add 64/128-bit fetch/export support
Ilia Mirkin
2014-03-18
2
-7
/
+4
*
nv50/ir/gk110: fix handling of OP_SUB for floating point ops
Ilia Mirkin
2014-03-18
1
-1
/
+6
*
nv50/ir/gk110: presin/preex2 take their source at bit 23
Ilia Mirkin
2014-03-18
1
-1
/
+1
*
nv50/ir/gk110: add implementations of div u32/s32
Ilia Mirkin
2014-03-18
2
-5
/
+162
[next]