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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
gallium: disable tests when using embedded build
Alan Hourihane
2010-04-13
1
-2
/
+3
*
|
scons: Fix exception when llvm-config is not present.
José Fonseca
2010-04-13
1
-1
/
+6
*
|
util: Fix util_dynarray_trim().
Michal Krol
2010-04-13
1
-9
/
+10
*
|
nvfx: use dynamically sized rotating BO pool for fragment programs
Luca Barbieri
2010-04-13
2
-110
/
+137
*
|
draw llvm: Initialize variable.
Vinson Lee
2010-04-13
1
-1
/
+1
*
|
r300g: Silence uninitialized variable warning.
Vinson Lee
2010-04-13
1
-0
/
+1
*
|
st/mesa: Remove state_tracker/st_framebuffer.c from SConscript.
Vinson Lee
2010-04-13
1
-1
/
+0
*
|
st/mesa: Drop st_public support.
Chia-I Wu
2010-04-13
16
-1018
/
+22
*
|
st/vega: Drop st_public support.
Chia-I Wu
2010-04-13
4
-610
/
+0
*
|
st/vega: Do not rely on st_resize_framebuffer.
Chia-I Wu
2010-04-13
1
-24
/
+239
*
|
nvfx: fix for 64-bit systems
Luca Barbieri
2010-04-13
1
-1
/
+1
*
|
gallium/auxiliary: make util_dynarray_trim do nothing if size == capacity
Luca Barbieri
2010-04-13
1
-1
/
+3
*
|
gallium/auxiliary: add util_dynarray_resize
Luca Barbieri
2010-04-13
1
-2
/
+8
*
|
gallium/auxiliary: fix util_dynarray_trim to 0 to free the data
Luca Barbieri
2010-04-13
1
-2
/
+8
*
|
util: implement Jose Fonseca's suggestions for u_buffer.h -> u_dynarray.h
Luca Barbieri
2010-04-13
2
-57
/
+96
*
|
r300/compiler: Hax around instructions limits in mirroring code.
Corbin Simpson
2010-04-12
1
-0
/
+10
*
|
ffvertex: don't touch tex coords if coord replace is enabled.
Dave Airlie
2010-04-13
2
-1
/
+12
*
|
r300g: add generating texture coordinates for point sprites
Marek Olšák
2010-04-13
5
-21
/
+85
*
|
progs/gallium: Move into src/gallium/tests
José Fonseca
2010-04-13
89
-2
/
+3
*
|
gallium/auxiliary: add dynamically sized buffer/array/vector
Luca Barbieri
2010-04-12
1
-0
/
+57
*
|
nvfx: add LRP in vertprog
Luca Barbieri
2010-04-12
1
-0
/
+5
*
|
nvfx: add SIN and COS in vertprog
Luca Barbieri
2010-04-12
1
-0
/
+6
*
|
nvfx: add missing vertprog setcond instructions
Luca Barbieri
2010-04-12
1
-0
/
+18
*
|
nvfx: allocate a bigger block for queries
Luca Barbieri
2010-04-12
2
-4
/
+11
*
|
nvfx: support an unlimited number of occlusion queries
Luca Barbieri
2010-04-12
3
-8
/
+22
*
|
r300g: Move declaration before code.
Vinson Lee
2010-04-12
1
-2
/
+4
*
|
nvfx: fix TXL opcode value
Luca Barbieri
2010-04-12
1
-1
/
+1
*
|
nvfx: Add support for two sided color
Luca Barbieri
2010-04-12
2
-2
/
+4
*
|
nvfx: fix compile error
Luca Barbieri
2010-04-12
1
-1
/
+1
*
|
nvfx: don't use hw index buffers on nv3x and nv44
Luca Barbieri
2010-04-12
2
-2
/
+3
*
|
nvfx: expose PIPE_FORMAT_B8G8R8X8_UNORM support
Luca Barbieri
2010-04-12
1
-0
/
+2
*
|
nvfx: add support for ARB_half_float_vertex
Luca Barbieri
2010-04-12
2
-0
/
+11
*
|
st/mesa: half float vertex support (unexposed)
Luca Barbieri
2010-04-12
1
-1
/
+10
*
|
nvfx: allocate buffers in GART if !NOUVEAU_SWTNL
Luca Barbieri
2010-04-12
1
-2
/
+1
*
|
nvfx: move check for NOUVEAU_SWTNL
Luca Barbieri
2010-04-12
3
-11
/
+5
*
|
nvfx: remove #include "nouveau_stateobj.h"
Luca Barbieri
2010-04-12
1
-1
/
+0
*
|
nvfx: rework validation logic to use code and avoid stateobjs
Luca Barbieri
2010-04-12
18
-285
/
+127
*
|
nvfx: add NVFX_NEW_{FRAG,VERT}CONST
Luca Barbieri
2010-04-12
4
-4
/
+6
*
|
nvfx: so->RING_3D: vertprog
Luca Barbieri
2010-04-12
2
-27
/
+19
*
|
nvfx: so->RING_3D: sr
Luca Barbieri
2010-04-12
1
-9
/
+6
*
|
nvfx: so->sb: blend
Luca Barbieri
2010-04-12
3
-27
/
+25
*
|
nvfx: so->sb: zsa
Luca Barbieri
2010-04-12
3
-40
/
+36
*
|
nvfx: so->sb: rasterizer
Luca Barbieri
2010-04-12
3
-52
/
+48
*
|
nvfx: so->RING_3D: screen
Luca Barbieri
2010-04-12
1
-93
/
+89
*
|
nvfx: so->RING_3D: viewport
Luca Barbieri
2010-04-12
1
-29
/
+25
*
|
nvfx: so->RING_3D: stipple
Luca Barbieri
2010-04-12
2
-15
/
+11
*
|
nvfx: so->RING_3D: scissor
Luca Barbieri
2010-04-12
2
-13
/
+10
*
|
nvfx: so->RING_3D: blend
Luca Barbieri
2010-04-12
1
-7
/
+4
*
|
nvfx: so->RING_3D: fb
Luca Barbieri
2010-04-12
3
-77
/
+117
*
|
nvfx: so->RING_3D: fragprog
Luca Barbieri
2010-04-12
4
-34
/
+49
[prev]
[next]