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
Commit message (
Expand
)
Author
Age
Files
Lines
*
g3dvl: Add Nouveau winsys, libdriclient.
Younes Manton
2008-07-22
46
-43
/
+2896
*
g3dvl: Add stubs for some XvMC functions.
Younes Manton
2008-07-22
1
-0
/
+43
*
nv50: add NV86 and NV94 to list of "supported" chips
Ben Skeggs
2008-07-21
1
-2
/
+2
*
g3dvl: Fix some memory leaks in the winsys.
Younes Manton
2008-07-20
4
-8
/
+26
*
g3dvl: Minor SP winsys cleanup.
Younes Manton
2008-07-20
2
-19
/
+30
*
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-07-14
42
-202
/
+2952
|
\
|
*
python: New state tracker which exposes the pipe driver to python scripts.
José Fonseca
2008-07-13
10
-0
/
+1447
|
*
util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.
José Fonseca
2008-07-13
8
-68
/
+51
|
*
pb: buffer over/underflows are errors.
José Fonseca
2008-07-13
1
-2
/
+2
|
*
tgsi: Parse destination operand modulate modifier.
Michal Krol
2008-07-13
3
-24
/
+43
|
*
tgsi: Parse extended source register modifiers.
Michal Krol
2008-07-13
1
-1
/
+126
|
*
tgsi: Parse _SAT and _SAT opcode suffix.
Michal Krol
2008-07-13
2
-2
/
+8
|
*
tgsi: Parse IMM statements.
Michal Krol
2008-07-13
1
-1
/
+110
|
*
tgsi: Parse texture instructions correctly.
Michal Krol
2008-07-13
2
-121
/
+152
|
*
tgsi: Fix instruction operand counts.
Michal Krol
2008-07-13
1
-104
/
+104
|
*
tgsi: Fix instruction opcode parsing.
Michal Krol
2008-07-13
1
-1
/
+1
|
*
tgsi: Add missing SWZ opcode.
Michal Krol
2008-07-13
2
-2
/
+4
|
*
tgsi: Parse DCL statements.
Michal Krol
2008-07-13
1
-74
/
+256
|
*
tgsi: Remove depricated ATTRIB interpolate mode.
Michal Krol
2008-07-13
2
-2
/
+2
|
*
llvm: build fixes.
Stephane Marchesin
2008-07-13
2
-6
/
+6
|
*
scons: List `util/tgsi_text.c'.
Michal Krol
2008-07-12
1
-0
/
+1
|
*
tgsi: Add tgsi_text utility module.
Michal Krol
2008-07-12
2
-0
/
+627
|
*
tgsi: Fix dumping of indirect addressing.
Michal Krol
2008-07-12
1
-4
/
+6
|
*
tgsi: Add missing copyright headers.
Michal Krol
2008-07-12
6
-11
/
+166
|
*
egl: a minor overhauld of egl_xdri.c
Brian Paul
2008-07-11
1
-62
/
+42
|
*
glx: added __glXPreferEGL() to tell libGL to prefer "egl_" drivers over regul...
Brian Paul
2008-07-11
2
-16
/
+52
|
*
build egl subdirs
Brian Paul
2008-07-11
1
-2
/
+2
|
*
gallium: Make dri drivers create a egl_name_dri.so if supported
Jakob Bornecrantz
2008-07-11
2
-1
/
+10
|
*
gallium: check for FEATURE_feedback and FEATURE_drawpix when creating/using t...
Brian Paul
2008-07-10
3
-0
/
+10
|
*
egl: added EGL_OPENVG_API case (allow all APIs)
Brian Paul
2008-07-10
1
-0
/
+1
|
*
egl: add all EGL_*_BITs to ClientAPIsMask
Brian Paul
2008-07-10
1
-1
/
+4
|
*
egl: implement xdri_eglGetProcAddress() for gallium
Brian Paul
2008-07-10
1
-3
/
+25
*
|
nv30: no npot textures
Patrice Mandin
2008-07-12
1
-1
/
+1
*
|
nv30: update caps
Patrice Mandin
2008-07-12
1
-2
/
+2
*
|
nv30: do not shift texture format
Patrice Mandin
2008-07-12
1
-1
/
+1
*
|
nv30: Emit vertex buffer objects using state objects
Patrice Mandin
2008-07-12
5
-259
/
+399
*
|
nv30: Move edgeflag stuff
Patrice Mandin
2008-07-12
3
-7
/
+12
*
|
nv30: Reorder, remove useless stuff
Patrice Mandin
2008-07-12
1
-16
/
+3
*
|
nv30: Rename state emission func
Patrice Mandin
2008-07-12
3
-3
/
+3
*
|
nv30: was setting wrong register
Patrice Mandin
2008-07-12
1
-4
/
+3
*
|
nv30: does not have vp_attrib/result
Patrice Mandin
2008-07-12
2
-6
/
+0
*
|
nv30: Change comment about slowdown
Patrice Mandin
2008-07-12
1
-1
/
+1
*
|
nv30: Emit fragment program using state objects
Patrice Mandin
2008-07-12
6
-48
/
+56
*
|
nv30: Emit vertex program using state objects
Patrice Mandin
2008-07-12
6
-30
/
+42
*
|
nv30: Move constant buffers out of vert/frag prog structures
Patrice Mandin
2008-07-11
4
-22
/
+19
*
|
nv30: Emit fragtex state using state objects
Patrice Mandin
2008-07-11
3
-62
/
+59
*
|
nv30: split fragprog_upload from fragprog_bind
Patrice Mandin
2008-07-11
1
-22
/
+35
*
|
nv30: split fragprog_prepare from fragprog_translate
Patrice Mandin
2008-07-11
1
-23
/
+68
*
|
nv30: Update miptree to match latest changes
Patrice Mandin
2008-07-11
1
-5
/
+16
*
|
nv50: obey do_flip in surface_copy()
Ben Skeggs
2008-07-11
1
-3
/
+11
[next]