2007-12-12 |
Ben Skeggs | Merge branch 'upstream-gallium-0.1' into darktama-galli... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Brian | Cell: draw smooth-shaded triangle |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | Collect some global vars in a single struct. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | Remove temporary cell_create_surface() |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | SPU function prototypes, etc. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Ian Romanick | Port to libspe2 |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Ian Romanick | Remove '-include altivec.h'. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
José Fonseca | Mention 965 driver on main page. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
José Fonseca | Write a nicer doxygen main page, based on the TG's... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
José Fonseca | Cover LLVM code in doxygen output. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Michel Dänzer | softpipe: Support for PIPE_FORMAT_A4R4G4B4_UNORM and... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Michel Dänzer | Remove internal_format field from struct pipe_texture. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Keith Whitwell | Rework gallium and mesa queries a little. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Keith Whitwell | 965: remove duplicate brw_draw functions, make init... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Keith Whitwell | gallium: remove clear values from depth, stencil state |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | Fix align16() function to work with 32/64-bit pointers... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | change align_malloc() alignment to uint |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | Move align_malloc(), align_free() to p_util.h |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | use ALIGN16_ATTRIB from p_compiler.h |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | Remove obsolete clear_color, tex sampler state |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | Remove obsolete clear_color, tex sampler state functions |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | add missing case statements for TGSI_TOKEN_TYPE_IMMEDIA... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Zack Rusin | Adopt llvm to some of the latest changes. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Zack Rusin | Redo the fragment program examples to match vp's |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Zack Rusin | Add a simple fps counter to the example |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Zack Rusin | Redo the way we pass arguments to the llvm. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Zack Rusin | number of outputs is nr_attribs - 2 |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Zack Rusin | Implement kilp and make it work |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Zack Rusin | Rewrite argument passing to prepare for handling of... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Keith Whitwell | gallium: remove set_sampler_units interface |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Keith Whitwell | gallium: remove redundant clear_color state. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Keith Whitwell | gallium: Remove feedback interfaces from pipe driver. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Keith Whitwell | gallium: remove dead pbo zcopy code |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Zack Rusin | Hmm, missed these two files. Sorry. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Zack Rusin | Port i965 driver to Gallium3D. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Ben Skeggs | nv40: insanely stupid bug.. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Ben Skeggs | nv40: allow reading from fragprog result regs |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Ben Skeggs | nv40: depth textures |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Ben Skeggs | nv40: some forgotten adaptions |
commit | commitdiff | tree | snapshot |
2007-12-11 |
José Fonseca | Add surface storage allocation function to winsys inter... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
José Fonseca | Add inline funtion to comput format size based on code... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | Cell: first triangle. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | set window size to 256x256 |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | XXX comments about some hard-coded values that need... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Brian | minor clean-ups, comments |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Ben Skeggs | nouveau: fix build |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Ben Skeggs | Merge branch 'upstream-gallium-0.1' into darktama-galli... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Keith Whitwell | gallium: use hardcoded cliptest code for fixed planes |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Keith Whitwell | gallium: disable assert(0) in xmesa_surface() |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Keith Whitwell | gallium: remove unnecessary guards on qs->next |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | Cell driver state-setter functions, basic tile get... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | remove ~ backup files |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | remove -Wall, add -DGALLIUM_CELL |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | Add 'type' parameter to is_format_supported() to specif... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | disable assertion in sp_tile_cache_set_surface() for now |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | implement i915_put_tile_rgba() - temporary code though |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | don't use get/put_tile_rgba() for accum buffer accesses |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Michel Dänzer | Fix up some confusion wrt winsys->buffer_create alignme... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Michel Dänzer | Link fewer common objects into Gallium winsys layers. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Ben Skeggs | Merge branch 'upstream-gallium-0.1' into darktama-galli... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Ben Skeggs | Correct user VBO size. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Michel Dänzer | Remove stray references to struct pipe_region. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Ben Skeggs | nv40: more flexible vbo format translation |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Ben Skeggs | Merge branch 'upstream-gallium-0.1' into darktama-galli... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | use quadColor local var |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Ben Skeggs | nouveau: fix elusive dma bug |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | Fix looping for multi-color buffer writing. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | added null ptr check in draw_destroy() for rasterizer... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Ben Skeggs | nouveau: add callbacks for signalled fences |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Ben Skeggs | nouveau: fix build |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Ben Skeggs | Merge branch 'upstream-gallium-0.1' into darktama-galli... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
José Fonseca | Adapt for winsys interface changes. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Ben Skeggs | nouveau: give resources a start property |
commit | commitdiff | tree | snapshot |
2007-12-09 |
José Fonseca | gallium: use SSE by default |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Michal | Allow tgsi_dump print-out to stderr or a string buffer. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
José Fonseca | gallium: Remove buffer_unfence and buffer_finish. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Keith Whitwell | gallium: more trivial tests |
commit | commitdiff | tree | snapshot |
2007-12-09 |
José Fonseca | gallium: Reusable pipe buffer library. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Keith Whitwell | gallium: fix ordering of arguments to pack_ui32_float4 |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Keith Whitwell | gallium: remove unneeded depth buffer |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Keith Whitwell | gallium: initialized draw element buffer to NULL |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Keith Whitwell | gallium: add support for aliased 4ub format |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Keith Whitwell | gallium: support the full range of possible vertex... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Michal | gallium: add draw_stage::destroy(). |
commit | commitdiff | tree | snapshot |
2007-12-09 |
José Fonseca | gallium: Comment on winsys's fence functions. Fix comme... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
keithw | temporary _mesa_printf symbol |
commit | commitdiff | tree | snapshot |
2007-12-09 |
keithw | [pipe]: add Offset() util macro |
commit | commitdiff | tree | snapshot |
2007-12-09 |
José Fonseca | Document return types. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
keithw | add fence interfaces and buffer create flags to pipe_winsys |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Ben Skeggs | Merge branch 'nouveau-gallium-0.1' into darktama-galliu... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Ben Skeggs | nouveau: downgrade hacked syncs to hacked flushes |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Ben Skeggs | nouveau: relocs are per-pushbuf, not per-channel |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Ben Skeggs | nouveau: use "indirect" push buffers |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Ben Skeggs | nouveau: adapt to gallium interface changes |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Brian | Try to reduce the frequency of calls to pipe->get_tex_s... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Brian | shorten loops over color bufs |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Brian | code re-org in softpipe_clear() |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Brian | clean-ups |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Brian | Tile clearing optimizations. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Brian | Disable, remove tnl module from the Gallium build since... |
commit | commitdiff | tree | snapshot |
next |