summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-08-07Gutsy oopses on touch of existing file. Workaround.Keith Whitwell
2007-08-07Remove old intel_buffer_objects code - there is a state_tracker version now.Keith Whitwell
2007-08-07Labels are always label targets.michal
Translate label for GLSL IF, ELSE.
2007-08-07prototypesBrian
2007-08-07get rid of temp write_mono_row_ub() functionBrian
2007-08-06call st_init_driver_functions(), make intelInitDriverFunctions() staticBrian
2007-08-06call st_init_driver_functions()Brian
2007-08-06added softpipe_mipmap_tree_layoutBrian
2007-08-06need a softpipe func for texture layoutBrian
2007-08-06New st_init_*_functions() to initialize the driver functions table.Brian
We need to do these initializations before initializing the Mesa context because context init involves creating texture/program/etc objects.
2007-08-06new headerBrian
2007-08-06fix asst. warningsBrian
2007-08-06Add GLSL opcodes.michal
2007-08-06Add GLSL ops.michal
2007-08-06Make SGE, SGT, SLE working.michal
2007-08-06Remove garbage text.michal
2007-08-06Use fp_attr_to_slot[].michal
2007-08-06Reorder opcodes.michal
2007-08-06Translate the remaining ops.michal
2007-08-06Merge branch 'softpipe_0_1_branch' of ↵Brian
git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch
2007-08-06added xm_softpipe.cBrian
2007-08-06use new xmesa_create_softpipe()Brian
2007-08-06softpipe/winsys interfaceBrian
2007-08-06Translate MESA GLSL opcodes to TGSI opcodes.michal
2007-08-06Add path for GL includes in mesa tree.michal
2007-08-06added st_cb_texture.cBrian
2007-08-06clean-upsBrian
2007-08-06switch to new texture functions in state trackerBrian
2007-08-06use new texture funcsBrian
2007-08-06clean-upsBrian
2007-08-06new texture functionsBrian
2007-08-06commentsBrian
2007-08-06Add GLSL opcodes.michal
2007-08-06disable/remove intel dependenciesBrian
2007-08-06more intel_context removalBrian
2007-08-06disable some PBO code, remove intel dependenciesBrian
2007-08-06remove timing codeBrian
2007-08-06Replace intel_texture_object with st_texture_object, intel_texture_image ↵Brian
with st_texture_image
2007-08-06minor renamingBrian
2007-08-06Lift intel_mipmap_tree.c to st_mipmap_tree.cBrian
2007-08-06More code movement, removal of intel dependenciesBrian
2007-08-06remove more intel dependenciesBrian
2007-08-06remove intel dependencies from intel_mipmap_tree.cBrian
2007-08-06checkpoint: move some texture layout codeBrian
2007-08-06Checkpoint lifting of intel_mipmap_tree (intel_mipmap_tree -> ↵Brian
pipe_mipmap_tree and move some code)
2007-08-06Add pipe buffer managment functions.Keith Whitwell
The state_tracker driver needs these to implement, eg. pixel buffer objects, vertex buffer objects.
2007-08-05Add a new interface between softpipe and the window system / buffer manager.Keith Whitwell
This interface is defined by softpipe and any window system (eg i915pipe) wishing to use softpipe is required to implement the interface. Currently the interface is all about buffer management. Generalizing, each pipe driver will advertise an interface in a similar spirit to this, and again any window system driver wishing to use that rendering pipeline will have to implement the interface it defines. It clearly isn't a one-way street however, as softpipe could just do its own buffer management with malloc. The interaction with a buffer manager is desired to allow us to exercise the hardware swapbuffers functionality of the i915pipe driver, and also to get a feel for the way hardware drivers which really need a buffer manager will work.
2007-08-03remove intel_pixel.cBrian
2007-08-03added st_cb_fbo.cBrian
2007-08-03more work on st_choose_pipe_format()Brian