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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nouveau: another "argh gallium fscks with assert" fix
Ben Skeggs
2008-03-07
1
-1
/
+2
*
nv30: a couple of vtxprog fixes
Ben Skeggs
2008-03-06
2
-4
/
+15
*
nv40: re-do vtxbuf format code
Ben Skeggs
2008-03-03
1
-29
/
+50
*
nv40: nuke debug
Ben Skeggs
2008-03-02
1
-2
/
+0
*
nouveau: silence some warnings
Ben Skeggs
2008-03-02
2
-4
/
+5
*
nouveau: fix potential crash
Ben Skeggs
2008-03-02
1
-1
/
+3
*
Merge remote branch 'nouveau/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-03-02
1
-3
/
+10
|
\
|
*
nv30: init zeta to NULL, use color pitch if no zeta
Patrice Mandin
2008-02-22
1
-2
/
+9
|
*
nv30: wrong number of parameters
Patrice Mandin
2008-02-22
1
-1
/
+1
*
|
nv40: fix segv when app "skips" texture units.
Ben Skeggs
2008-03-02
1
-1
/
+3
*
|
nouveau: enable multi-context/single-channel support for nv40
Ben Skeggs
2008-03-02
11
-15
/
+94
*
|
nouveau: turn pushbuf macros into inline functions
Ben Skeggs
2008-03-02
7
-259
/
+396
*
|
Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-03-02
15
-113
/
+194
|
\
\
|
*
|
gallium: change st->state.sampler_texture[] to store pipe_texture pointers
Brian Paul
2008-02-29
4
-13
/
+9
|
*
|
gallium: fix update_textures() bug in pipe_texture binding logic
Brian Paul
2008-02-29
1
-1
/
+3
|
*
|
gallium: fix line emit order for unfilled tris
Brian Paul
2008-02-29
1
-1
/
+1
|
*
|
gallium: point rast coord tweak
Brian Paul
2008-02-29
1
-7
/
+11
|
*
|
gallium: need precalc_flat=1 for wide lines
Brian Paul
2008-02-29
1
-0
/
+1
|
*
|
scons: List sp_screen.c.
Michal Krol
2008-02-29
1
-0
/
+1
|
*
|
gallium: tweak coords for wide lines
Brian Paul
2008-02-29
1
-9
/
+12
|
*
|
gallium: fix glCopyPixels(GL_DEPTH) when Z format conversion is needed
Brian Paul
2008-02-29
1
-1
/
+8
|
*
|
gallium: added pipe_get/put_tile_z() functions
Brian Paul
2008-02-29
2
-0
/
+138
|
*
|
gallium: remove the ugly pipe->draw stage lookup code in aaline/point/pstippl...
Brian
2008-02-29
4
-84
/
+13
*
|
|
nv40: move "channel context" stuff into nv40_screen
Ben Skeggs
2008-02-29
16
-237
/
+203
*
|
|
nouveau: hand nouveau_winsys in with pipe_screen init
Ben Skeggs
2008-02-29
11
-25
/
+34
*
|
|
nouveau: implement pipe_screen
Ben Skeggs
2008-02-29
24
-412
/
+623
*
|
|
Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-02-29
197
-29420
/
+31095
|
\
|
|
|
*
|
cell: convert all points/lines to tris for the time being
Brian
2008-02-28
1
-0
/
+4
|
*
|
cell: remove obsolete texture field
Brian
2008-02-28
1
-1
/
+0
|
*
|
Added calibrate_rast.c program
Brian
2008-02-28
2
-0
/
+396
|
*
|
gallium: new wide point/line stages (missed in prev commit)
Brian Paul
2008-02-28
2
-0
/
+444
|
*
|
gallium: split draw_wide_prim stage into separate point/line stages.
Brian Paul
2008-02-28
6
-22
/
+30
|
*
|
gallium: fix surface/texture format conversion in st_CopyPixels
Brian Paul
2008-02-28
1
-5
/
+35
|
*
|
gallium: added a texture format sanity check/assertion in st_texture_create()
Brian Paul
2008-02-28
1
-0
/
+1
|
*
|
galliums: s/uint/enum pipe_format/
Brian Paul
2008-02-28
1
-1
/
+1
|
*
|
gallium: in GL_SELECT mode, update hitflag in rasterpos
Brian Paul
2008-02-28
1
-0
/
+5
|
*
|
gallium: Fix MSVC warnings.
José Fonseca
2008-02-28
1
-4
/
+4
|
*
|
Make sure struct pipe_screen is declared.
Michel Dänzer
2008-02-28
1
-0
/
+1
|
*
|
gallium: State tracker cleanups wrt clears.
Keith Whitwell
2008-02-28
1
-24
/
+16
|
*
|
Convert crlf->lf line endings.
José Fonseca
2008-02-28
62
-27976
/
+27976
|
*
|
Disable autocrlf on Visual Studio project files.
José Fonseca
2008-02-28
1
-0
/
+4
|
*
|
gallium: Remove extra level of indirecttion.
José Fonseca
2008-02-28
1
-1
/
+1
|
*
|
gallium: Fix sign/unsign comparison.
José Fonseca
2008-02-28
1
-1
/
+1
|
*
|
gallium: Convert CRLF -> LF.
Jose Fonseca
2008-02-28
1
-64
/
+64
|
*
|
gallium: remove unneeded pipe ptr from pipe_texture
Brian
2008-02-27
1
-7
/
+3
|
*
|
gallium: added draw_num_vs_outputs() to query number of post-transform vertex...
Brian
2008-02-27
3
-2
/
+19
|
*
|
gallium/i965: remove more dependencies on pipe_shader_state semantic info
Brian
2008-02-27
3
-5
/
+5
|
*
|
gallium/i965: added const to silence warning
Brian
2008-02-27
1
-1
/
+1
|
*
|
scons: Build mesa source with c99.
José Fonseca
2008-02-28
1
-0
/
+5
|
*
|
cell: fix minor get_tex_surface() breakage
Brian
2008-02-27
1
-1
/
+2
[next]