aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i915_vtbl.c
Commit message (Expand)AuthorAgeFilesLines
* i915: Remove all the HiZ code from i915.Eric Anholt2013-06-281-9/+0
* intel: Make intel_region's pitch be bytes instead of pixels.Eric Anholt2013-01-181-1/+1
* i915: move the FALLBACK_DRAW_OFFSET check outside the drawing rect checkYuanhan Liu2012-03-071-4/+3
* 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: Fix build since hiz merge.Eric Anholt2011-11-231-8/+9
* 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-8/+8
* 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
* i915: Add support for HW rendering with no color draw buffer.Eric Anholt2011-07-181-51/+51
* i915: Make stencil test for no-stencil handling match depth test.Eric Anholt2011-07-181-2/+1
* i915: Disable the depth test whenever we don't have a depth buffer.Eric Anholt2011-07-181-2/+1
* i915: Remove i965 paths from i915_update_drawbuffer() and i830's too.Eric Anholt2011-07-181-56/+10
* intel: Move intel_draw_buffers() code into each driver.Eric Anholt2011-07-181-0/+200
* 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/+11
* intel: Move the draw_x/draw_y to the renderbuffer where it belongs.Eric Anholt2011-06-131-10/+18
* intel: Add is_hiz_depth_format() to intel_contex.vtblChad Versace2011-05-251-0/+9
* i915: Gut all remaining bits of hardware fogIan Romanick2011-04-211-9/+0
* i915: Detect allocation failure of batch bufferChris Wilson2011-03-291-0/+4
* i915: Emit a single relocation per vboChris Wilson2011-02-211-0/+3
* i915: Separate BLEND from general context state.Chris Wilson2011-02-211-0/+10
* i915: suppress repeated sampler state emissionChris Wilson2011-02-211-0/+10
* intel: use pwrite for batchChris Wilson2011-02-211-6/+4
* i915: Drop old checks for the settexoffset hack.Eric Anholt2011-01-071-9/+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-1/+1
* 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: Only emit a MI_FLUSH when the drawing rectangle offset changes.Chris Wilson2010-06-051-8/+23
* i915: Fix off-by-one for drawing rectangle.Chris Wilson2010-06-051-2/+2
* i915: Inhibit render cache flush when changing drawing rectangle offset.Chris Wilson2010-06-051-1/+1
* i915: Use x,y drawing offsets instead of changing buffer offsets.Eric Anholt2010-03-031-12/+38
* i915: update render buffers at prepare_render timeJesse Barnes2010-02-181-0/+1
* i915: Remove unnecessary headers.Vinson Lee2010-01-301-1/+0
* 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-33/+9
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-1/+0
|\
| * i915: Remove unnecessary headers.Vinson Lee2010-01-221-1/+0
* | 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-10/+6
* | intel: Replace some gen3 IS_* checks with context structure usage.Eric Anholt2009-12-221-1/+1
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-111-2/+2
|\|