mesa.git
2008-02-16 Ben Skeggsnouveau: match gallium code reorginisation.
2008-02-16 Ben SkeggsMerge branch 'upstream-gallium-0.1' into nouveau-galliu...
2008-02-16 Ben SkeggsMerge branch 'nouveau-gallium-0.1' into darktama-galliu...
2008-02-16 Stephane Marchesinnv30: fixes.
2008-02-16 Stephane Marchesinnv30: fixes.
2008-02-15 Ian RomanickCell: Enable code gen for SPE attribute fetch
2008-02-15 Ian RomanickCell: Add missing back-slash in linux-cell config file
2008-02-15 Ian RomanickCell: Add INCLUDE_DIRS to SPU_CFLAGS to fix build.
2008-02-15 Ian RomanickMake this file build on non-SSE builds (e.g., Cell)
2008-02-15 Ian RomanickMove cell_vertex_fetch.c for recent code reorg.
2008-02-15 Ian RomanickInitial version of code gen for attribute fetch
2008-02-15 Ian RomanickCorrect the convert to and from float instructions
2008-02-15 Ben Skeggsnv40: over-zealous s/
2008-02-15 Ben Skeggsnv40: fix non-debug builds + start on obeying portabili...
2008-02-15 Keith Whitwelltgsi: pass through failure to sse-codegenerate for...
2008-02-15 Keith Whitwelldraw: subclass vertex shaders according to execution...
2008-02-15 Keith Whitwellsoftpipe: rename some functions to disambiguate
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: s/aux/auxiliary/ -- update build.
2008-02-15 José FonsecaCode reorganization: s/aux/auxiliary/.
2008-02-15 Keith Whitwellgallium: reorganize fragment shader execution, unbreak sse
2008-02-15 Keith Whitwelltgsi: disable dummy sse2 texture code
2008-02-15 José FonsecaCode reorganization: placeholder for state-trackers.
2008-02-15 José FonsecaCode reorganization: update build.
2008-02-15 José FonsecaCode reorganization: move files into their places.
2008-02-15 Zack Rusinvastly simplify indexing
2008-02-15 Zack Rusinredo indirection
2008-02-15 Zack Rusinredo the way immediates are handled
2008-02-15 Zack Rusinrename 'argument' to 'load' because that's what it...
2008-02-15 Zack Rusinimplement swizzling on writes
2008-02-15 Zack Rusina call was missed during the last rename
2008-02-15 Stephane Marchesinnouveau: more nv30 fixes, still doesn't work as well...
2008-02-15 Stephane Marchesinnouveau: nv30 fixes.
2008-02-15 Ben Skeggsnv30: more interface updates
2008-02-15 Ben Skeggsnv30: fix build
2008-02-15 Ben Skeggsnv40: always copy 4 float immediates for now.
2008-02-15 Ben Skeggsnv40: attempt at obeying sampler min_lod/max_lod/lod_bias
2008-02-15 Ben Skeggsnv40: remove use of pt->first_level
2008-02-15 Briangallium: initial code for wide/AA line drawing
2008-02-15 Briangallium: fix/finish glReadPixels(GL_DEPTH_COMPONENT).
2008-02-15 Briangallium: clamp min_lod so it's never negative
2008-02-15 BrianFix broken test.
2008-02-15 Briangallium: remove dead code
2008-02-15 Briangallium: added null ptr check
2008-02-15 Briangallium: rename st_fragment_program's fs field to cso...
2008-02-15 Briangallium: move gen-mipmap global/static vars into st_context
2008-02-15 BrianSet Min/MaxLod with glTexParameterf, not glTexParameteri
2008-02-15 Brianpress 0,1,2,etc keys for specific bias values
2008-02-15 Briantweak incr/decrements amounts for keyboard options
2008-02-15 Briangallium: remove unused first_level param from st_textur...
2008-02-15 Briangallium: clean-up, simplification of mipmapped textures
2008-02-15 Ben Skeggsnv40: fix inline u08/u16 indices
2008-02-15 Briangallium: take pitch/stride into account in mipmap gener...
2008-02-15 Briangallium: comments about mipmap gen
2008-02-15 Briancode refactoring, new next_mipmap_level_size() function
2008-02-15 Briangallium: implement software fallback for mipmap generation
2008-02-15 Briangallium: strip borders from textures passed to st_TexImage.
2008-02-15 Briangallium: use _mesa_tex_target_to_face()
2008-02-15 Brianadded _mesa_tex_target_to_face()
2008-02-15 Briangallium: update comment about buffer map flags
2008-02-15 Briangallium: fix fragment/vertex typo
2008-02-15 Brianrefactor code, export _mesa_generate_mipmap_level()
2008-02-15 Brianmove _mesa_format_to_type_and_comps() to texformat.c
2008-02-15 Brianreorder cases in do_row()
2008-02-15 Brianre-indent do_row()
2008-02-15 Briancheckpoint- consolidation in do_row()
2008-02-15 Briancheckpoint- remove dependencies on gl_texture_format...
2008-02-15 Zack Rusinremove seperate llvm vs entry points
2008-02-15 Zack Rusinstart genering soa type code in llvm paths
2008-02-15 Zack Rusindisable llvm for fragment shaders for now
2008-02-15 Zack Rusinrewrite the way cpu engine is handled
2008-02-15 Zack Rusinrewrite the way we handle ir in llvm code
2008-02-15 Zack Rusinadd a stub of a lowering pass
2008-02-15 Ben Skeggsnouveau: memory leak
2008-02-15 Ben Skeggsnv40: prep for multiple pipe contexts on a single hw...
2008-02-15 Ben Skeggsnouveau: interface updates
2008-02-15 Ben Skeggsnv40: delay all state emit until before draw
2008-02-15 Briangallium: include st_cb_drawpixels.h
2008-02-15 Brianfix comment typos
2008-02-15 Briangallium: initial implemenation of auto mipmap generatio...
2008-02-15 Briangallium: added inClipCoords param to st_draw_vertices...
2008-02-15 Briangallium: added draw_flush() call in softpipe_bind_sampl...
2008-02-15 BrianRemove unused texunit parameter to ctx->Driver.Generate...
2008-02-15 Jerome Glisseintel_winsys: remove leftover code
2008-02-15 Jerome Glissefailover: several fixes to failover pipe module
2008-02-15 Michel Dänzertgsi: Fall back to interpreter instead of assert(0...
2008-02-15 Michel Dänzerpipebuffer: Fix reversed assertion.
2008-02-15 José Fonsecagallium: Conditionally use posix libraries/includes.
2008-02-15 BrianCell: silence unused var warnings
2008-02-15 Briangallium: #include p_debug.h since we use assert
2008-02-15 BrianCell: use mem_dup()
2008-02-15 Briangallium: use mem_dup()
2008-02-15 Briangallium: added mem_dup()
2008-02-15 Briangallium: change pipe->texture_create() to operate like...
2008-02-15 Brianclean-ups in guess_and_alloc_texture()
2008-02-15 Brianplug in ctx->Driver.GenerateMipmap function
2008-02-15 BrianAdded ctx->Driver.GenerateMipmap() driver hook
2008-02-15 Brianclean-ups
2008-02-15 Brianadded comment
next