summaryrefslogtreecommitdiff
path: root/src/mesa/pipe
AgeCommit message (Expand)Author
2007-12-12965: delete dead filesKeith Whitwell
2007-12-12965: delete dead filesKeith Whitwell
2007-12-12remove old assertionBrian
2007-12-12add PIPE_FORMAT_R5G6B5_UNORM to list of supported screen surface typesBrian
2007-12-12fix some mistakes in the _PIPE_FORMAT_x #definesBrian
2007-12-12i965: compile vertex shaders and emit hardware instructionsZack Rusin
2007-12-11trim down #includesBrian
2007-12-11include pipe/tgsi/exec/tgsi_sse2.h if needed. Silences warning.Brian
2007-12-11Cell: draw smooth-shaded triangleBrian
2007-12-11Collect some global vars in a single struct.Brian
2007-12-11Remove temporary cell_create_surface()Brian
2007-12-11SPU function prototypes, etc.Brian
2007-12-11Port to libspe2Ian Romanick
2007-12-11softpipe: Support for PIPE_FORMAT_A4R4G4B4_UNORM and PIPE_FORMAT_R5G6B5_UNORM.Michel Dänzer
2007-12-11Remove internal_format field from struct pipe_texture.Michel Dänzer
2007-12-11Rework gallium and mesa queries a little.Keith Whitwell
2007-12-11965: remove duplicate brw_draw functions, make init a bit cleanerKeith Whitwell
2007-12-11gallium: remove clear values from depth, stencil stateKeith Whitwell
2007-12-11Fix align16() function to work with 32/64-bit pointers on big-endian.Brian
2007-12-11change align_malloc() alignment to uintBrian
2007-12-11Move align_malloc(), align_free() to p_util.hBrian
2007-12-11use ALIGN16_ATTRIB from p_compiler.hBrian
2007-12-11Remove obsolete clear_color, tex sampler stateBrian
2007-12-11Remove obsolete clear_color, tex sampler state functionsBrian
2007-12-11add missing case statements for TGSI_TOKEN_TYPE_IMMEDIATE and assert(0)Brian
2007-12-11Adopt llvm to some of the latest changes.Zack Rusin
2007-12-11Redo the fragment program examples to match vp'sZack Rusin
2007-12-11Redo the way we pass arguments to the llvm.Zack Rusin
2007-12-11number of outputs is nr_attribs - 2Zack Rusin
2007-12-11Implement kilp and make it workZack Rusin
2007-12-11Rewrite argument passing to prepare for handling of the kil instruction.Zack Rusin
2007-12-11gallium: remove set_sampler_units interfaceKeith Whitwell
2007-12-11gallium: remove redundant clear_color state.Keith Whitwell
2007-12-11gallium: Remove feedback interfaces from pipe driver.Keith Whitwell
2007-12-11Hmm, missed these two files. Sorry.Zack Rusin
2007-12-11Port i965 driver to Gallium3D.Zack Rusin
2007-12-11Add surface storage allocation function to winsys interface.José Fonseca
2007-12-11Add inline funtion to comput format size based on code in st_format.c.José Fonseca
2007-12-10Cell: first triangle.Brian
2007-12-10minor clean-ups, commentsBrian
2007-12-10gallium: use hardcoded cliptest code for fixed planesKeith Whitwell
2007-12-10gallium: disable assert(0) in xmesa_surface()Keith Whitwell
2007-12-10gallium: remove unnecessary guards on qs->nextKeith Whitwell
2007-12-10Cell driver state-setter functions, basic tile get/put, glClear.Brian
2007-12-10remove ~ backup filesBrian
2007-12-10Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...Brian
2007-12-10disable assertion in sp_tile_cache_set_surface() for nowBrian
2007-12-10implement i915_put_tile_rgba() - temporary code thoughBrian
2007-12-10Fix up some confusion wrt winsys->buffer_create alignment / flags parameters.Michel Dänzer
2007-12-10Remove stray references to struct pipe_region.Michel Dänzer