mesa.git
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 Michal Krolgallium: Fix memory leak.
2008-02-15 Michal Krolgallium: Fix memory leak.
2008-02-15 Michal Krolgallium: Use align_free() to free aligned memories.
2008-02-15 Michal Krolgallium: Fix build on Windows.
2008-02-15 Michal Krolgallium: Use MALLOC().
2008-02-15 José Fonsecagallium: Fix MSVC compiler warnings.
2008-02-15 Briangallium: remove some debug assertions in vertex format...
2008-02-15 Briangallium: rearrange vertex info/layout validation
2008-02-15 Briangallium: include draw_context.h to silence warning
2008-02-15 Briangallium: minor function renaming
2008-02-15 Briangallium: new tgsi_transform_shader() function
2008-02-15 Briangallium: new pgon-mode.c test
2008-02-15 Briangallium: call draw_flush() in softpipe_flush()
2008-02-15 Briangallium: fix some "instruction"/"declaration" mix-ups...
2008-02-15 Briangallium: replace "interpolate" terminology with "eval...
2008-02-15 Briangallium: changes to polygon mode weren't detected in...
2008-02-15 Briangallium: rename draw_free_tmps->draw_free_temp_verts...
2008-02-15 Briangalllium: comments, minor clean-ups
2008-02-15 Ian RomanickMore name typeo fixes.
2008-02-15 Ian Romanicks/spu_/spe_/g Ugh.
2008-02-15 Ian RomanickCell: pass pointers to stored memory values
2008-02-14 Ian RomanickCell: Fix unintended breakage from commit 1d62a057bcb3e...
2008-02-14 Ian RomanickReal-time assembler for Cell SPE.
2008-02-14 Ian RomanickFetch routines convert and transpose all 4 vertices...
2008-02-14 Ian RomanickRemove open-coded fetch functions
2008-02-14 Ian RomanickInitial pass at vertex cache, more vertex fetch changes
2008-02-14 Ian RomanickVectorize a couple fetch functions
2008-02-14 Michel Dänzerintel_winsys: Call st_notify_swapbuffers_complete(...
2008-02-14 Keith Whitwellgallium: Cleanups related to clears.
2008-02-13 Zack Rusinmake swizzling on incoming arguments work
2008-02-13 Zack Rusinget rid of the terrible auto-generated entry point
2008-02-13 Zack Rusinimplement immediates and make them work
2008-02-13 Zack Rusintry to load the consts correctly
2008-02-13 Keith Whitwellx86: remove debug
2008-02-13 Keith Whitwellx86: emit absolute calls, as reallocating exec mem...
2008-02-13 Keith Whitwelltgsi: fail gracefully when sse code can't emit shader
2008-02-13 Keith Whitwellx86: reallocate exec mem when we run out
2008-02-13 Keith Whitwelltgsi: include more of the register info in debug dumps
2008-02-13 Michel Dänzergallium: pipe->surface_copy can flip the contents verti...
2008-02-13 Zack Rusinhandle temporaries in llvm code generated paths
2008-02-13 Zack Rusinimplement add
2008-02-13 Zack Rusinimplement mul
2008-02-13 Zack Rusinget mov working
2008-02-13 Zack Rusinfix fetching input elements and generate a ret on end
2008-02-13 Zack Rusinadd functiontype for the llvm native vs entry point
2008-02-13 Zack Rusindisable llvm code in fs
2008-02-13 Zack Rusinstop generate llvm entry points
2008-02-13 Zack Rusinllvm ir code to fetch the elements
2008-02-13 Briangallium: initial code for wide/AA line drawing
2008-02-13 Briangallium: fix/finish glReadPixels(GL_DEPTH_COMPONENT).
2008-02-13 Briangallium: clamp min_lod so it's never negative
2008-02-12 BrianFix broken test.
2008-02-12 Briangallium: remove dead code
2008-02-12 Briangallium: added null ptr check
2008-02-12 Briangallium: rename st_fragment_program's fs field to cso...
2008-02-12 Briangallium: move gen-mipmap global/static vars into st_context
2008-02-12 BrianSet Min/MaxLod with glTexParameterf, not glTexParameteri
2008-02-12 Brianpress 0,1,2,etc keys for specific bias values
2008-02-12 Briantweak incr/decrements amounts for keyboard options
2008-02-12 Briangallium: remove unused first_level param from st_textur...
2008-02-12 Briangallium: clean-up, simplification of mipmapped textures
2008-02-11 Briangallium: take pitch/stride into account in mipmap gener...
2008-02-11 Briangallium: comments about mipmap gen
2008-02-11 Briancode refactoring, new next_mipmap_level_size() function
2008-02-11 Briangallium: implement software fallback for mipmap generation
2008-02-11 Briangallium: strip borders from textures passed to st_TexImage.
2008-02-11 Briangallium: use _mesa_tex_target_to_face()
2008-02-11 Brianadded _mesa_tex_target_to_face()
2008-02-11 Briangallium: update comment about buffer map flags
2008-02-11 Briangallium: fix fragment/vertex typo
2008-02-11 Brianrefactor code, export _mesa_generate_mipmap_level()
2008-02-11 Brianmove _mesa_format_to_type_and_comps() to texformat.c
2008-02-11 Brianreorder cases in do_row()
2008-02-11 Brianre-indent do_row()
2008-02-11 Briancheckpoint- consolidation in do_row()
2008-02-11 Briancheckpoint- remove dependencies on gl_texture_format...
2008-02-11 Zack Rusinremove seperate llvm vs entry points
2008-02-11 Zack Rusinstart genering soa type code in llvm paths
2008-02-11 Zack Rusindisable llvm for fragment shaders for now
2008-02-11 Zack Rusinrewrite the way cpu engine is handled
2008-02-11 Zack Rusinrewrite the way we handle ir in llvm code
2008-02-11 Zack Rusinadd a stub of a lowering pass
2008-02-08 Briangallium: include st_cb_drawpixels.h
2008-02-08 Brianfix comment typos
2008-02-08 Briangallium: initial implemenation of auto mipmap generatio...
2008-02-08 Briangallium: added inClipCoords param to st_draw_vertices...
2008-02-08 Briangallium: added draw_flush() call in softpipe_bind_sampl...
2008-02-08 BrianRemove unused texunit parameter to ctx->Driver.Generate...
2008-02-08 Jerome Glisseintel_winsys: remove leftover code
2008-02-08 Jerome Glissefailover: several fixes to failover pipe module
2008-02-07 Michel Dänzertgsi: Fall back to interpreter instead of assert(0...
2008-02-07 Michel Dänzerpipebuffer: Fix reversed assertion.
next