index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
cell
/
ppu
/
cell_context.c
Age
Commit message (
Expand
)
Author
2009-04-15
gallium: Make sure we flush before some texture / buffer operations.
Thomas Hellstrom
2009-04-04
cell: update clear() code to catch up to gallium changes
Brian Paul
2009-01-30
gallium: make p_winsys internal
Zack Rusin
2009-01-06
cell: replace 0 with -1 in SPE_COUNT_USABLE_SPES query
Jonathan Adamczewski
2008-10-22
cell: implement fencing for texture buffers
Brian Paul
2008-10-17
cell: add new debug flag (cache) to report texture cache stats on exit
Brian Paul
2008-10-16
cell: CELL_NUM_SPUS env var
Brian Paul
2008-10-15
cell: query # cells too
Brian Paul
2008-10-15
cell: query number SPUs with spe_cpu_info_get()
Brian Paul
2008-10-15
cell: simplify spu debug code
Brian Paul
2008-10-14
cell: remove old code, clean-ups, etc.
Brian Paul
2008-10-10
cell: call cell_flush_int() at end of cell_create_context()
Brian Paul
2008-10-07
cell: use new keymap to save/re-use fragment ops code
Brian Paul
2008-09-17
CELL: fleshing out the blending fragment ops
Robert Ellison
2008-09-15
cell: export CELL_DEBUG=asm to dump SPU assembly code
Brian Paul
2008-09-12
cell: fix non-debug build error
Brian Paul
2008-09-04
cell: move batch buffer init code
Brian Paul
2008-09-04
cell: more cell_init_*_functions()
Brian Paul
2008-09-04
cell: implement CELL_DEBUG env/options var
Brian Paul
2008-08-25
cell: asst fixes to get driver building/running again.
Brian
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-03-29
gallium: Set vertex state/buffers en-mass.
Brian Paul
2008-02-28
cell: convert all points/lines to tris for the time being
Brian
2008-02-27
gallium: move is_format_supported() to pipe_screen struct
Brian
2008-02-27
gallium: start removing pipe_context->get_name/vendor/param/paramf
Brian
2008-02-27
Cell: implement pipe_screen for cell driver
Brian
2008-02-26
cell: insert a (disabled) call to spe_cpu_info_get()
Brian
2008-02-20
cell: init shader-related functions in cell_init_shader_functions()
Brian
2008-02-20
cell: put most simple state-setter functions in new cell_pipe_state.c file
Brian
2008-02-20
gallium: new pipe->texture_update() function
Brian
2008-02-15
Code reorganization: update build.
José Fonseca
2008-02-15
Code reorganization: move files into their places.
José Fonseca