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
*
radeonsi: implement ARB_draw_indirect
Marek Olšák
2014-07-18
5
-17
/
+128
*
radeonsi: don't add info->start to the index buffer offset
Marek Olšák
2014-07-18
1
-11
/
+25
*
radeonsi: use an SGPR instead of VGT_INDX_OFFSET
Marek Olšák
2014-07-18
4
-14
/
+23
*
radeonsi: assume LLVM 3.4.2 is always present
Marek Olšák
2014-07-18
6
-56
/
+7
*
r600g: Implement GL_ARB_texture_gather
Glenn Kennard
2014-07-18
2
-7
/
+42
*
nv50: fix build failure on m68k due to invalid struct alignment assumptions
Thorsten Glaser
2014-07-17
1
-0
/
+5
*
ilo: add some missing formats
Chia-I Wu
2014-07-16
1
-21
/
+22
*
ilo: update and tailor the surface format table
Chia-I Wu
2014-07-16
1
-286
/
+258
*
nvc0: fix translate path for PRIM_RESTART_WITH_DRAW_ARRAYS
Christoph Bumiller
2014-07-15
1
-13
/
+28
*
nvc0: add support for indirect drawing
Christoph Bumiller
2014-07-15
8
-30
/
+220
*
nouveau: check if a fence has already been signalled
Ilia Mirkin
2014-07-15
1
-0
/
+3
*
radeon/llvm: Fix LLVM diagnostic error reporting
Tom Stellard
2014-07-15
1
-7
/
+4
*
ilo: raise texture size limits
Chia-I Wu
2014-07-15
2
-17
/
+9
*
ilo: move away from drm_intel_bo_alloc_tiled
Chia-I Wu
2014-07-15
3
-250
/
+300
*
radeonsi: partially revert "switch descriptors to i32 vectors"
Marek Olšák
2014-07-14
1
-0
/
+12
*
radeonsi: rename definitions of shader limits
Marek Olšák
2014-07-11
7
-44
/
+57
*
radeonsi: switch descriptors to i32 vectors
Marek Olšák
2014-07-11
1
-13
/
+16
*
radeonsi: properly implement texture opcodes that take an offset
Marek Olšák
2014-07-11
1
-84
/
+104
*
radeonsi: fix texture fetches with derivatives for 1DArray and 3D textures
Marek Olšák
2014-07-11
1
-4
/
+30
*
radeonsi: fix samplerCubeShadow with bias
Marek Olšák
2014-07-11
1
-6
/
+6
*
softpipe: fix sp_get_dims() for PIPE_BUFFER
Brian Paul
2014-07-10
1
-6
/
+10
*
nvc0/ir: add support for interpolating with non-default settings
Ilia Mirkin
2014-07-09
3
-1
/
+94
*
r600g: remove unused base_vector_chan variable
Ilia Mirkin
2014-07-09
1
-1
/
+0
*
nvc0/ir: fix encoding of offset register into interpolation instruction
Ilia Mirkin
2014-07-09
1
-1
/
+1
*
nvc0/ir: account for indirect textures on fermi for txd
Ilia Mirkin
2014-07-09
1
-0
/
+3
*
nvc0/ir: unset s/r indirect sources before moving everything
Ilia Mirkin
2014-07-09
1
-9
/
+10
*
gallium: switch dedicated centroid field to interpolation location
Ilia Mirkin
2014-07-09
4
-7
/
+7
*
radeonsi: fix order of r600_need_dma_space and r600_context_bo_reloc
Christian König
2014-07-09
1
-1
/
+2
*
nvc0: allocate more space before a counter is configured
Samuel Pitoiset
2014-07-08
1
-2
/
+3
*
nv50/ir: use unordered_set instead of list to keep track of var uses
Tobias Klausmann
2014-07-08
4
-9
/
+10
*
radeonsi: mark MSAA config state as dirty at the beginning of CS
Marek Olšák
2014-07-08
1
-0
/
+1
*
ilo: fix fence reference counting
Chia-I Wu
2014-07-08
1
-12
/
+9
*
nvc0/ir: fill offset in properly for TXD
Ilia Mirkin
2014-07-08
1
-13
/
+43
*
nvc0/ir: use manual TXD when offsets are involved
Ilia Mirkin
2014-07-08
1
-1
/
+2
*
nvc0/ir: do quadops on the right texture coordinates for TXD
Ilia Mirkin
2014-07-08
1
-2
/
+3
*
nv50/ir: ignore bias for samplerCubeShadow on nv50
Ilia Mirkin
2014-07-08
1
-0
/
+10
*
nv50/ir: retrieve shadow compare from first arg
Ilia Mirkin
2014-07-08
1
-1
/
+1
*
gallium/radeon: use PRIX64 instead of PRIu64
Christian König
2014-07-06
2
-2
/
+2
*
nvc0: add a memory barrier when there are persistent UBOs
Ilia Mirkin
2014-07-03
5
-4
/
+57
*
nv50: do an explicit flush on draw when there are persistent buffers
Ilia Mirkin
2014-07-03
3
-2
/
+50
*
nv50: disable dedicated ubo upload method
Ilia Mirkin
2014-07-03
1
-0
/
+7
*
gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORT
Ilia Mirkin
2014-07-03
12
-12
/
+12
*
r600g: allow vs to write to gl_ViewportIndex
Ilia Mirkin
2014-07-03
1
-0
/
+17
*
svga: Don't unnecessarily reemit BindGBShader commands v2
Thomas Hellstrom
2014-07-03
3
-20
/
+8
*
radeon/llvm: Allocate space for kernel metadata operands
Aaron Watry
2014-07-03
1
-3
/
+7
*
svga: add switch cases for PIPE_SHADER_CAP_DOUBLES
Brian Paul
2014-07-03
1
-0
/
+4
*
Revert "radeonsi: Use dma_copy when possible for si_blit."
Michel Dänzer
2014-07-03
1
-19
/
+0
*
gallium: Add PIPE_SHADER_CAP_DOUBLES
Tom Stellard
2014-07-02
2
-0
/
+7
*
gallium/radeon: Only print a message for LLVM diagnostic errors
Tom Stellard
2014-07-02
1
-2
/
+4
*
radeon/llvm: Use the llvm.rsq.clamped intrinsic for RSQ
Tom Stellard
2014-07-02
1
-1
/
+1
[next]