Remove remnants of 'intel' from active state tracker code.
[mesa.git] / src / mesa / pipe / i915simple / i915_regions.c
2007-12-09 Michel DänzerMove dimensions from struct pipe_region to struct pipe_...
2007-11-25 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-11-22 MichalMake it compile under Win32.
2007-10-26 BrianMove region_alloc() and region_release() to pipe_winsys.
2007-10-20 BrianIn region_unmap(), check if region is mapped before...
2007-09-17 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-09-17 Keith WhitwellRemove non-meaningful region_idle() interface
2007-09-10 Brianmerge buffer_unreference(), buffer_reference()
2007-08-13 Keith WhitwellStart breaking the #include dependencies between pipe...
2007-08-11 Brianfix invalid usage of buffer_unreference()
2007-08-10 Keith WhitwellLift common winsys functions into pipe's new p_winsys.
2007-08-10 Brianalignment/pitch/width clean-ups
2007-08-10 Brianpipe->region_alloc() now takes width instead of pitch...
2007-08-08 Keith WhitwellHook up i915simple. Doesn't compile.
2007-08-08 Keith WhitwellCheckpoint of a super-simplified i915 driver in the...