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
*
translate: Respect translate_buffer::max_index.
José Fonseca
2011-04-01
3
-2
/
+28
*
draw: Prevent out-of-bounds vertex buffer access.
José Fonseca
2011-04-01
11
-7
/
+157
*
gallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in some drivers
Marek Olšák
2011-04-01
8
-0
/
+11
*
gallium: add a CAP for mixed colorbuffer format support
Marek Olšák
2011-04-01
1
-0
/
+1
*
nv50: fix for GPR allocation granularity being 16 bit
Christoph Bumiller
2011-03-31
1
-3
/
+9
*
nv50: copy regalloc fixes from nvc0
Christoph Bumiller
2011-03-31
2
-80
/
+216
*
draw: Revert code reorg in previous change.
José Fonseca
2011-03-31
1
-4
/
+4
*
draw: implement vertex color clamping, and disable SSE and PPC paths
Luca Barbieri
2011-03-31
4
-9
/
+58
*
gallium: list use inline function to avoid macro shot coming
Jerome Glisse
2011-03-30
1
-43
/
+67
*
draw: Forgot to remove one istart usage.
José Fonseca
2011-03-30
1
-1
/
+1
*
draw: Fix bug when drawing ushort indices.
José Fonseca
2011-03-30
1
-6
/
+8
*
gallium: Use explicit values in caps enums.
Michel Dänzer
2011-03-30
1
-63
/
+63
*
nv50,nvc0: implement colour clamping controls
Christoph Bumiller
2011-03-29
12
-11
/
+59
*
r600g: implement texture barrier
Fredrik Höglund
2011-03-29
5
-0
/
+29
*
r600g: implement the pipe_screen fence functions
Fredrik Höglund
2011-03-29
4
-0
/
+197
*
r300g: add support for all render targets with one and two channels
Marek Olšák
2011-03-29
1
-30
/
+130
*
r300g: finish up signed normalized textures and render targets
Marek Olšák
2011-03-29
2
-28
/
+46
*
r300g: enable clamping controls
Marek Olšák
2011-03-29
4
-6
/
+14
*
gallium: remove PIPE_CAP_VERTEX_COLOR_CLAMP_CONTROL
Marek Olšák
2011-03-29
1
-1
/
+0
*
gallium: add EXT_texture_snorm support
Marek Olšák
2011-03-29
2
-0
/
+17
*
gallium: implement clamping controls (ARB_color_buffer_float)
Luca Barbieri
2011-03-29
3
-0
/
+28
*
gallivm: Fix build with llvm-2.9.
Vinson Lee
2011-03-28
1
-2
/
+2
*
i915g: Fix build.
Vinson Lee
2011-03-28
1
-3
/
+6
*
i915g: use drm ioctl to get pci devid
Daniel Vetter
2011-03-28
1
-18
/
+8
*
gallivm: Fix build with llvm-2.9
Tobias Droste
2011-03-28
1
-3
/
+9
*
r600g: Handle texture fetch instructions with relative addressing
Fabian Bieler
2011-03-27
1
-0
/
+1
*
r600g: Handle texture fetch instructions with neg or abs on source register
Fabian Bieler
2011-03-27
1
-3
/
+5
*
r600g: Handle texture fetch instructions with swizzle on source register
Fabian Bieler
2011-03-27
1
-10
/
+20
*
gallivm: Fix build with llvm-2.9.
Vinson Lee
2011-03-25
1
-0
/
+5
*
gallium: Avoid redefinition of likely/unlikely macros on non gcc compilers.
José Fonseca
2011-03-25
1
-6
/
+8
*
r300g: fix alpha-test with no colorbuffer
Marek Olšák
2011-03-24
1
-0
/
+5
*
svga: adjust triangle rasterization offset
Brian Paul
2011-03-24
1
-1
/
+1
*
st/wgl: Adjust the pbuffer invisible window size.
José Fonseca
2011-03-24
1
-8
/
+53
*
r600g: Check for relative addressing in destination register when trying to m...
Fabian Bieler
2011-03-22
1
-1
/
+8
*
r600g: fix bo names causing -35 EDEADLCK
Dave Airlie
2011-03-22
3
-0
/
+48
*
svga: Avoid synchronizing when doing piecewise upload of textures.
José Fonseca
2011-03-21
1
-7
/
+8
*
svga: Undo the DMA buffer size limiting.
José Fonseca
2011-03-21
1
-13
/
+2
*
nv50,nvc0: implement texture barrier
Christoph Bumiller
2011-03-19
2
-0
/
+22
*
nouveau: Fix serious compiler warnings
Johannes Obermayr
2011-03-18
1
-0
/
+1
*
svga: Leave any_user_vertex_buffers flag alone.
José Fonseca
2011-03-16
2
-3
/
+0
*
svga: Hardcode SVGA_COMBINE_USERBUFFERS to 1.
José Fonseca
2011-03-16
5
-38
/
+12
*
svga: Use transfer information on buffer transfers.
José Fonseca
2011-03-16
2
-107
/
+81
*
i915g: fix braino in the static state rework
Daniel Vetter
2011-03-15
1
-1
/
+2
*
i915g: implement early z
Daniel Vetter
2011-03-15
4
-20
/
+55
*
i915g: split up static state
Daniel Vetter
2011-03-15
5
-28
/
+54
*
svga: Tell the host to discard when doing writes without FLUSH_EXPLICIT.
José Fonseca
2011-03-15
1
-3
/
+10
*
svga: Update svga_winsys_screen::buffer_map comments.
José Fonseca
2011-03-15
1
-2
/
+2
*
svga: Ensure DMA commands are serialized with unsynchronized flag is unset.
José Fonseca
2011-03-15
3
-19
/
+113
*
r300g: implement the texture barrier
Marek Olšák
2011-03-15
1
-0
/
+10
*
gallium: add texture barrier support to the interface and st/mesa (v2)
Marek Olšák
2011-03-15
2
-0
/
+15
[next]