summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i830_vtbl.c
Commit message (Expand)AuthorAgeFilesLines
* main: Refactor _mesa_update_draw_buffer_bounds.Laura Ekstrand2015-05-141-1/+1
* main: Refactor _mesa_update_framebuffer.Laura Ekstrand2015-05-141-1/+1
* i915: Only use TEXCOORDTYPE_VECTOR with cube maps on gen2Ville Syrjälä2014-11-201-18/+19
* i915: Emit 3DSTATE_SCISSOR_RECTANGLE_0 before 3DSTATE_SCISSOR_ENABLEVille Syrjälä2014-11-131-1/+1
* mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke2014-02-091-4/+4
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-7/+7
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-1/+1
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-2/+2
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* mesa: Eliminate parameters to dd_function_table::ScissorIan Romanick2014-01-151-2/+1
* i915: Remove spurious calls to DepthRangeIan Romanick2014-01-151-5/+1
* i915: Remove gen6+ batchbuffer support.Eric Anholt2013-06-281-3/+3
* i915: Remove all the HiZ code from i915.Eric Anholt2013-06-281-7/+0
* i830: Move assert-only code into the assert.Eric Anholt2013-04-121-4/+1
* intel: Make more consistent use of _mesa_is_{user,winsys}_fbo()Paul Berry2012-07-261-1/+2
* dri/i915: Fix off-by-one in i830 clip region size.Alban Browaeys2012-03-021-2/+2
* i915: Fix piglit fbo-nodepth-test on i830.Eric Anholt2012-03-021-2/+1
* intel: Pass the gl_renderbuffer to render_target_supported() vtable method.Eric Anholt2012-01-271-1/+4
* intel: use intel_rb_format() to get renderbuffer formatBrian Paul2012-01-241-3/+3
* i915: Convert to use GLbitfield64 directly.Mathias Fröhlich2011-12-281-13/+11
* i915: Fix build since hiz merge.Eric Anholt2011-11-231-9/+10
* intel: Add the context to the render_target_supported() vtbl method.Eric Anholt2011-11-221-1/+1
* intel: Remove unused HiZ functionsChad Versace2011-11-221-9/+0
* i915: make i830/i915_hiz_resolve_noop() staticBrian Paul2011-10-181-1/+1
* intel: Add HiZ operations to intel_context::vtbl for all driversChad Versace2011-10-181-0/+9
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-11/+11
* i915,i830: Remove dead HiZ assertions in *update_draw_buffer()Chad Versace2011-10-071-2/+0
* intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt2011-09-261-4/+4
* i830: Add missing vtable entry for i830 from the hiz work.Carl Simonson2011-08-101-0/+7
* i915: Remove i965 paths from i915_update_drawbuffer() and i830's too.Eric Anholt2011-07-181-55/+10
* intel: Move intel_draw_buffers() code into each driver.Eric Anholt2011-07-181-0/+202
* intel: Rely on intel_region_reference()'s support of *dst != NULL.Eric Anholt2011-07-071-2/+0
* i965: Don't bother telling swrast_setup about state updates until fallback.Eric Anholt2011-06-241-0/+2
* i965: Don't bother telling tnl about state updates unless we fall back.Eric Anholt2011-06-241-0/+6
* intel: Move the draw_x/draw_y to the renderbuffer where it belongs.Eric Anholt2011-06-131-10/+18
* intel: use pwrite for batchChris Wilson2011-02-211-6/+4
* i915: Drop old checks for the settexoffset hack.Eric Anholt2011-01-071-8/+3
* intel: Add a vtbl hook for determining if a format is renderable.Eric Anholt2011-01-071-18/+23
* i965: Add support for using the BLT ring on gen6.Eric Anholt2010-12-131-2/+3
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* i915: Silence unused variable warning in non-debug builds.Vinson Lee2010-10-081-0/+1
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-2/+2
* i915: Fix up i830 for tiled drawing offsets.Eric Anholt2010-03-041-9/+34
* i915: Remove unused initial and current state, now that there's nothing else.Eric Anholt2010-01-281-7/+4
* intel: Remove long-disabled meta readpixels, and associated meta support.Eric Anholt2010-01-281-30/+9
* dri: Remove unnecessary glapi headers.Chia-I Wu2010-01-211-2/+0
* intel: Drop more cliprect bookkeepingKristian Høgsberg2010-01-041-30/+16
* intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg2010-01-041-9/+5
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-111-2/+2
|\