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
*
r300/compiler: Exit immediately from rc_vert_fc() if there is an error
Tom Stellard
2012-04-14
1
-0
/
+4
*
r300/compiler: Copy all instruction attributes during local transfoms
Tom Stellard
2012-04-14
1
-31
/
+42
*
r300/compiler: Fix nested flow control in r500 vertex shaders
Tom Stellard
2012-04-13
11
-178
/
+438
*
r300/compiler: Clear loop registers in vertex shaders w/o loops
Tom Stellard
2012-04-13
2
-16
/
+13
*
nv50,nvc0: fix handling of user vbufs with stride < access size
Christoph Bumiller
2012-04-14
6
-35
/
+63
*
nvc0: prefix all macro methods with MACRO
Christoph Bumiller
2012-04-14
6
-35
/
+36
*
nvc0: replace VERTEX_DATA push mode with translate to buffer
Christoph Bumiller
2012-04-14
5
-57
/
+748
*
nvc0: improve vertex state validation
Christoph Bumiller
2012-04-14
6
-97
/
+159
*
nvc0: track texture dirty state individually
Christoph Bumiller
2012-04-14
5
-40
/
+81
*
nv50,nvc0: use new scratch buffers code
Christoph Bumiller
2012-04-14
8
-84
/
+62
*
nouveau: add new shared scratch buffers
Christoph Bumiller
2012-04-14
3
-0
/
+185
*
nvc0: only force early fragment tests if requested by shader
Christoph Bumiller
2012-04-14
5
-14
/
+7
*
nv50,nvc0: hold references to the framebuffer surfaces
Christoph Bumiller
2012-04-14
4
-2
/
+32
*
r300g: align vertex buffer suballocations to 4
Marek Olšák
2012-04-13
1
-1
/
+1
*
u_blitter: align vertex buffer suballocations to 4
Marek Olšák
2012-04-13
1
-1
/
+1
*
xorg/nouveau: switch to libdrm_nouveau-2.0
Marcin Slusarz
2012-04-13
1
-3
/
+3
*
targets/{egl-static,gbm}: further clean-up the nvfx remains
Martin Peres
2012-04-14
2
-2
/
+2
*
nvc0: remove include of old libdrm_nouveau's nouveau_reloc.h
Christoph Bumiller
2012-04-14
1
-2
/
+0
*
nv50,nvc0: handle PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS
Christoph Bumiller
2012-04-14
2
-0
/
+4
*
nv30: s/DUAL_SOURCE_BLEND/MAX_DUAL_SOURCE_RENDER_TARGETS
Christoph Bumiller
2012-04-14
1
-1
/
+1
*
nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variants
Ben Skeggs
2012-04-14
44
-7
/
+13724
*
nouveau: switch to libdrm_nouveau-2.0
Christoph Bumiller
2012-04-14
57
-3433
/
+3714
*
nvc0: remove obsolete nvc0_push2.c
Christoph Bumiller
2012-04-14
2
-334
/
+0
*
nouveau: remove automatic buffer migration heuristics
Christoph Bumiller
2012-04-14
4
-36
/
+0
*
nvfx: completely remove this driver (GeForce FX/6/7)
Ben Skeggs
2012-04-14
46
-14900
/
+5
*
gallium: document dual source blending restrictions on gallium
Dave Airlie
2012-04-13
1
-1
/
+5
*
r600g: initial r600 dual src blending support
Dave Airlie
2012-04-13
5
-16
/
+44
*
softpipe: add dual source blending support
Dave Airlie
2012-04-13
2
-12
/
+88
*
util: add dual blend helper function (v2)
Dave Airlie
2012-04-13
1
-0
/
+26
*
gallium: rename DUAL_SOURCE_BLEND cap to MAX_DUAL_SOURCE_RENDER_TARGETS
Dave Airlie
2012-04-13
5
-4
/
+8
*
radeonsi: initial WIP SI code
Tom Stellard
2012-04-13
194
-6
/
+65999
*
st/vega: silence enum cast warnings
Dylan Noblesmith
2012-04-13
1
-4
/
+5
*
egl-static: fix printf warning
Dylan Noblesmith
2012-04-13
1
-1
/
+2
*
st/vega: fix uninitialized values
Dylan Noblesmith
2012-04-13
1
-2
/
+2
*
util: fix uninitialized table
Dylan Noblesmith
2012-04-13
2
-5
/
+7
*
util: fix undefined behavior
Dylan Noblesmith
2012-04-13
1
-5
/
+10
*
Revert "i915g: Implement stipple with draw."
Stéphane Marchesin
2012-04-12
2
-2
/
+1
*
Revert "i915g: Remove unused poly stipple state."
Stéphane Marchesin
2012-04-12
2
-0
/
+54
*
cso: unreference saved vertex buffers when restoring
Marek Olšák
2012-04-12
1
-0
/
+8
*
r600g: check gpr count limit
Vadim Girlin
2012-04-09
1
-0
/
+8
*
st/xa: Link with -Wl,-r instead of -r.
Johannes Obermayr
2012-04-07
1
-1
/
+1
*
tgsi: Fix conflict with fortify printf redirect in glibc.
Johannes Obermayr
2012-04-07
1
-17
/
+17
*
svga: add missing cases for PIPE_CAP_x queries
Brian Paul
2012-04-06
1
-7
/
+42
*
svga: return 1 for PIPE_CAP_VERTEX_COLOR_UNCLAMPED query
Brian Paul
2012-04-06
1
-0
/
+7
*
svga: handle TGSI_SEMANTIC_CLIPDIST/VERTEX semantics
Brian Paul
2012-04-06
1
-0
/
+7
*
gallium/docs: fix typos
Brian Paul
2012-04-06
1
-2
/
+2
*
gallivm: Updated lp_build_log2_approx to use a more accurate polynomial.
James Benton
2012-04-05
3
-34
/
+43
*
gallivm: Updated lp_build_polynomial to compute odd and even terms separately...
James Benton
2012-04-05
1
-7
/
+25
*
xatracker: fix the build of a 32bit lib on a 64bit os
Alexandre Demers
2012-04-05
1
-1
/
+1
*
r600g: inline r600_upload_index_buffer
Marek Olšák
2012-04-04
3
-14
/
+5
[next]