summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
2007-08-09checkpoint: intel_renderbuffer removalBrian
2007-08-09Supporting batchbuffer changes for 1st hwpipe triangles...Keith Whitwell
2007-08-09Remove unreferenced file.Keith Whitwell
2007-08-09The pipe version of these files. Can probably relocate to pipe/i915simple.Keith Whitwell
2007-08-09Put back the old versions of intel_tex_layout.* in this shared directory.Keith Whitwell
2007-08-09Hook up pipe flush functionalityKeith Whitwell
2007-08-09Split swapbuffers and read/draw buffers functionality into two files.Keith Whitwell
2007-08-08new assertionsBrian
2007-08-08Don't use hardware driver by default, until its working a bit better.Keith Whitwell
2007-08-08The i915simple driver now runs well enough to lock up hardware.Keith Whitwell
2007-08-08Fix typo so that i915simple actually gets used.Keith Whitwell
2007-08-08Remove unused code, definitions.Keith Whitwell
2007-08-08Remove more dead files.Keith Whitwell
2007-08-08Remove dead files.Keith Whitwell
2007-08-08Pull in i915simple.aKeith Whitwell
2007-08-08Hook up i915simple. Doesn't compile.Keith Whitwell
2007-08-08Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys.Keith Whitwell
2007-08-07sketch out new pipe surface/sampler typesBrian
2007-08-07don't include non-existant intel_buffer_objects.hBrian
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-07prototypesBrian
2007-08-06call st_init_driver_functions(), make intelInitDriverFunctions() staticBrian
2007-08-06clean-upsBrian
2007-08-06switch to new texture functions in state trackerBrian
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 with...Brian
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 -> pipe_mipmap_tre...Brian
2007-08-06Add pipe buffer managment functions.Keith Whitwell
2007-08-05Add a new interface between softpipe and the window system / buffer manager.Keith Whitwell
2007-08-03remove intel_pixel.cBrian
2007-08-03Remove dead filesKeith Whitwell
2007-08-03Rip out more dead drawing-related code.Keith Whitwell
2007-08-03Remove "static region" support.Keith Whitwell
2007-08-03Simplify frontbuffer / sarea / rotation management.Keith Whitwell
2007-08-02Remove all references to swrast.Keith Whitwell
2007-08-02Remove intel_state.c, intel_rotate.[ch]Keith Whitwell
2007-08-02comment follow-upBrian
2007-08-02Remove intelClear() hack.Keith Whitwell
2007-08-02Remove remnants of i915 texture-from-pbo code.Keith Whitwell
2007-08-02Reroute some clear functionality.Keith Whitwell
2007-08-01Re-implement intelClear() in terms of softpipe_clear(). Pretty simple/small ...Brian