summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_context.c
AgeCommit message (Expand)Author
2007-12-10Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...Brian
2007-12-07Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian
2007-12-07Get rid of "duplicate" formats.Brian
2007-12-07Eliminate struct pipe_region.Michel Dänzer
2007-12-06Hide texture layout details from the state tracker.Michel Dänzer
2007-11-22Make it compile under Win32.Michal
2007-11-22Remove fences from the i915simple winsys interface.José Fonseca
2007-11-17Proper fence reference counting.José Fonseca
2007-11-08tweak anisotropic filtering codeBrian
2007-11-08enable PIPE_CAP_TEXTURE_SHADOW_MAP (but not quite working yet)Brian
2007-11-08remove unneeded #includeBrian
2007-11-08Added pipe->get_paramf() to query float limits.Brian
2007-11-06Remove pipe->max_texture_size(), use get_param() instead.Brian
2007-11-05Determine GL extensions/limits by making pipe queries.Brian
2007-11-03Allow batch buffer debugging without calling i915_winsys->batch_start so often.José Fonseca
2007-10-29Enable the vertex buffer stage according to the I915_VBUF environment var.José Fonseca
2007-10-28Replace supported_formats with is_format_supported interface.Michal Krol
2007-10-24Revert "Undo indexOffset change (I think, git???)"Brian
2007-10-24Undo indexOffset change (I think, git???)Brian
2007-10-15formattingBrian
2007-10-15feedback/rasterpos fix-upsBrian
2007-10-01use i915_miptree_layout when using an i915Brian
2007-10-01fix a few vert/frag program items to get i915 driver going againBrian
2007-09-21Silence a few warnings.Zack Rusin
2007-09-19Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.Brian
2007-09-18Finishing up rename of the setup state to the rasterizer state.Zack Rusin
2007-09-11Implement query object interface.Brian
2007-08-22Rework of shader constant buffers.Brian
2007-08-21First pass at a fallback concept for pipe devices.Keith Whitwell
2007-08-20Use new draw_arrays() code.Brian
2007-08-20Checkpoint: remove more of the old draw_vb() code.Brian
2007-08-20Start to remove the temporary draw_vb() and draw_vertices() code.Brian
2007-08-13Start breaking the #include dependencies between pipe drivers and mesa.Keith Whitwell
2007-08-10Move string functions to state_tracker, add queries to pipe, winsys.Keith Whitwell
2007-08-10added pipe->max_texture_size() query, use it in st_drawpixels()Brian
2007-08-10Lift common winsys functions into pipe's new p_winsys.Keith Whitwell
2007-08-10Add printf handlers, pass pci id and move texlayout code to driver.Keith Whitwell
2007-08-10Pass pci_id to i915_create()Keith Whitwell
2007-08-09Add more i915 state packets.Keith Whitwell
2007-08-09*numFormats = 3Brian
2007-08-09Add flush/finish functionality to pipe.Keith Whitwell
2007-08-08The i915simple driver now runs well enough to lock up hardware.Keith Whitwell
2007-08-08Call init_state_funcsKeith Whitwell
2007-08-08Checkpoint of a super-simplified i915 driver in the pipe model.Keith Whitwell