aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i830_vtbl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * intel: Axe intel_renderbuffer::texformatIan Romanick2009-12-101-2/+2
* | intel: Consistently use no_batch_wrap in intel_context struct.Eric Anholt2009-11-191-3/+0
* | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-191-1/+1
|/
* intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.Eric Anholt2009-11-061-10/+0
* intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul2009-10-291-0/+1
* drivers: don't include texformat.hBrian Paul2009-10-051-1/+0
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-2/+2
* intel: Add support for EXT_provoking_vertex.Eric Anholt2009-08-041-10/+17
* intel: Move note_unlock() implementation to the one place it's needed.Eric Anholt2009-06-291-7/+0
* i915: Don't rely on fence regs when we don't have to.Eric Anholt2009-06-041-15/+5
* i915: Remove some long-dead i830 code.Eric Anholt2009-06-041-20/+0
* intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt2009-04-161-6/+24
* i915: move declarations before codeBrian Paul2009-03-121-2/+2
* i915: fix abort issue. (bug #19147)Xiang, Haihao2008-12-181-2/+13