Move compiler.h and imports.h/c from src/mesa/main into src/util
[mesa.git] / src / mesa / drivers / dri / i915 / i915_vtbl.c
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2018-08-20 Timothy Arcerii915: remove early_z dri option
2017-06-22 Ville Syrjäläi915: Fix gl_Fragcoord interpolation
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-06 Mark Janesi915: remove unneeded #include of colormac.h
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-05-14 Laura Ekstrandmain: Refactor _mesa_update_draw_buffer_bounds.
2015-05-14 Laura Ekstrandmain: Refactor _mesa_update_framebuffer.
2015-04-14 Marius Preduti915: replace __FUNCTION__ with __func__
2014-11-13 Ville Syrjäläi915: Emit 3DSTATE_SCISSOR_RECTANGLE_0 before 3DSTATE_S...
2014-02-10 Kenneth Graunkemesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT...
2014-01-27 Mark Muellermesa: Change many Type P MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Change many Type A MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Rename 4 color component unsigned byte MESA_FORMATs
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-15 Ian Romanickmesa: Eliminate parameters to dd_function_table::Scissor
2014-01-15 Ian Romanicki915: Remove spurious calls to DepthRange
2013-06-28 Eric Anholti915: Remove gen6+ batchbuffer support.
2013-06-28 Eric Anholti915: Remove all the HiZ code from i915.
2013-01-18 Eric Anholtintel: Make intel_region's pitch be bytes instead of...
2012-03-07 Yuanhan Liui915: move the FALLBACK_DRAW_OFFSET check outside the...
2012-01-27 Eric Anholtintel: Pass the gl_renderbuffer to render_target_suppor...
2012-01-24 Brian Paulintel: use intel_rb_format() to get renderbuffer format
2011-11-23 Eric Anholti915: Fix build since hiz merge.
2011-11-22 Eric Anholtintel: Add the context to the render_target_supported...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Chad Versaceintel: Remove unused HiZ functions
2011-10-19 Brian Pauli915: make i830/i915_hiz_resolve_noop() static
2011-10-18 Chad Versaceintel: Add HiZ operations to intel_context::vtbl for...
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-07 Chad Versacei915,i830: Remove dead HiZ assertions in *update_draw_b...
2011-09-26 Eric Anholtintel: Rename region->buffer to region->bo, and remove...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-18 Eric Anholti915: Add support for HW rendering with no color draw...
2011-07-18 Eric Anholti915: Make stencil test for no-stencil handling match...
2011-07-18 Eric Anholti915: Disable the depth test whenever we don't have...
2011-07-18 Eric Anholti915: Remove i965 paths from i915_update_drawbuffer...
2011-07-18 Eric Anholtintel: Move intel_draw_buffers() code into each driver.
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-07 Eric Anholtintel: Rely on intel_region_reference()'s support of...
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-24 Eric Anholti965: Don't bother telling swrast_setup about state...
2011-06-24 Eric Anholti965: Don't bother telling tnl about state updates...
2011-06-13 Eric Anholtintel: Move the draw_x/draw_y to the renderbuffer where...
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-25 Chad Versaceintel: Add is_hiz_depth_format() to intel_contex.vtbl
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-22 Ian Romanicki915: Gut all remaining bits of hardware fog
2011-03-29 Chris Wilsoni915: Detect allocation failure of batch buffer
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-21 Chris Wilsoni915: Emit a single relocation per vbo
2011-02-21 Chris Wilsoni915: Separate BLEND from general context state.
2011-02-21 Chris Wilsoni915: suppress repeated sampler state emission
2011-02-21 Chris Wilsonintel: use pwrite for batch
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-08 Eric Anholti915: Drop old checks for the settexoffset hack.
2011-01-08 Eric Anholtintel: Add a vtbl hook for determining if a format...
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-14 Eric Anholti965: Add support for using the BLT ring on gen6.
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-08 Vinson Leei915: Silence unused variable warning in non-debug...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-08 Eric Anholtintel: Change dri_bo_* to drm_intel_bo* to consistently...
2010-06-05 Chris Wilsoni915: Only emit a MI_FLUSH when the drawing rectangle...
2010-06-05 Chris Wilsoni915: Fix off-by-one for drawing rectangle.
2010-06-05 Chris Wilsoni915: Inhibit render cache flush when changing drawing...
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-08 Keith WhitwellMerge commit 'origin/gallium-winsys-handle-rebased'
2010-03-03 Eric Anholti915: Use x,y drawing offsets instead of changing buffe...
2010-02-18 Jesse Barnesi915: update render buffers at prepare_render time
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-31 Vinson Leei915: Remove unnecessary headers.
2010-01-28 Eric Anholti915: Remove unused initial and current state, now...
2010-01-28 Eric Anholtintel: Remove long-disabled meta readpixels, and associ...
2010-01-28 Roland ScheideggerMerge commit 'origin/perrtblend'
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-23 Vinson Leei915: Remove unnecessary headers.
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-21 Chia-I Wudri: Remove unnecessary glapi headers.
next