i965: Try to avoid stalls on the GPU when doing glBufferSubData().
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.c
2012-01-11 Eric Anholti965: Claim to support 4 multisamples on gen6+.
2012-01-11 Eric Anholti965: Increase the number of array texture levels to...
2012-01-06 Eric Anholti965/gen7: Flush the batch between transform feedbacks.
2011-12-20 Kenneth Graunkei965: Implement bounds checking for transform feedback...
2011-12-20 Paul Berryi965: Flush pipeline on EndTransformFeedback.
2011-12-20 Paul Berryi965 gen6: Initial implementation of transform feedback.
2011-12-20 Kenneth Graunkei965: Advertise our vertex shader texture units.
2011-12-08 Paul Berryi965 gen6: Allocate URB space for GS
2011-12-08 Kenneth Graunkei965: Set the maximum number of GS URB entries on Sandy...
2011-11-30 Eric Anholti965: Don't perform the precompile on fragment shaders...
2011-11-22 Eric Anholti965: Use the surface format table to determine render...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Chad Versacei965: Prevent recursive calls to FLUSH_VERTICES [v2]
2011-11-11 Brian Pauli965: remove #include of api_noop.h
2011-10-26 Kenneth Graunkei965: Add new brw_context::max_gs_threads constant.
2011-10-26 Kenneth Graunkei965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads...
2011-10-26 Kenneth Graunkei965: Remove "single threaded" INTEL_DEBUG mode.
2011-10-21 Kenneth Graunkei965: Set MaxIfDepth to UINT_MAX on Gen6+ and 16 on...
2011-10-18 Chad Versacei965: Initialize intel_context::vtbl after calling...
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-03 Eric Anholti965: Add support for GL_EXT_texture_array and GL_MESA_...
2011-09-26 Kenneth Graunkeintel: Introduce a new intel_context::gt field to go...
2011-09-23 Paul Berryi965: Enable lower_clip_distance.
2011-09-09 Eric Anholti965/vs: Switch to the new VS backend by default.
2011-09-06 Bryan Cainmesa: add a UniformBooleanTrue option
2011-08-30 Eric Anholti965: Use native integer uniforms when the new VS backe...
2011-08-30 Eric Anholti965/vs: Move the flag for whether to use the new backe...
2011-08-30 Chad Versacei965: Fix Android build by removing relative includes
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-18 Kenneth Graunkei965: Rename CMD_VF_STATISTICS_(965|GM45) to include...
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 Anholtintel: Make our context structure be a ralloc context.
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-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-07 Eric Anholti965: Fix flipped GT1 vs GT2 URB VS entry count limits.
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-06-02 Chris Wilsoni965: Raise const.MaxTextureLevels to 14 (8192)
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Kenneth Graunkei965: Rename IS_GT1 and IS_GT2 to IS_SNB_GT1 and IS_SNB...
2011-05-18 Kenneth Graunkei965: Don't use the GS for breaking down quads on Ivybr...
2011-05-18 Kenneth Graunkei965: Initial Ivybridge URB space partitioning, includi...
2011-05-18 Kenneth Graunkei965: Set maximum number of threads for Ivybridge.
2011-05-18 Kenneth Graunkei965: Rename max_vs_handles to max_vs_entries for consi...
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-29 Eric Anholti965: Move the CC VP to state streaming.
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-18 Kenneth Graunkei965: Allocate the whole URB to the VS and fix calculat...
2011-04-01 Eric Anholti965: Fix the VS thread limits for GT1, and clarify...
2011-01-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-20 Ian Romanickintel: Fix typeos from 3d028024 and 790ff232
2011-01-20 Ian Romanicki965: Set correct values for range/precision of fragmen...
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-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-01-04 Zhenyu Wangi965: Use last vertex convention for quad provoking...
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-02 Eric Anholti965: Enable IF statements in the VS.
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-10 Eric Anholti965: re-enable gen6 IF statements in the fragment...
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-13 Kristian HøgsbergRename GLvisual and __GLcontextModes to struct gl_config
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-07 Eric Anholti965: Disable emitting if () statements on gen6 until...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-22 Kristian Høgsbergintel: Fix GL_ARB_shading_language_120 commit
2010-09-22 Brian Paulmesa: don't advertise bogus GL_ARB_shading_language_120...
2010-09-17 Ian Romanickglsl2: Add flags to enable variable index lowering
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-13 Ian Romanicki965: Request that returns be lowered in shader main
2010-09-09 Ian Romanickglsl2: Add EmitNoNoise flag, use it to remove noise...
2010-09-09 Luca Barbieriglsl: make compiler options per-target
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-20 Zhenyu Wangi965: Set the maximum number of threads on Sandybridge.
2010-08-20 Zhenyu Wangi965: Sandybridge doesn't have Compr4 mode, since it...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
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-12 Vinson Leei965: Remove unnecessary header.
2010-06-11 Eric Anholti965: Set the CC VP state immediately on state change.
2010-06-11 Brian Pauli965: remove UseProgram driver callback
2010-06-11 Brian Paulmesa: rename src/mesa/shader/ to src/mesa/program/
2010-06-11 Brian Pauli965: remove UseProgram driver callback
2010-06-09 Eric Anholti965: Avoid calloc/free in the CURBE upload process.
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
next