summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu
AgeCommit message (Expand)Author
2008-03-29gallium: Set vertex state/buffers en-mass.Brian Paul
2008-03-27gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian
2008-03-27cell: include cell_state_per_fragment.h to silence warningBrian
2008-03-27cell: added (uint64_t) cast to silence warningBrian
2008-03-26cell: Implement code-gen for logic opIan Romanick
2008-03-26gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer
2008-03-21cell: Generate blend / depth test code when state atom is createdIan Romanick
2008-03-21cell: Change code-gen for CONST_COLOR blend factorIan Romanick
2008-03-21Tabs to spacesIan Romanick
2008-03-20cell: Fix several bugs in blend code-genIan Romanick
2008-03-20cell: Call the correct function to generate blending codeIan Romanick
2008-03-20cell: Use code-gen for alpha blendIan Romanick
2008-03-20cell: use pipe_framebuffer_state.width, heightBrian
2008-03-19gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul
2008-03-18cell: Fix various stencil test code-gen bugsIan Romanick
2008-03-18cell: Fix added whitespace errors.Ian Romanick
2008-03-18cell: Move and (conditionally) silence debug codeIan Romanick
2008-03-17cell: Don't segfault when unbinding alpha / stencil / depth test stateIan Romanick
2008-03-17cell: Initial code-gen for alpha / stencil / depth testingIan Romanick
2008-03-13cell: Fix to work with commit fa9e7e9a8debb68611909ac2ffab527c6c39a3e5Ian Romanick
2008-03-11cell: check for NULL shader pointer in cell_bind_vs_state()Brian
2008-03-10Move SPE register allocator to rtasm codeIan Romanick
2008-03-10cell: sync up with sampler/texture state-setting changesBrian
2008-02-28cell: convert all points/lines to tris for the time beingBrian
2008-02-28cell: remove obsolete texture fieldBrian
2008-02-27cell: fix minor get_tex_surface() breakageBrian
2008-02-27gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian
2008-02-27gallium: move is_format_supported() to pipe_screen structBrian
2008-02-27gallium: start removing pipe_context->get_name/vendor/param/paramfBrian
2008-02-27Cell: implement pipe_screen for cell driverBrian
2008-02-26cell: insert a (disabled) call to spe_cpu_info_get()Brian
2008-02-26gallium: remove pipe parameter from pipe_texture_reference()Brian
2008-02-26cell: Multiple rendering contexts don't work yetIan Romanick
2008-02-25cell: Additional changes to match changes in draw/draw_vertex_shader.cIan Romanick
2008-02-25cell: Trivial compiler warning clean-ups.Ian Romanick
2008-02-22cell: added function prototypes to silence warningsBrian
2008-02-22cell: fix build: s/dest/vertex/Brian
2008-02-21Cell: Initial pass at unified data cacheIan Romanick
2008-02-20cell: use pipe_texture_reference()Brian
2008-02-20gallium: replace some ordinary assignments with pipe_reference_texture()Brian
2008-02-20cell: rename cell_state_fs.c -> cell_state_shader.cBrian
2008-02-20cell: init shader-related functions in cell_init_shader_functions()Brian
2008-02-20cell: #includes to silence warningsBrian
2008-02-20cell: plug in cell_set_sampler_textureBrian
2008-02-20Remove obsolete files replaced by cell_pipe_state.cBrian
2008-02-20cell: put most simple state-setter functions in new cell_pipe_state.c fileBrian
2008-02-20gallium: new pipe->texture_update() functionBrian
2008-02-19gallium: updated cell buildBrian
2008-02-19Cell: emit vertex shaders and uniforms more intelligentlyIan Romanick
2008-02-19Bring in ppc spe rtasm into gallium's rtasm module.José Fonseca