Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-11 | include pipe/tgsi/exec/tgsi_sse2.h if needed. Silences warning. | Brian | |
2007-12-11 | Cell: draw smooth-shaded triangle | Brian | |
2007-12-11 | Collect some global vars in a single struct. | Brian | |
2007-12-11 | Remove temporary cell_create_surface() | Brian | |
2007-12-11 | SPU function prototypes, etc. | Brian | |
2007-12-11 | Port to libspe2 | Ian Romanick | |
libspe is deprecated in Cell SDK 2.1, and it is removed in Cell SDK 3.0. This patch ports the existing libspe-based code to libspe2. Some error checking (eh-hem) would be nice. | |||
2007-12-11 | softpipe: Support for PIPE_FORMAT_A4R4G4B4_UNORM and PIPE_FORMAT_R5G6B5_UNORM. | Michel Dänzer | |
The packedpixels test runs with the xlib winsys, though not all cases look correct yet. | |||
2007-12-11 | Remove internal_format field from struct pipe_texture. | Michel Dänzer | |
It's state tracker specific / not really necessary anyway. | |||
2007-12-11 | Rework gallium and mesa queries a little. | Keith Whitwell | |
Add a 'CheckQuery()' driver callback to mesa to check query completion. Make pipe_query an opaque type. Rework softpipe queries, support overlapping occlusion queries. | |||
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 | |
We're hitting this with quite a few Mesa demos. | |||
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 | |
we just load text files instead of compiling tons of small binaries | |||
2007-12-11 | Redo the way we pass arguments to the llvm. | Zack Rusin | |
simply pass aligned arrays, they should cast to vectors without any problems. also remove unnecessary memset | |||
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 | |
Pass the inputs/outputs pointer in the structure instead of infinitely expanding arguments to the functions. | |||
2007-12-11 | gallium: remove set_sampler_units interface | Keith Whitwell | |
The effect of this mapping can be acheived by the state tracker and setting up the pipe texture state pointers to incorporate its affects. | |||
2007-12-11 | gallium: remove redundant clear_color state. | Keith Whitwell | |
2007-12-11 | gallium: Remove feedback interfaces from pipe driver. | Keith Whitwell | |
Something similar will return when geometry shaders are added, but for now this interface is not required. | |||
2007-12-11 | Hmm, missed these two files. Sorry. | Zack Rusin | |
2007-12-11 | Port i965 driver to Gallium3D. | Zack Rusin | |
This is a squashed commit of i965 branch on ssh://people.freedesktop.org/~zack/mesa Because of the porting the branch often didn't compile so squashing it makes more sense. The port is still far from complete. | |||
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 | |
Including state_tracker/st_format.h from pipe drivers is not an option since it uses GL* types and pipe/p_util.h will clash with main/imports.h. | |||
2007-12-10 | Cell: first triangle. | Brian | |
This is a feeble first step, but it works. The cell_clear_surface() function has been hijacked to set up a "draw triangle" command and send it to all the SPUs. The Gallium softpipe triangle code was copied to the SPU module and modified. Only the progs/trivial/clear.c program runs. | |||
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 | |
The state setting code was mostly just copied from the softpipe driver. The SPUs can now get/put framebuffer tiles from/to main memory and clear them to a given color. Lots of debug code in effect. Tiled framebuffer is displayed in X window via the xmwinsys layer. To enable Cell driver, export GALLIUM_CELL=1 | |||
2007-12-10 | remove ~ backup files | Brian | |
2007-12-10 | Add 'type' parameter to is_format_supported() to specify texture vs. drawing ↵ | Brian | |
surface, etc. Additional types may be added in the future. | |||
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 | Fix up some confusion wrt winsys->buffer_create alignment / flags parameters. | Michel Dänzer | |
intel_winsys works again. | |||
2007-12-10 | Remove stray references to struct pipe_region. | Michel Dänzer | |
2007-12-09 | use quadColor local var | Brian | |
2007-12-09 | Fix looping for multi-color buffer writing. | Brian | |
2007-12-09 | added null ptr check in draw_destroy() for rasterizer stage | Brian | |
2007-12-09 | Adapt for winsys interface changes. | José Fonseca | |
2007-12-09 | gallium: use SSE by default | José Fonseca | |
2007-12-09 | Allow tgsi_dump print-out to stderr or a string buffer. | Michal | |
Handle source register complement modifier in exec and dump. | |||
2007-12-09 | gallium: Remove buffer_unfence and buffer_finish. | José Fonseca | |
These interfaces have been deemed useless by Keith. |