Merge branch 'nouveau-gallium-0.1' into darktama-gallium-0.1
[mesa.git] / src / mesa / pipe / i915simple / i915_context.c
2007-12-09 Ben SkeggsMerge branch 'nouveau-gallium-0.1' into darktama-galliu...
2007-12-09 BrianDefine PIPE_FORMAT_ tokens as an enum set, rather than...
2007-12-09 BrianGet rid of "duplicate" formats.
2007-12-09 Michel DänzerEliminate struct pipe_region.
2007-12-09 Michel DänzerHide texture layout details from the state tracker.
2007-11-25 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-11-22 MichalMake it compile under Win32.
2007-11-22 José FonsecaRemove fences from the i915simple winsys interface.
2007-11-21 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-11-17 José FonsecaProper fence reference counting.
2007-11-08 Briantweak anisotropic filtering code
2007-11-08 Brianenable PIPE_CAP_TEXTURE_SHADOW_MAP (but not quite worki...
2007-11-08 Brianremove unneeded #include
2007-11-08 BrianAdded pipe->get_paramf() to query float limits.
2007-11-06 BrianRemove pipe->max_texture_size(), use get_param() instead.
2007-11-06 BrianDetermine GL extensions/limits by making pipe queries.
2007-11-03 José FonsecaAllow batch buffer debugging without calling i915_winsy...
2007-10-29 José FonsecaEnable the vertex buffer stage according to the I915_VB...
2007-10-28 Michal KrolReplace supported_formats with is_format_supported...
2007-10-24 BrianRevert "Undo indexOffset change (I think, git???)"
2007-10-24 BrianUndo indexOffset change (I think, git???)
2007-10-15 Brianformatting
2007-10-15 Brianfeedback/rasterpos fix-ups
2007-10-01 Brianuse i915_miptree_layout when using an i915
2007-10-01 Brianfix a few vert/frag program items to get i915 driver...
2007-09-21 Zack RusinSilence a few warnings.
2007-09-20 BrianCheckpoint: replacement of TGSI_ATTRIB_x tokens with...
2007-09-18 Zack RusinFinishing up rename of the setup state to the rasterize...
2007-09-11 BrianImplement query object interface.
2007-08-22 BrianRework of shader constant buffers.
2007-08-21 Keith WhitwellFirst pass at a fallback concept for pipe devices.
2007-08-20 BrianUse new draw_arrays() code.
2007-08-20 BrianCheckpoint: remove more of the old draw_vb() code.
2007-08-20 BrianStart to remove the temporary draw_vb() and draw_vertic...
2007-08-13 Keith WhitwellStart breaking the #include dependencies between 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 Keith WhitwellAdd printf handlers, pass pci id and move texlayout...
2007-08-10 Keith WhitwellPass pci_id to i915_create()
2007-08-09 Keith WhitwellAdd more i915 state packets.
2007-08-09 Brian*numFormats = 3
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 Keith WhitwellCheckpoint of a super-simplified i915 driver in the...