summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-11gallium: remove dead pbo zcopy codeKeith 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-10XXX comments about some hard-coded values that need to be fixedBrian
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-10don't use get/put_tile_rgba() for accum buffer accessesBrian
2007-12-10Fix up some confusion wrt winsys->buffer_create alignment / flags parameters.Michel Dänzer
2007-12-10Link fewer common objects into Gallium winsys layers.Michel Dänzer
2007-12-10Correct user VBO size.Ben Skeggs
2007-12-10Remove stray references to struct pipe_region.Michel Dänzer
2007-12-09use quadColor local varBrian
2007-12-09Fix looping for multi-color buffer writing.Brian
2007-12-09added null ptr check in draw_destroy() for rasterizer stageBrian
2007-12-09Adapt for winsys interface changes.José Fonseca
2007-12-09gallium: use SSE by defaultJosé Fonseca
2007-12-09Allow tgsi_dump print-out to stderr or a string buffer.Michal
2007-12-09gallium: Remove buffer_unfence and buffer_finish.José Fonseca
2007-12-09gallium: Reusable pipe buffer library.José Fonseca