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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
cell: overhaul cell teximage code
Brian Paul
2009-02-24
5
-266
/
+119
*
cell: don't need tex transfer for drawing surfaces
Brian Paul
2009-02-24
1
-30
/
+24
*
i915: Enable winsys to get buffer from texture
Jakob Bornecrantz
2009-02-25
2
-0
/
+31
*
i915: Fix some warnings
Jakob Bornecrantz
2009-02-25
1
-2
/
+0
*
i915: Clean up i915_winsys.h a bit
Jakob Bornecrantz
2009-02-25
3
-14
/
+20
*
softpipe: minor code movement in softpipe_get_tex_transfer()
Brian Paul
2009-02-24
1
-4
/
+5
*
r300-gallium: Fix pasto and debug messages.
Corbin Simpson
2009-02-23
1
-1
/
+8
*
r300-gallium: Cleanup some state emit, move vertex format state to r300_emit.
Corbin Simpson
2009-02-23
3
-23
/
+31
*
r300-gallium: Fix a handful of compile warnings.
Corbin Simpson
2009-02-23
3
-6
/
+13
*
r300-gallium: Decode passthrough shader for r300.
Corbin Simpson
2009-02-23
2
-6
/
+26
*
r300-gallium: Finish VAP/VF setup.
Corbin Simpson
2009-02-23
3
-25
/
+102
*
r300-gallium: Fix BEGIN_CS size.
Corbin Simpson
2009-02-23
1
-1
/
+1
*
r300-gallium: Add pipe_format translators and apply them
Joakim Sindholt
2009-02-22
3
-2
/
+86
*
r300-gallium: Add all supported 2d texture formats
Joakim Sindholt
2009-02-22
1
-7
/
+26
*
r300-gallium: correct buffer stride calculation
Joakim Sindholt
2009-02-22
1
-6
/
+5
*
nv50: delay uploads until transfer object is destroyed
Ben Skeggs
2009-02-22
1
-13
/
+13
*
gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instruct...
Brian Paul
2009-02-20
1
-0
/
+11
*
gallium: s/GALLIUM_DRIVER_DIRS/GALLIUM_DRIVERS_DIRS/
Jakob Bornecrantz
2009-02-20
1
-1
/
+1
*
gallium: Improve recursive makefiles
Jakob Bornecrantz
2009-02-20
1
-11
/
+3
*
gallium: Improve makefiles for libraries
Jakob Bornecrantz
2009-02-20
12
-78
/
+7
*
nv50: remove unused variable
Ben Skeggs
2009-02-20
1
-1
/
+1
*
nv50: fix occlusion queries
Ben Skeggs
2009-02-20
1
-2
/
+3
*
nv50: rework for texture_transfer changes
Ben Skeggs
2009-02-20
9
-159
/
+247
*
cell: patch up cell_texture.c so it compiles
Brian Paul
2009-02-18
1
-6
/
+135
*
cell: updates for new pipe_transfer changes
Brian Paul
2009-02-18
2
-23
/
+81
*
cell: update vbuf code to catch up to recent changes
Brian Paul
2009-02-18
1
-5
/
+28
*
cell: remove unused var
Brian Paul
2009-02-18
1
-1
/
+0
*
cell: start adding new cell_transfer types/code
Brian Paul
2009-02-18
1
-0
/
+19
*
cell: remove old surface_map code
Brian Paul
2009-02-18
1
-5
/
+0
*
r300-gallium: implement simple pipe_transfer Basically make the driver compil...
Joakim Sindholt
2009-02-18
5
-22
/
+104
*
gallium: Fix up trace driver for introduction of struct pipe_transfer.
Michel Dänzer
2009-02-18
5
-29
/
+200
*
Merge branch 'gallium-texture-transfer'
Michel Dänzer
2009-02-18
13
-182
/
+331
|
\
|
*
i915simple: Minimal fixup for introduction of struct pipe_transfer.
Michel Dänzer
2009-02-18
5
-76
/
+122
|
*
Merge branch 'master' into gallium-texture-transfer
Keith Whitwell
2009-02-16
111
-8799
/
+8605
|
|
\
|
*
|
gallium: Fix a couple of potential NULL pointer dereferences.
Michel Dänzer
2009-02-12
1
-22
/
+33
|
*
|
softpipe: Unbreak keeping track of cached surface.
Michel Dänzer
2009-02-12
1
-4
/
+3
|
*
|
Cosmetic: Rename struct pipe_transfer pointers from 'ps' to 'pt'.
Michel Dänzer
2009-02-12
1
-14
/
+14
|
*
|
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2009-02-05
8
-105
/
+198
*
|
|
r300-gallium: Factor out common functionality in vbuf emit.
Corbin Simpson
2009-02-18
1
-19
/
+34
*
|
|
Merge commit 'origin/draw-vbuf-interface'
Keith Whitwell
2009-02-18
7
-189
/
+450
|
\
\
\
|
*
|
|
r300-gallium: Add draw_arrays for swtcl_emit.
Corbin Simpson
2009-02-17
1
-2
/
+30
|
*
|
|
r300-gallium: Properly init shader state.
Corbin Simpson
2009-02-17
1
-0
/
+2
|
*
|
|
r300-gallium: Consolidate state updates.
Corbin Simpson
2009-02-17
1
-2
/
+8
|
*
|
|
r300-gallium: Hook up new swtcl vbuf stage.
Corbin Simpson
2009-02-17
1
-0
/
+23
|
*
|
|
r300-gallium: Turn swtcl_emit into a vbuf_render stage.
Corbin Simpson
2009-02-17
1
-95
/
+195
|
*
|
|
r300-gallium: Update r300_reg from classic Mesa.
Corbin Simpson
2009-02-17
1
-44
/
+44
|
*
|
|
nv20: Use the new draw vbuf interface
Jakob Bornecrantz
2009-02-17
1
-15
/
+43
|
*
|
|
nv10: Use the new draw vbuf internface
Jakob Bornecrantz
2009-02-17
1
-8
/
+28
|
*
|
|
nv04: Use the new draw vbuf interface
Jakob Bornecrantz
2009-02-17
1
-5
/
+17
|
*
|
|
i915: Use the new draw vbuf interface
Jakob Bornecrantz
2009-02-13
1
-13
/
+44
[next]