index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno: resync generated headers
Rob Clark
2013-12-26
6
-76
/
+131
*
r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CM
Aaron Watry
2013-12-23
1
-0
/
+2
*
st/vdpau: Destroy context when initialization fails
Aaron Watry
2013-12-23
1
-0
/
+1
*
radeon/llvm: Free target data at end of optimization
Aaron Watry
2013-12-23
1
-0
/
+1
*
r600/compute: Use the correct FREE macro when deleting compute state
Aaron Watry
2013-12-23
1
-1
/
+1
*
r600/compute: Free compiled kernels when deleting compute state
Aaron Watry
2013-12-23
1
-0
/
+2
*
radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcode
Aaron Watry
2013-12-23
5
-18
/
+41
*
pipe_loader/sw: close dev->lib when initialization fails
Aaron Watry
2013-12-23
1
-1
/
+4
*
clover: Remove unused variable
Aaron Watry
2013-12-23
1
-1
/
+0
*
llvmpipe: use pipe_sampler_view_release() to avoid segfault
Jonathan Liu
2013-12-22
1
-0
/
+6
*
radeonsi: Use htile_buffer for depth only when there is no stencil.
Andreas Hartmetz
2013-12-22
1
-0
/
+8
*
winsys/radeon: remove superfluous distinction of cases
Niels Ole Salscheider
2013-12-22
1
-15
/
+5
*
radeonsi: Only scan pixel shaders for TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS
Michel Dänzer
2013-12-20
1
-4
/
+7
*
r600g: Fix spelling error
Aaron Watry
2013-12-19
1
-1
/
+1
*
clover: Append buffers that use CL_MEM_USE_HOST_PTR.
Jan Vesely
2013-12-18
1
-1
/
+1
*
clover: Add parameter checks to clCreateBuffer.
Jan Vesely
2013-12-18
1
-1
/
+13
*
st/dri: Check for kernel support before enabling fd sharing v2
Thomas Hellstrom
2013-12-18
2
-8
/
+11
*
radeonsi: set CB_DISABLE if the color mask is 0
Marek Olšák
2013-12-18
1
-3
/
+8
*
radeonsi: add the htile buffer to the CS ioctl buffer list
Marek Olšák
2013-12-18
1
-0
/
+2
*
st/dri: fix compiler warning for driCopySubBufferExtension
Brian Paul
2013-12-17
1
-1
/
+1
*
radeonsi: improve HiZ precision for less and lequal depth functions
Marek Olšák
2013-12-17
1
-1
/
+7
*
radeonsi: make DB_RENDER_OVERRIDE an invariant register
Marek Olšák
2013-12-17
3
-50
/
+3
*
radeonsi: flush HTILE when appropriate
Marek Olšák
2013-12-17
3
-2
/
+8
*
st/xa: Add new map flags
Thomas Hellstrom
2013-12-17
2
-9
/
+21
*
freedreno: dummy-draw workaround for a320
Rob Clark
2013-12-14
2
-1
/
+17
*
r600g: expose 32-bit integer vertex formats
Marek Olšák
2013-12-14
1
-0
/
+1
*
radeonsi: move invariant regs to si_init_config
Marek Olšák
2013-12-14
2
-31
/
+26
*
r600g: use shader-based MSAA resolving when hw-based one cannot be used
Marek Olšák
2013-12-14
1
-82
/
+35
*
radeonsi: use shader-based MSAA resolving when hw-based one cannot be used
Marek Olšák
2013-12-14
1
-83
/
+35
*
gallium/u_blitter: implement shader-based MSAA resolve with bilinear filtering
Marek Olšák
2013-12-14
3
-31
/
+149
*
gallium/u_blitter: implement shader-based MSAA resolve
Marek Olšák
2013-12-14
3
-23
/
+158
*
gallium/u_blitter: remove useless parameters from some functions
Marek Olšák
2013-12-14
8
-42
/
+23
*
st/dri: resolve sRGB buffers in linear colorspace
Marek Olšák
2013-12-14
1
-2
/
+23
*
gallivm: fix pointer type for stmxcsr/ldmxcsr
Roland Scheidegger
2013-12-14
1
-2
/
+7
*
llvmpipe: get rid of barycentric calculation of a0
Roland Scheidegger
2013-12-14
1
-66
/
+4
*
llvmpipe: (trivial) get rid of triangle subdivision code
Roland Scheidegger
2013-12-14
3
-182
/
+1
*
svga: don't emit extraneous fs shadow code
Brian Paul
2013-12-13
1
-3
/
+38
*
swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)
Dave Airlie
2013-12-13
36
-52
/
+127
*
util: fix compile breakage
Brian Paul
2013-12-12
1
-1
/
+1
*
util: move variable declaration out of for-loop
Brian Paul
2013-12-12
1
-1
/
+3
*
gallium/util: implement new color clear API in u_blitter
Marek Olšák
2013-12-12
1
-3
/
+42
*
gallium: allow choosing which colorbuffers to clear
Marek Olšák
2013-12-12
6
-11
/
+23
*
r600g,radeonsi: fix initialized buffer range tracking for DMA, add comments
Marek Olšák
2013-12-12
3
-21
/
+36
*
radeonsi: fix binding the dummy pixel shader
Marek Olšák
2013-12-12
3
-24
/
+11
*
radeonsi: fix FS_COLOR0_WRITES_ALL_CBUFS with mixed colorbuffer formats
Marek Olšák
2013-12-12
1
-25
/
+15
*
radeonsi: use the colorbuffer count from the shader key
Marek Olšák
2013-12-12
3
-16
/
+7
*
radeonsi: remove unused variable in si_pipe_shader_ps
Marek Olšák
2013-12-12
1
-8
/
+1
*
radeonsi: Write htile state to hardware.
Andreas Hartmetz
2013-12-12
3
-13
/
+65
*
radeon: Allocate htile buffer for SI in r600_texture.
Andreas Hartmetz
2013-12-12
1
-15
/
+67
*
radeon: rearrange r600_texture and related code a bit.
Andreas Hartmetz
2013-12-12
5
-46
/
+46
[next]