i965: Rename brw_vec4_prog_data/key to brw_bue_prog_data/key
[mesa.git] / src / mesa / drivers / dri / i965 / brw_gs.c
2014-12-10 Kristian Høgsbergi965: Rename brw_vec4_prog_data/key to brw_bue_prog_dat...
2014-12-03 Kenneth Graunkei965: Make vertex color clamp handling code VS specific.
2014-11-29 Kenneth Graunkei965: Add _CACHE_ in brw_cache_id enum names.
2014-11-29 Kenneth Graunkei965: Alphabetize brw_tracked_state flags and use a...
2014-11-24 Kenneth Graunkei965: Pass gl_program pointers into precompile functions.
2014-10-29 Kenneth Graunkei965: Rename brw_vec4_gs.[ch] to brw_gs.[ch].
2014-10-29 Kenneth Graunkei965: Rename brw_gs{,_emit}.[ch] to brw_ff_gs{,_emit...
2014-09-19 Samuel Iglesias... i965/gen6/gs: use brw_gs_prog atom instead of brw_ff_gs...
2014-09-05 Jordan JustenRevert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be...
2014-09-02 Paul Berryi965: Create a macro for setting a dirty bit.
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-06-02 Kenneth Graunkei965: Put '_default_' in the name of functions that...
2014-05-25 Matt Turneri965: Add annotation data structure and support code.
2014-05-25 Matt Turneri965: Pass in start_offset to brw_compact_instructions().
2014-05-19 Kenneth Graunkei965: Rename brw/gen8_dump_compile to brw/gen8_disassemble.
2014-05-19 Kenneth Graunkei965: Use brw_dump_compile for clip, SF, and old GS...
2014-05-15 Matt Turneri965: Pull brw_compact_instructions() out of brw_get_pr...
2014-05-15 Matt Turneri965/disasm: Disassemble the compaction control bit.
2014-03-25 Gregory Hainautmesa/sso: rename Shader to the pointer _Shader
2014-02-23 Eric Anholti965: Move compiler debugging output to stderr.
2014-01-22 Paul Berrymesa: Replace ctx->Shader.Current{Vertex,Fragment,Geome...
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-09-01 Paul Berryi965: rename legacy gs structs and functions to ff_gs.
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-05-20 Kenneth Graunkei965: Handle rasterizer discard in the clipper rather...
2013-04-24 Marek Olšákmesa: convert _NEW_RASTERIZER_DISCARD to a driver flag
2013-04-24 Marek Olšákmesa,i965: use NewDriverState to communicate TFB state...
2013-04-11 Paul Berryi965/vs: split brw_vs_prog_data into generic and VS...
2013-03-24 Paul Berryi965: Move brw_vs_prog_data::outputs_written into VUE...
2013-03-24 Paul Berryi965: Rename BRW_VARYING_SLOT_MAX -> BRW_VARYING_SLOT_C...
2013-03-15 Paul BerryReplace gl_vert_result enum with gl_varying_slot.
2013-02-19 Paul Berryi965: Remove unused userclip flags.
2012-12-18 Paul Berrymesa: Make a function is_transform_feedback_active_and_...
2012-11-26 Eric Anholti965/gen4: Fix memory leak each time compile_gs_prog...
2012-03-20 Eric Anholti965: Drop the INTEL_FORCE_GS environment variable.
2012-02-21 Eric Anholti965: Move VUE map computation to once at VS compile...
2012-02-21 Eric Anholti965: Make the userclip flag for the VUE map come from...
2012-01-05 Paul Berryi965: Make use of gl_transform_feedback_info::Component...
2011-12-23 Paul Berryi965 gen6: Implement transform feedback pause/resume...
2011-12-21 Paul Berrymesa: Add _NEW_RASTERIZER_DISCARD as synonym for _NEW_T...
2011-12-21 Paul Berrymesa: Move RasterDiscard to toplevel of gl_context.
2011-12-20 Paul Berryi965 gen6: Implement rasterizer discard.
2011-12-20 Paul Berryi965 gen6: Initial implementation of transform feedback.
2011-12-20 Paul Berryi965 gs: Move vue_map to brw_gs_compile.
2011-12-08 Paul Berryi965 gen6: Implement pass-through GS for transform...
2011-12-08 Paul Berryi965 gs: Remove unnecessary mapping of key->primitive.
2011-10-29 Eric Anholti965: Move program compile to emit() time.
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-10 Chad Versacei965: Change type of brw_context.primitive from GLenum...
2011-10-07 Paul Berryi965: Make brw_compute_vue_map's userclip dependency...
2011-10-07 Paul Berrymesa: Create _mesa_bitcount_64() to replace i965's...
2011-09-06 Paul Berryi965: Remove two_side_color from brw_compute_vue_map().
2011-09-06 Paul Berryi965: GS: Use the VUE map to compute URB size.
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-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-18 Eric Anholti965: Use state streaming on programs, and state base...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Kenneth Graunkei965: Don't use the GS for breaking down quads on Ivybr...
2011-05-18 Kenneth Graunkei965: Get a ralloc context into brw_compile.
2011-05-18 Kenneth Graunkei965/gs: Move generation check for bailing earlier.
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-29 Eric Anholti965: Remove dead entrypoints to state cache, rename...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-12 Brian PaulMerge branch 'arb_sampler_objects'
2011-04-11 Ian Romanicki965: Remove hint_gs_always and resulting dead code
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'
2010-12-27 Xiang, Haihaoi965: don't spawn GS thread for LINELOOP on Sandybridge
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-06 Zhenyu Wangi965: Fix GS state uploading on Sandybridge
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-03 Eric Anholtintel: Annotate debug printout checks with unlikely().
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-14 Zhenyu Wangi965: Fix GS hang on Sandybridge
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-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-28 Zhenyu Wangi965: ignore quads for GS kernel on sandybridge
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-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'
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
next