Silence compiler warnings.
[mesa.git] / src / mesa / pipe / i915simple /
2007-08-16 BrianBegin added vertex shader state/support.
2007-08-13 Keith WhitwellStart breaking the #include dependencies between pipe...
2007-08-13 Brianfill in the get_tile() function so ReadPixels can work
2007-08-11 Brianfix invalid usage of buffer_unreference()
2007-08-11 Briannotes/asserts for get/put_tile()
2007-08-11 Keith WhitwellPull in improved debug from master
2007-08-11 Keith Whitwellmake it easier to compare debug code with non-pipe...
2007-08-10 Keith WhitwellMove string functions to state_tracker, add queries...
2007-08-10 Brianadded pipe->max_texture_size() query, use it in st_draw...
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 Keith WhitwellHandle glFlush/glFinish through the state tracker.
2007-08-10 Brianpipe->region_alloc() now takes width instead of pitch...
2007-08-10 Keith WhitwellMissing files
2007-08-10 Keith WhitwellAdd printf handlers, pass pci id and move texlayout...
2007-08-10 Keith WhitwellPass pci_id to i915_create()
2007-08-10 Keith WhitwellAdd a printf method to winsys and use for all debugging.
2007-08-10 Brianmove viewport Y inversion to state tracker
2007-08-09 Keith WhitwellAdd more i915 state packets.
2007-08-09 Keith WhitwellRemove unused file
2007-08-10 Brianinvert Y axis with the viewport transformation to put...
2007-08-10 Brianvertex colors are ARGB
2007-08-09 Keith WhitwellMissing files
2007-08-09 Keith WhitwellSome basic state - blend and ztest sort of work.
2007-08-09 Keith WhitwellEmit drawrect command as we no longer ask the kernel...
2007-08-09 Keith WhitwellDon't reemit hardware state *every* primitive.
2007-08-09 Brian*numFormats = 3
2007-08-09 Keith WhitwellTweaks to state emit, acheives first hw triangles from...
2007-08-09 Keith WhitwellPull in debug code for human-readable batchbuffer dumps.
2007-08-09 Keith WhitwellAdd flush/finish functionality to pipe.
2007-08-08 Keith WhitwellThe i915simple driver now runs well enough to lock...
2007-08-08 Keith WhitwellCall init_state_funcs
2007-08-08 keithwremove unused file
2007-08-08 keithwremove unused file
2007-08-08 Keith WhitwellHook up i915simple. Doesn't compile.
2007-08-08 Brianreplace draw_offset w/ 0 for now
2007-08-08 Briandefine i915_surface struct
2007-08-08 Keith WhitwellCheckpoint of a super-simplified i915 driver in the...