aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/i915simple/i915_debug.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compatibility issues between gcc and msvc.Michal2007-11-221-219/+262
* Make it compile under Win32.Michal2007-11-221-5/+4
* Allow batch buffer debugging without calling i915_winsys->batch_start so often.José Fonseca2007-11-031-4/+8
* Checkpoint commit: i915 texture works, use new vertex_info structBrian2007-08-231-0/+6
* Add missing #includeKeith Whitwell2007-08-211-0/+1
* Start breaking the #include dependencies between pipe drivers and mesa.Keith Whitwell2007-08-131-97/+97
* Pull in improved debug from masterKeith Whitwell2007-08-111-23/+429
* make it easier to compare debug code with non-pipe versionKeith Whitwell2007-08-111-40/+40
* Lift common winsys functions into pipe's new p_winsys.Keith Whitwell2007-08-101-1/+1
* Add a printf method to winsys and use for all debugging.Keith Whitwell2007-08-101-40/+43
* Pull in debug code for human-readable batchbuffer dumps.Keith Whitwell2007-08-091-254/+356
* Checkpoint of a super-simplified i915 driver in the pipe model.Keith Whitwell2007-08-081-0/+337