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
/
cell
/
ppu
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-25
3
-6
/
+6
*
Merge branch 'gallium-edgeflags'
Roland Scheidegger
2009-12-22
1
-10
/
+0
|
\
|
*
gallium: fix up drivers for edgeflag changes
Roland Scheidegger
2009-12-19
1
-10
/
+0
*
|
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-17
1
-10
/
+10
*
|
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
3
-18
/
+16
|
\
|
|
*
cell: use boolean instead of bool
Roland Scheidegger
2009-12-08
1
-1
/
+1
|
*
Merge branch 'gallium-strict-aliasing'
Roland Scheidegger
2009-12-08
1
-3
/
+3
|
|
\
|
|
*
gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safe
Roland Scheidegger
2009-12-07
1
-3
/
+3
|
*
|
Merge branch 'gallium-noblocks'
Roland Scheidegger
2009-12-04
1
-16
/
+14
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
gallium: adapt drivers to interface cleanups
Roland Scheidegger
2009-12-02
1
-16
/
+14
*
|
|
Move pf_get_bits/size() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-2
/
+4
|
/
/
*
|
cell: fix TGSI breakage
Brian Paul
2009-12-02
1
-1
/
+1
*
|
Merge commit 'origin/tgsi-simplify-ext'
Keith Whitwell
2009-12-01
1
-126
/
+126
|
\
\
|
*
|
tgsi: rename fields of tgsi_full_src_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-7
/
+7
|
*
|
tgsi: rename fields of tgsi_full_dst_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-10
/
+10
|
*
|
tgsi: rename fields of tgsi_full_declaration to reduce verbosity
Keith Whitwell
2009-11-24
1
-2
/
+2
|
*
|
tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity
Keith Whitwell
2009-11-24
1
-113
/
+113
*
|
|
cell: Update for renamed sampler/texture state setters.
Michal Krol
2009-12-01
1
-2
/
+2
|
|
/
|
/
|
*
|
gallium: fix more statetrackers/drivers for not using texture width/height/de...
Roland Scheidegger
2009-11-26
2
-18
/
+16
|
/
*
gallium: remove the swizzling parts of ExtSwizzle
Keith Whitwell
2009-10-23
1
-14
/
+4
*
Merge branch 'mesa_7_6_branch' of git+ssh://
[email protected]
/git/mes...
Alex Deucher
2009-10-22
1
-2
/
+2
|
\
|
*
cell: fix compilation on cell
Marc Dietrich
2009-10-20
1
-2
/
+2
*
|
gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.
Michel Dänzer
2009-10-02
1
-14
/
+4
*
|
gallium: Update vendor string.
José Fonseca
2009-09-23
1
-1
/
+1
*
|
gallium: Deprecate PIPE_CAP_S3TC.
José Fonseca
2009-09-16
1
-2
/
+0
|
/
*
cell: fix compilation
Marc Dietrich
2009-08-30
1
-3
/
+3
*
cell: fix incorrect pipe_transfer tests
Brian Paul
2009-08-17
1
-2
/
+4
*
gallium: Move minify() to u_math.
Corbin Simpson
2009-08-07
1
-7
/
+0
*
Rename TGSI LOOP instruction to better match theri usage.
Michal Krol
2009-07-31
1
-2
/
+2
*
gallium: simplify tgsi_full_immediate struct
Keith Whitwell
2009-07-22
1
-2
/
+2
*
cell: PIPE_CAP_TGSI_CONT_SUPPORTED query
Brian Paul
2009-06-26
1
-0
/
+2
*
gallium: Make sure we flush before some texture / buffer operations.
Thomas Hellstrom
2009-04-15
1
-0
/
+25
*
cell: update clear() code to catch up to gallium changes
Brian Paul
2009-04-04
3
-39
/
+25
*
gallium: Remove some little-used fields from struct pipe_surface.
Michel Dänzer
2009-03-26
1
-13
/
+0
*
gallium: Remove do_flip argument from surface_copy
Jakob Bornecrantz
2009-03-13
1
-1
/
+13
*
cell: update cell driver after gallium reference count changes
Brian Paul
2009-03-04
2
-6
/
+3
*
gallium: Unify reference counting.
Michel Dänzer
2009-03-04
2
-46
/
+25
*
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
*
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
*
cell: remove unused var
Brian Paul
2009-02-07
1
-1
/
+0
*
cell: compile fix: many updates to cell texture code for new surface mapping
Brian Paul
2009-02-07
1
-39
/
+42
*
cell: compile fix: alpha.ref is now alpha.ref_value
Brian Paul
2009-02-07
1
-1
/
+1
*
cell: compile fix: pipe_constant_buffer no longer has size field
Brian Paul
2009-02-07
2
-2
/
+1
*
cell: compile fix: pipe_constant_buffer no longer has size field
Brian Paul
2009-02-07
1
-3
/
+3
[next]