Age | Commit message (Expand) | Author |
2007-12-11 | Remove '-include altivec.h'. | Ian Romanick |
2007-12-11 | Mention 965 driver on main page. | José Fonseca |
2007-12-11 | Write a nicer doxygen main page, based on the TG's Gallium3D technical overvi... | José Fonseca |
2007-12-11 | Cover LLVM code in doxygen output. | José Fonseca |
2007-12-11 | softpipe: Support for PIPE_FORMAT_A4R4G4B4_UNORM and PIPE_FORMAT_R5G6B5_UNORM. | Michel Dänzer |
2007-12-11 | Remove internal_format field from struct pipe_texture. | Michel Dänzer |
2007-12-11 | Rework gallium and mesa queries a little. | Keith Whitwell |
2007-12-11 | 965: remove duplicate brw_draw functions, make init a bit cleaner | Keith Whitwell |
2007-12-11 | gallium: remove clear values from depth, stencil state | Keith Whitwell |
2007-12-11 | Fix align16() function to work with 32/64-bit pointers on big-endian. | Brian |
2007-12-11 | change align_malloc() alignment to uint | Brian |
2007-12-11 | Move align_malloc(), align_free() to p_util.h | Brian |
2007-12-11 | use ALIGN16_ATTRIB from p_compiler.h | Brian |
2007-12-11 | Remove obsolete clear_color, tex sampler state | Brian |
2007-12-11 | Remove obsolete clear_color, tex sampler state functions | Brian |
2007-12-11 | add missing case statements for TGSI_TOKEN_TYPE_IMMEDIATE and assert(0) | Brian |
2007-12-11 | Adopt llvm to some of the latest changes. | Zack Rusin |
2007-12-11 | Redo the fragment program examples to match vp's | Zack Rusin |
2007-12-11 | Add a simple fps counter to the example | Zack Rusin |
2007-12-11 | Redo the way we pass arguments to the llvm. | Zack Rusin |
2007-12-11 | number of outputs is nr_attribs - 2 | Zack Rusin |
2007-12-11 | Implement kilp and make it work | Zack Rusin |
2007-12-11 | Rewrite argument passing to prepare for handling of the kil instruction. | Zack Rusin |
2007-12-11 | gallium: remove set_sampler_units interface | Keith Whitwell |
2007-12-11 | gallium: remove redundant clear_color state. | Keith Whitwell |
2007-12-11 | gallium: Remove feedback interfaces from pipe driver. | Keith Whitwell |
2007-12-11 | gallium: remove dead pbo zcopy code | Keith Whitwell |
2007-12-11 | Hmm, missed these two files. Sorry. | Zack Rusin |
2007-12-11 | Port i965 driver to Gallium3D. | Zack Rusin |
2007-12-11 | Add surface storage allocation function to winsys interface. | José Fonseca |
2007-12-11 | Add inline funtion to comput format size based on code in st_format.c. | José Fonseca |
2007-12-10 | Cell: first triangle. | Brian |
2007-12-10 | set window size to 256x256 | Brian |
2007-12-10 | XXX comments about some hard-coded values that need to be fixed | Brian |
2007-12-10 | minor clean-ups, comments | Brian |
2007-12-10 | gallium: use hardcoded cliptest code for fixed planes | Keith Whitwell |
2007-12-10 | gallium: disable assert(0) in xmesa_surface() | Keith Whitwell |
2007-12-10 | gallium: remove unnecessary guards on qs->next | Keith Whitwell |
2007-12-10 | Cell driver state-setter functions, basic tile get/put, glClear. | Brian |
2007-12-10 | remove ~ backup files | Brian |
2007-12-10 | remove -Wall, add -DGALLIUM_CELL | Brian |
2007-12-10 | Add 'type' parameter to is_format_supported() to specify texture vs. drawing ... | Brian |
2007-12-10 | disable assertion in sp_tile_cache_set_surface() for now | Brian |
2007-12-10 | implement i915_put_tile_rgba() - temporary code though | Brian |
2007-12-10 | don't use get/put_tile_rgba() for accum buffer accesses | Brian |
2007-12-10 | Fix up some confusion wrt winsys->buffer_create alignment / flags parameters. | Michel Dänzer |
2007-12-10 | Link fewer common objects into Gallium winsys layers. | Michel Dänzer |
2007-12-10 | Correct user VBO size. | Ben Skeggs |
2007-12-10 | Remove stray references to struct pipe_region. | Michel Dänzer |
2007-12-09 | use quadColor local var | Brian |