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
*
r600g: Fix memory leak.
Vinson Lee
2013-02-01
1
-1
/
+3
*
nv30: Fix memory leak.
Vinson Lee
2013-02-01
1
-0
/
+1
*
nv50: Fix memory leak.
Vinson Lee
2013-02-01
1
-0
/
+1
*
nvc0: Fix memory leak.
Vinson Lee
2013-02-01
1
-0
/
+1
*
r600g/llvm: Select the correct GPU type for RV670
Tom Stellard
2013-02-01
1
-1
/
+1
*
radeonsi: Fix draws using user index buffer.
Michel Dänzer
2013-02-01
1
-4
/
+3
*
svga: check for NaN shader immediates
Brian Paul
2013-02-01
1
-2
/
+4
*
svga: add, use SVGA3D_SURFACE_HINT_VOLUME flag
Brian Paul
2013-02-01
2
-0
/
+5
*
trace: measure time for each gallium call
Brian Paul
2013-02-01
1
-0
/
+24
*
trace: add void to function definition
Brian Paul
2013-02-01
1
-1
/
+2
*
trace: allow GALLIUM_TRACE=stdout/stderr
Brian Paul
2013-02-01
1
-3
/
+11
*
radeonsi: port some of get_shader_param changes from r600g
Marek Olšák
2013-02-01
1
-6
/
+2
*
r300g: always put MSAA resources in VRAM
Marek Olšák
2013-02-01
1
-3
/
+3
*
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
*
nv50,nvc0: fix/enable texture buffer objects
Christoph Bumiller
2013-01-30
5
-33
/
+42
*
llvmpipe: Don't advertise S8_UNORM (with feeble attempt at supporting it).
José Fonseca
2013-01-29
2
-36
/
+46
*
llvmpipe: Fix deferred depth writes for Z16_UNORM.
José Fonseca
2013-01-29
1
-1
/
+6
*
llvmpipe: Support Z16_UNORM as depth-stencil format.
José Fonseca
2013-01-29
4
-22
/
+43
*
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
4
-209
/
+151
*
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
3
-3
/
+3
*
gallivm,draw,llvmpipe: mass rename of unit->texture_unit/sampler_unit
Roland Scheidegger
2013-01-28
1
-16
/
+16
*
gallivm: split sampler and texture state
Roland Scheidegger
2013-01-28
9
-84
/
+225
*
nouveau: don't try to use push_data if it's not implemented
Christoph Bumiller
2013-01-27
1
-0
/
+3
*
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
*
svga: use pipe_sampler_view_release() in svga_cleanup_tss_binding()
Brian Paul
2013-01-25
1
-1
/
+1
*
svga: add NULL pointer check in svga_create_sampler_state()
Brian Paul
2013-01-25
1
-0
/
+3
*
softpipe: add casts to silence MSVC warnings
Brian Paul
2013-01-25
1
-2
/
+2
*
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
*
radeonsi: Fall back to dummy pixel shader instead of trying indirect addressing.
Michel Dänzer
2013-01-24
1
-0
/
+5
*
radeonsi: make sure copying of all texture formats is accelerated
Marek Olšák
2013-01-24
2
-59
/
+54
*
radeonsi: Handle PIPE_FORMAT_L32A32_S/UINT for rendering.
Michel Dänzer
2013-01-24
1
-0
/
+4
*
radeonsi: Make sure to use float number format for packed float colour formats.
Michel Dänzer
2013-01-24
1
-2
/
+4
[next]