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
*
i915g: Make sure that new vbo gets updated
Jakob Bornecrantz
2010-12-02
2
-5
/
+10
*
i915g: Improve debug printing for textures
Jakob Bornecrantz
2010-12-02
1
-4
/
+21
*
i915g: Fix closure of full batch buffers
Chris Wilson
2010-12-02
1
-13
/
+18
*
i915g: track TODO items
Daniel Vetter
2010-12-02
1
-0
/
+29
*
i915g: assert(depth_surface->offset == 0)
Daniel Vetter
2010-12-02
1
-1
/
+2
*
i915g: enable x-tiling for render targets
Daniel Vetter
2010-12-02
1
-4
/
+0
*
i915g: switch rendering to mipmapped textures to (x,y) offsets
Daniel Vetter
2010-12-02
3
-9
/
+29
*
i915g: enable X-tiling for textures
Daniel Vetter
2010-12-02
3
-0
/
+27
*
i915g: don't pot-align stride for tiled buffers
Daniel Vetter
2010-12-02
1
-2
/
+3
*
i915g: postpone mipmap/face offset calculation
Daniel Vetter
2010-12-02
3
-27
/
+43
*
i915g: implement unfenced relocs for textures using tiling bits
Daniel Vetter
2010-12-02
3
-5
/
+20
*
i915g: implement unfenced color&depth buffer using tiling bits
Daniel Vetter
2010-12-02
2
-8
/
+22
*
i915g: return tiling in iws->buffer_from_handle
Daniel Vetter
2010-12-02
2
-1
/
+5
*
i915g: prepare winsys/batchbuffer for execbuf2
Daniel Vetter
2010-12-02
5
-10
/
+13
*
i915g: switch to tiled allocations, kill set_fence
Daniel Vetter
2010-12-02
2
-23
/
+2
*
i915g: add winsys function to create tiled buffers
Daniel Vetter
2010-12-02
1
-0
/
+14
*
i915g: drop alignment parameter from iws->buffer_create
Daniel Vetter
2010-12-02
3
-4
/
+4
*
r300g: disable ARB_texture_swizzle if S3TC is enabled on r3xx-only
Marek Olšák
2010-12-01
1
-1
/
+2
*
r300g: fix texture swizzling with compressed textures on r400-r500
Marek Olšák
2010-12-01
7
-13
/
+28
*
r300/compiler: implement and lower OPCODE_CLAMP
Marek Olšák
2010-12-01
1
-1
/
+1
*
svga: Silence debug printf.
José Fonseca
2010-12-01
1
-1
/
+0
*
llvmpipe: Fix build errors on x86.
Chia-I Wu
2010-12-01
2
-4
/
+5
*
gallivm/llvmpipe: squash merge of the llvm-context branch
Brian Paul
2010-11-30
32
-655
/
+692
*
r300g: fix texture border color once again
Marek Olšák
2010-11-30
1
-2
/
+37
*
scons: add alias for identity
Zack Rusin
2010-11-30
1
-0
/
+2
*
llvmpipe: shortcircuit some calls to set_scene_state
Keith Whitwell
2010-11-30
1
-1
/
+1
*
llvmpipe: remove misleading debug string
Keith Whitwell
2010-11-30
1
-1
/
+0
*
llvmpipe: raise dirty flag on transfers to bound constbuf
Keith Whitwell
2010-11-30
1
-0
/
+5
*
scons: Alias for svga
José Fonseca
2010-11-30
1
-0
/
+2
*
svga: Use consistent hexadecimal representation on debug output.
José Fonseca
2010-11-30
1
-1
/
+1
*
util: rename u_mempool -> u_slab
Marek Olšák
2010-11-30
5
-21
/
+21
*
r600g: it looks like r600 can handle dword offsets in the indices.
Dave Airlie
2010-11-29
1
-7
/
+0
*
r600g: Fix the PIPE_FORMAT_A8_UNORM color swap for Evergreen as well.
Henri Verbeet
2010-11-27
1
-0
/
+1
*
r600g: Fix the PIPE_FORMAT_L8A8_UNORM color swaps.
Henri Verbeet
2010-11-27
2
-0
/
+2
*
nvfx: reset nvfx->hw_zeta
Xavier Chantry
2010-11-25
1
-1
/
+3
*
nvfx: fb->nr_cbufs <= 1 on nv30
Xavier Chantry
2010-11-25
1
-1
/
+1
*
r600g: Removed duplicated call to tgsi_split_literal_constant().
Tilman Sauerbeck
2010-11-23
1
-4
/
+0
*
r600g: Only compare active vertex elements
Mathias Fröhlich
2010-11-23
1
-1
/
+2
*
llvmpipe: Remove unnecessary headers.
Vinson Lee
2010-11-22
1
-2
/
+0
*
r600g: add support for ontario APUs
Alex Deucher
2010-11-22
4
-0
/
+26
*
r300g: Avoid returning values in a static array, fixing a potential race
Mathias Fröhlich
2010-11-22
1
-11
/
+21
*
r600g: fix additional EVENT_WRITE packet
Alex Deucher
2010-11-22
1
-0
/
+9
*
gallium: add PIPE_SHADER_CAP_SUBROUTINES
Marek Olšák
2010-11-22
7
-0
/
+20
*
Merge branch 'lp-offset-twoside'
Keith Whitwell
2010-11-22
6
-69
/
+306
|
\
|
*
llvmpipe: twoside for specular color also
Keith Whitwell
2010-11-19
4
-20
/
+42
|
*
llvmpipe: fix up twoside after recent changes
Keith Whitwell
2010-11-19
1
-8
/
+7
|
*
llvmpipe: fix such that offset/twoside function only does in-place modification
Hui Qi Tay
2010-11-19
1
-155
/
+159
|
*
llvmpipe: clean up polygon offset function in lp setup code
Hui Qi Tay
2010-11-15
1
-44
/
+16
|
*
llvmpipe: added llvm offset setup code
Hui Qi Tay
2010-11-04
4
-46
/
+143
|
*
llvmpipe: Moved draw pipeline twoside function to llvm setup code
Hui Qi Tay
2010-11-01
4
-5
/
+103
[next]