Merge branch 'gallium-0.1' into gallium-tex-surfaces
[mesa.git] / src / gallium / drivers / cell /
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-17 Brian Paulgallium: in drivers, make copy of tokens passed to...
2008-04-18 Keith Whitwellcell: don't need to trim prims
2008-04-09 Briancell: keep track of num_vertex_attribs/buffers for...
2008-04-04 Briancell: added some comments/ideas about better texture...
2008-04-04 Briancell: minor texture improvements
2008-04-01 Briancell: more multi-texture fixes (mostly working now)
2008-04-01 Briancell: turn off some debug output
2008-04-01 Briancell: pass tex unit to get_texel()
2008-04-01 Briancell: fix bug in texture tiling function (non-square...
2008-04-01 Briancell: checkpoint: more multi-texture work
2008-04-01 Briancell: assert num samplers/textures <= CELL_MAX_SAMPLERS
2008-04-01 Briancell: return CELL_MAX_SAMPLERS to indicate number of...
2008-04-01 Briancell: enable #define CACHE_STATS to print a cache repor...
2008-04-01 Briancell: update some of the CAP, texformat queries
2008-04-01 Briancell: more work for multi-texture support
2008-04-01 Briancell: set cell->num_textures in cell_set_sampler_textures()
2008-03-31 Briancell: initial work to support multi-texture
2008-03-31 Briancell: added const qualifier
2008-03-31 Briancell: updated comments: s/test/SPE/
2008-03-31 Briancell: implement logicop/output for PIPE_FORMAT_B8G8R8A8...
2008-03-29 Brian Paulgallium: Set vertex state/buffers en-mass.
2008-03-27 Briangallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
2008-03-27 Briancell: include cell_state_per_fragment.h to silence...
2008-03-27 Briancell: added (uint64_t) cast to silence warning
2008-03-27 Briancell: fix unclosed comment
2008-03-26 Ian Romanickcell: Implement code-gen for logic op
2008-03-26 Michel Dänzergallium: Change pipe->flush() interface to optionally...
2008-03-21 Ian Romanickcell: Generate blend / depth test code when state atom...
2008-03-21 Ian Romanickcell: Change code-gen for CONST_COLOR blend factor
2008-03-21 Ian RomanickTabs to spaces
2008-03-21 Ian Romanickcell: Remove unnecessary default_blend work-around
2008-03-21 Ian Romanickcell: Fix several bugs in blend code-gen
2008-03-21 Ian Romanickcell: Call the correct function to generate blending...
2008-03-21 Ian Romanickcell: Fix bus error when there is no depth buffer
2008-03-21 Ian Romanickcell: Use code-gen for alpha blend
2008-03-20 Briancell: use pipe_framebuffer_state.width, height
2008-03-19 Brian Paulgallium: add face, dirtyLevels params to pipe->texture_...
2008-03-18 Ian Romanickcell: Fix various stencil test code-gen bugs
2008-03-18 Ian Romanickcell: Correctly load stencil for PIPE_FORMAT_S8Z24_UNORM
2008-03-18 Ian Romanickcell: Fix depth read / write for s8z24.
2008-03-18 Ian Romanickcell: Fix added whitespace errors.
2008-03-18 Ian Romanickcell: Minor changes to make stencil not crash
2008-03-18 Ian Romanickcell: Move and (conditionally) silence debug code
2008-03-17 Ian Romanickcell: Don't segfault when unbinding alpha / stencil...
2008-03-17 Ian Romanickcell: Initial code-gen for alpha / stencil / depth...
2008-03-13 Ian Romanickcell: Fix to work with commit fa9e7e9a8debb68611909ac2f...
2008-03-13 Ian RomanickReplicate TXP changes in the SPU version of TGSI exec
2008-03-12 Briancell: check for NULL shader pointer in cell_bind_vs_state()
2008-03-11 Ian RomanickMove SPE register allocator to rtasm code
2008-03-10 Briancell: sync up with sampler/texture state-setting changes
2008-02-29 Briancell: convert all points/lines to tris for the time...
2008-02-29 Briancell: remove obsolete texture field
2008-02-27 Briancell: fix minor get_tex_surface() breakage
2008-02-27 Ian Romanickcell: Use unified data cache for textures too
2008-02-27 Briangallium: remove pipe_context->texture_create/release...
2008-02-27 Briangallium: move is_format_supported() to pipe_screen...
2008-02-27 Briangallium: start removing pipe_context->get_name/vendor...
2008-02-27 BrianCell: implement pipe_screen for cell driver
2008-02-27 Briancell: insert a (disabled) call to spe_cpu_info_get()
2008-02-27 Briangallium: remove pipe parameter from pipe_texture_refere...
2008-02-26 Ian Romanickcell: Multiple rendering contexts don't work yet
2008-02-26 Ian Romanickcell: Additional changes to match changes in draw/draw_...
2008-02-26 Ian Romanickcell: Fix off-by-one error in spu_dcache_fetch_unaligned
2008-02-26 Ian Romanickcell: Trivial compiler warning clean-ups.
2008-02-26 Ian RomanickCell: Remove unnecessary include files
2008-02-26 Ian RomanickCell: Use multiple DMA tags for the dcache.
2008-02-22 Briancell: added function prototypes to silence warnings
2008-02-22 Briancell: fix build: s/dest/vertex/
2008-02-21 Ian RomanickCell: Remove erroneous ALIGN16_ATTRIB attributes
2008-02-21 Ian RomanickCell: Add spu_dcache.c to Makefile.
2008-02-21 Ian RomanickCell: Initial scalar implementation of spu_dcache_mark_...
2008-02-21 Ian RomanickCell: Fix off-by-one error in spu_dcache_fetch_unaligned
2008-02-21 Ian RomanickCell: Initial pass at unified data cache
2008-02-20 Briancell: use pipe_texture_reference()
2008-02-20 Briangallium: replace some ordinary assignments with pipe_re...
2008-02-20 Briancell: rename cell_state_fs.c -> cell_state_shader.c
2008-02-20 Briancell: init shader-related functions in cell_init_shader...
2008-02-20 Briancell: #includes to silence warnings
2008-02-20 Briancell: plug in cell_set_sampler_texture
2008-02-20 BrianRemove obsolete files replaced by cell_pipe_state.c
2008-02-20 Briancell: put most simple state-setter functions in new...
2008-02-20 Briangallium: new pipe->texture_update() function
2008-02-19 Briangallium: updated cell build
2008-02-19 Ian RomanickCell: emit vertex shaders and uniforms more intelligently
2008-02-19 Ian RomanickCell: trivial clean-ups
2008-02-19 José FonsecaBring in ppc spe rtasm into gallium's rtasm module.
2008-02-19 José FonsecaMore llvm -> gallivm.
2008-02-15 Ian RomanickCell: Enable code gen for SPE attribute fetch
2008-02-15 Ian RomanickMove cell_vertex_fetch.c for recent code reorg.
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: s/aux/auxiliary/ -- update build.
2008-02-15 José FonsecaCode reorganization: update build.
2008-02-15 José FonsecaCode reorganization: move files into their places.