summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i915_vtbl.c
Commit message (Expand)AuthorAgeFilesLines
* i915: Support Android RGBX8888 format for EGL generated imagesSean V Kelley2016-11-011-0/+1
* i915: remove unneeded #include of colormac.hMark Janes2015-10-061-1/+0
* 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: replace __FUNCTION__ with __func__Marius Predut2015-04-141-1/+1
* i915: Emit 3DSTATE_SCISSOR_RECTANGLE_0 before 3DSTATE_SCISSOR_ENABLEVille Syrjälä2014-11-131-4/+4
* 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-4/+1
* i915: Remove gen6+ batchbuffer support.Eric Anholt2013-06-281-3/+3
* 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