intel/disasm: Label support in shader disassembly for UIP/JIP
[mesa.git] / src / mesa / drivers / dri / i965 / brw_curbe.c
2019-07-31 Jason Ekstrandi965/curbe: Look at SYSTEM_VALUE_FRAG_COORD instead...
2018-09-07 Dylan BakerReplace uses of _mesa_bitcount with util_bitcount
2018-03-02 Kenneth Graunkei965: Generalize intel_upload.c to support multiple...
2017-10-13 Jason Ekstrandi965: Store image_param in brw_context instead of prog_data
2017-10-13 Jason Ekstrandi965: Add a helper for populating constant buffers
2017-09-26 Kenneth Graunkei965: Convert brw->*_program into a brw->programs[i...
2017-08-30 Lionel Landwerlini965: drop brw->is_g4x in favor of devinfo->is_g4x
2017-08-30 Lionel Landwerlini965: drop brw->gen in favor of devinfo->gen
2017-08-04 Chris Wilsoni965: Reduce passing 2x32b of reloc_domains to 2 bits
2017-05-10 Kenneth Graunkei965: Switch BRW_NEW_CURBE_OFFSETS to BRW_NEW_PUSH_CONS...
2016-10-26 Timothy Arcerist/mesa/r200/i915/i965: eliminate gl_fragment_program
2016-10-26 Timothy Arcerii965/mesa/st/swrast: set fs shader_info directly and...
2016-10-26 Timothy Arcerimesa/i965/i915/r200: eliminate gl_vertex_program
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-06 Timothy Arcerii965: get inputs read from nir info
2016-10-06 Kenneth Graunkei965: Eliminate brw->wm.prog_data pointer.
2016-10-06 Kenneth Graunkei965: Eliminate brw->vs.prog_data pointer.
2016-06-16 Mathias Fröhlichi965: Use bitmask/ffs to iterate enabled clip planes.
2016-04-23 Kenneth Graunkei965: Make all atoms to track BRW_NEW_BLORP by default
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-24 Matt Turneri965: Drop #include of main/glheader.h.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-14 Matt Turneri965: Mark constant static data as const.
2015-04-14 Kenneth Graunkei965: Implement proper workaround for Gen4 GPU CONSTANT...
2015-03-31 Jordan Justeni965/state: Don't use brw->state.dirty.brw
2015-01-19 Kenneth Graunkei965: Work around mysterious Gen4 GPU hangs with minima...
2014-12-03 Kenneth Graunkei965: Move BRW_NEW_*_PROG_DATA flags to .brw (not ...
2014-12-03 Kenneth Graunkei965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
2014-11-29 Kenneth Graunkei965: Alphabetize brw_tracked_state flags and use a...
2014-11-22 Kenneth Graunkei965: Make Gen4-5 push constants call _mesa_load_state_...
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-14 Neil Robertsi965: Store uniform constant values in a gl_constant_va...
2014-07-02 Eric Anholti965: Update a ton of comments about constant buffers.
2014-07-02 Eric Anholti965: Fix state flags for gen4/5 CURBE.
2014-07-02 Eric Anholti965: Drop the memcmp for finding duplicated CURBE...
2014-07-02 Eric Anholti965: Reuse intel_upload.c for gen4/5 constant buffers.
2014-05-01 Eric Anholti965: Delete the intel_regions.c code.
2014-02-23 Eric Anholti965: Move the remaining driver debug over to stderr.
2014-02-19 Francisco Jerezi965: Move up duplicated fields from stage-specific...
2014-01-17 Kenneth Graunkei965: Remove CACHED_BATCH support altogether.
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::bufmgr to brw_context.
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-04-11 Paul Berryi965/vs: split brw_vs_prog_data into generic and VS...
2013-02-11 Eric Anholti965: Remove some stale comments about the brw_constant...
2012-11-01 Kenneth Graunkei965: Update comment about clipper constants.
2012-11-01 Kenneth Graunkei965/vs: Remove support for the old parameter layout.
2012-07-25 Eric Anholti965: Remove unused param conversion code.
2011-10-29 Eric Anholti965/gen4: Move CURBE offset calculation to emit()...
2011-10-29 Eric Anholti965/gen4: Fold push constant prepare()/emit() together.
2011-10-29 Eric Anholti965: Remove the validated BO list, now that it's unused.
2011-10-07 Paul Berrymesa: Create _mesa_bitcount_64() to replace i965's...
2011-10-05 Paul Berryi965 Gen6: Implement gl_ClipVertex.
2011-09-28 Paul Berryi965 new VS: don't share clip plane constants in pre...
2011-09-20 Paul Berryi965: Remove bogus assertion on MAX_CLIP_PLANES.
2011-08-30 Eric Anholti965: Use native integer uniforms when the new VS backe...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-16 Eric Anholti965/vs: Start adding support for uniforms
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-21 Chris Wilsoni965: Move repeat-instruction-suppression to batchbuffe...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
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-09 Eric Anholti965: Drop push-mode reladdr constant loading and alway...
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-27 Eric Anholti965: Make FS uniforms be the actual type of the unifor...
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-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
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-11 Eric Anholti965: Warning fixes from the i965-streaming merge.
2010-06-11 Eric Anholti965: Split constant buffer setup from its surface...
2010-06-11 Brian Paulmesa: rename src/mesa/shader/ to src/mesa/program/
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
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-09 Keith WhitwellMerge commit 'origin/master' into gallium-sw-api-2
2010-03-08 Keith WhitwellMerge commit 'origin/gallium-winsys-handle-rebased'
2010-03-05 Chris WilsonMerge branch 'object-purgeable'
2010-03-05 Eric Anholtintel: Remove non-kernel-exec-fencing support.
2010-02-19 Kristian HøgsbergReplace the _mesa_*printf() wrappers with the plain...
2010-02-19 Kristian HøgsbergReplace _mesa_malloc, _mesa_calloc and _mesa_free with...
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-02-06 Eric Anholti965: Keep the CURBE BO mapped and memcpy instead of...
next