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
/
r600
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g/compute: Fix segfault caused by new shader disassembler
Tom Stellard
2013-02-05
2
-2
/
+4
*
gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED query
Brian Paul
2013-02-04
1
-0
/
+2
*
gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENT
Andreas Boll
2013-02-04
1
-0
/
+1
*
r600g: Fix memory leak.
Vinson Lee
2013-02-01
1
-1
/
+3
*
r600g/llvm: Select the correct GPU type for RV670
Tom Stellard
2013-02-01
1
-1
/
+1
*
r600g: remove broken assert from r600_isa.c
Vadim Girlin
2013-02-01
1
-2
/
+0
*
r600g: implement shader disassembler v3
Vadim Girlin
2013-02-01
3
-4
/
+444
*
r600g: use tables with ISA info v3
Vadim Girlin
2013-02-01
10
-1789
/
+2378
*
r600g: add cs memory usage accounting and limit it v3
Jerome Glisse
2013-01-31
5
-1
/
+59
*
r600g: fix htile buffer leak
Marek Olšák
2013-01-31
1
-0
/
+1
*
r600g: use uint64_t instead of unsigned long for proper 32bits cpu support
Jerome Glisse
2013-01-28
5
-16
/
+16
*
r600g: real fix for non 3.8 kernel
Jerome Glisse
2013-01-28
1
-3
/
+5
*
r600g: fix segfault with old kernel
9.1-branchpoint
Jerome Glisse
2013-01-28
5
-11
/
+23
*
r600g: improve inputs/interpolation handling with llvm backend
Vadim Girlin
2013-01-28
3
-207
/
+150
*
r600g: Add ar_chan member to struct r600_bytecode
Tom Stellard
2013-01-28
3
-0
/
+4
*
r600g: More robust checks for MOVA_INT instructions
Tom Stellard
2013-01-28
1
-8
/
+35
*
r600g/llvm: Add dummy export for vs output
Vincent Lejeune
2013-01-28
1
-2
/
+20
*
r600g: Fix building with --enable-r600-llvm-compiler
Tom Stellard
2013-01-28
1
-3
/
+1
*
r600g: don't emit WAIT_UNTIL on cayman/TN (v2)
Alex Deucher
2013-01-28
1
-9
/
+28
*
r600g: add async for staging buffer upload v2
Jerome Glisse
2013-01-28
12
-17
/
+595
*
r600g: add multi ring support with dma as first second ring v4
Jerome Glisse
2013-01-28
14
-176
/
+327
*
radeon/winsys: add dma ring support to winsys v3
Jerome Glisse
2013-01-28
1
-1
/
+1
*
r600g: add more cases for copying unsupported formats to resource_copy_region
Marek Olšák
2013-01-26
1
-0
/
+12
*
r600g: don't use radeon_surface_level::npix_x/y/z
Marek Olšák
2013-01-26
4
-32
/
+27
*
r600g: fix compile warnings in r600_cp_dma_copy_buffer on 32-bit gcc
Marek Olšák
2013-01-26
2
-4
/
+4
*
r600g: fix up CP DMA for VM on cayman and TN
Alex Deucher
2013-01-25
2
-6
/
+9
*
r600g: Don't build llvm_wrapper.cpp when we aren't using LLVM
Tom Stellard
2013-01-25
1
-1
/
+3
*
configure.ac: Compute the required llvm static libraries only once
Tom Stellard
2013-01-24
1
-4
/
+0
*
r600g/llvm: Fixes addressspace of basevectors for clipvertex
Vincent Lejeune
2013-01-19
1
-1
/
+2
*
r600g/llvm: tgsi to llvm emits store.swizzle intrinsic for vs/fs output
Vincent Lejeune
2013-01-18
2
-58
/
+145
*
r600g/llvm: tgsi to llvm emits stream output intrinsics.
Vincent Lejeune
2013-01-18
4
-1
/
+38
*
r600g/llvm: rework handling of the constants
Vadim Girlin
2013-01-18
2
-16
/
+50
*
gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE
Marek Olšák
2013-01-15
1
-1
/
+0
*
Remove hacks for static Makefiles
Matt Turner
2013-01-13
1
-4
/
+0
*
r600g: fix warnings for htile va
Dave Airlie
2013-01-11
2
-2
/
+2
*
r600g: texture buffer object + glsl 1.40 enable support (v2)
Dave Airlie
2013-01-11
10
-19
/
+373
*
r600g: uniform buffer object support
Dave Airlie
2013-01-11
2
-9
/
+49
*
r600: always export a position from vertex shader
Dave Airlie
2013-01-11
1
-0
/
+17
*
radeon/llvm: Convert to Automake
Tom Stellard
2013-01-10
1
-12
/
+12
*
r600g: Use gallium automake include file
Matt Turner
2013-01-10
1
-4
/
+2
*
r600g: Fix memory leak in r600_bytecode_add_vtx.
Vinson Lee
2013-01-09
1
-0
/
+1
*
r600g: implement buffer copying using CP DMA for R7xx, Evergreen, Cayman
Marek Olšák
2013-01-08
9
-24
/
+140
*
r600g: set the virtual address for the htile buffer
Alex Deucher
2013-01-07
2
-2
/
+4
*
radeon/winsys: move radeon family/class identification to winsys
Jerome Glisse
2013-01-07
4
-62
/
+13
*
r600g/radeon/winsys: indentation cleanup
Jerome Glisse
2013-01-07
2
-10
/
+10
*
r600g: flush FMASK and CMASK at the end of CS
Marek Olšák
2013-01-06
1
-1
/
+3
*
r600g: implement 3D transfers
Marek Olšák
2013-01-04
1
-22
/
+32
*
gallium/u_blitter: unify some parameters into a dstbox parameter in blit_generic
Marek Olšák
2013-01-04
1
-3
/
+5
*
gallium/u_blitter: remove useless parameter from blitter_default_dst_texture
Marek Olšák
2013-01-04
1
-1
/
+1
*
gallium/radeon: send the END_OF_FRAME flag to the DRM
Marek Olšák
2013-01-04
1
-1
/
+2
[next]