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
*
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
*
util/tgsi: Fix ureg_EMIT/ENDPRIM prototype.
José Fonseca
2014-07-15
1
-2
/
+2
*
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
5
-304
/
+359
*
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
*
gallium/docs: minor clarification for TXQ instruction
Brian Paul
2014-07-10
1
-0
/
+4
*
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
*
gallium: add INTERP_* opcodes to support interpolateAt*
Ilia Mirkin
2014-07-09
3
-1
/
+32
*
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
*
targets/dri-swrast: Convert to static/shared pipe-driver
Emil Velikov
2014-07-10
10
-231
/
+71
*
st/dri: merge dri/drm and dri/sw backends
Emil Velikov
2014-07-10
29
-192
/
+96
*
targets/dri-swrast: convert to gallium megadrivers :)
Emil Velikov
2014-07-10
6
-2
/
+25
*
scons: build and use a single dri_common library
Emil Velikov
2014-07-10
2
-3
/
+3
*
st/dri/drm: remove __driDriverExtensions and driDriverAPI
Emil Velikov
2014-07-10
3
-22
/
+2
*
targets/dri: cleanup conversion leftovers
Emil Velikov
2014-07-10
2
-38
/
+4
*
targets/dri: update scons build to handle __driDriverGetExtensions_vmwgfx
Emil Velikov
2014-07-10
1
-0
/
+5
*
targets/dri: Add __driDriverGetExtensions_vmwgfx
Emil Velikov
2014-07-10
2
-0
/
+17
*
targets/dri: Add __driDriverGetExtensions_i965 symbol
Emil Velikov
2014-07-10
2
-0
/
+17
*
targets/dri: Add __driDriverGetExtensions_i915 symbol
Emil Velikov
2014-07-10
2
-0
/
+17
*
targets/dri: Add __driDriverGetExtensions_freedreno symbol
Emil Velikov
2014-07-10
2
-0
/
+17
*
targets/dri: Add __driDriverGetExtensions_(r300|r600|radeonsi) symbols
Emil Velikov
2014-07-10
2
-0
/
+41
*
targets/dri: Add __driDriverGetExtensions_nouveau symbol
Emil Velikov
2014-07-10
5
-0
/
+46
*
tgsi: add interpolation location modifier support to text parser
Ilia Mirkin
2014-07-09
1
-0
/
+17
*
gallium: switch dedicated centroid field to interpolation location
Ilia Mirkin
2014-07-09
14
-24
/
+44
*
gallium/u_blitter: fix some shader memory leaks
Brian Paul
2014-07-09
1
-0
/
+9
*
tgsi: properly parse indirect dimension references (e.g. for UBOs)
Ilia Mirkin
2014-07-09
1
-0
/
+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
*
gallium: fix u_default_transfer_inline_write for textures
Marek Olšák
2014-07-08
1
-2
/
+2
*
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
[next]