i915: Remove most of the code under gen >= 4 checks.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vtbl.c
2013-06-26 Eric Anholti965: Remove the rest of brw_update_draw_buffer().
2013-06-26 Eric Anholti965: Stop updating FBO state on drawbuffers change.
2013-06-26 Eric Anholti965: Stop recomputing drawbuffer bounds on drawbuffer...
2013-06-26 Eric Anholti965: Remove _NEW_DEPTH state flagging on drawbuffers...
2013-06-26 Eric Anholtintel: Stop doing special _NEW_STENCIL state flagging...
2013-06-26 Eric Anholti965: Stop flagging viewport/scissor change on drawbuff...
2013-06-26 Eric Anholti965: Stop flagging _NEW_POLYGON on drawbuffers change.
2013-05-21 Kenneth Graunkei965: Delete unused brw->sol.offset_0_batch_start field.
2013-04-02 Paul Berryi965: Reduce code duplication in handling of depth...
2012-12-26 Eric Anholti965: Start using HIZ for Z16 textures.
2012-12-14 Eric Anholti965: Make sure that the shader_time report at context...
2012-12-05 Eric Anholti965: Add a debug flag for counting cycles spent in...
2012-11-08 Eric Anholti965: Fix slow leak of brw->wm.compile_data->store
2012-11-01 Kenneth Graunkei965: Don't bother trying to extend the current vertex...
2012-09-28 Ian Romanicki965: brwInitVtbl needs to know the chipset generation
2012-08-13 Kenneth Graunkeintel: Reserve enough space to finish occlusion queries...
2012-07-10 Kenneth Graunkei965: Add hardware context support.
2012-05-23 Eric Anholti965: Drop a layer of indirection in doing HiZ resolves.
2012-05-22 Paul Berryi965: Completely annotate the batch bo when aub dumping.
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-10 Paul Berryi965/hiz: Convert gen{6,7}_hiz.h to gen{6,7}_blorp.h
2012-02-28 Eric Anholti965: Avoid blocking on the GPU for setting the HiZ...
2012-02-07 Chad Versacei965: Rewrite the HiZ op
2012-01-06 Eric Anholti965/gen7: Fix up the transform feedback buffer pointer...
2011-12-19 Eric Anholti965: Add separate stencil/HiZ setup for MESA_FORMAT_Z3...
2011-12-15 Eric Anholti965: Drop separate stencil assertions in update_draw_b...
2011-12-07 Eric Anholtintel: Only prefer separate stencil when we can do...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Chad Versaceintel: Change signature of HiZ resolve functions
2011-11-22 Chad Versaceintel: Remove unused HiZ functions
2011-11-22 Chad Versaceintel: Replace intel_renderbuffer::region with a miptre...
2011-11-22 Chad Versaceintel: Fix swrast_render_start() for depthstencil buffe...
2011-11-11 Kenneth Graunkei965: Add new vtable entries for surface state updating...
2011-10-29 Eric Anholti965: Remove the validated BO list, now that it's unused.
2011-10-18 Chad Versaceintel: Add HiZ operations to intel_context::vtbl for...
2011-08-30 Chad Versacei965: Fix Android build by removing relative includes
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-25 Eric Anholti965: Fix many of the trivial WebGL demos that broke...
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-18 Eric Anholti965: Remove i915 paths from brw_update_draw_buffers().
2011-07-18 Eric Anholti965: Remove unused region calculations in brw_update_d...
2011-07-18 Eric Anholti965: Remove empty brw_set_draw_region.
2011-07-18 Eric Anholti965: Remove FALLBACK() from brw_update_draw_region().
2011-07-18 Eric Anholtintel: Move intel_draw_buffers() code into each driver.
2011-07-13 Christian KönigMerge branch 'pipe-video'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Eric Anholti965: Track the brw_state_batch() data while under...
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-20 Eric Anholti965/gen6: Limit the workaround flush to once per primi...
2011-06-18 Eric Anholti965: Use state streaming on programs, and state base...
2011-06-18 Eric Anholti965: Only flag the new-batch related state as dirty...
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-25 Chad Versaceintel: Add is_hiz_depth_format() to intel_contex.vtbl
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Eric Anholti965: Stop caching the combined depth/stencil region...
2011-05-18 Kenneth Graunkei965: Get a ralloc context into brw_compile.
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-29 Eric Anholti965/gen4: Move the GS state to state streaming.
2011-04-29 Eric Anholti965/gen4: Move clip state to state streaming
2011-04-29 Eric Anholti965/gen4: Move VS state to state streaming.
2011-04-29 Eric Anholti965/gen6: Move scissor state to state streaming.
2011-04-29 Eric Anholti965: Move sampler state to state streaming.
2011-04-29 Eric Anholti965/gen4: Move WM state to state streaming.
2011-04-29 Eric Anholti965/gen6: Move the depth/stencil state to state streaming.
2011-04-29 Eric Anholti965/gen6: Move the blend state to state streaming.
2011-04-29 Eric Anholti965/gen6: Move the color calc state to state streaming.
2011-04-29 Eric Anholti965: Move the CC VP to state streaming.
2011-04-29 Eric Anholti965/gen6: Move the SF VP to state streaming.
2011-04-29 Eric Anholti965/gen6: Move the clip VP to state streaming.
2011-04-29 Eric Anholti965/gen6: Stream the WM push constants.
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-13 Chad Versacei965: Remove unnecessary release/reference of brw_conte...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-21 Chris Wilsonintel: extend current vertex buffers
2011-02-21 Chris Wilsoni965: drop state_bo references to batch_bo
2011-02-21 Chris Wilsoni965: Combine vb upload buffer with the general upload...
2011-02-04 Eric Anholti965: Drop the dead tracking of color_regions[].
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 Anholtintel: Add a vtbl hook for determining if a format...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-30 Nicolas Kaiserdri/i965: remove duplicated include
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-22 Eric Anholti965: Fix up WM push constant setup on gen6.
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-11 Eric Anholti965: Split constant buffer setup from its surface...
2010-06-09 Eric Anholti965: Avoid calloc/free in the CURBE upload process.
2010-06-08 Eric Anholtintel: Change dri_bo_* to drm_intel_bo* to consistently...
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
next