Merge branch 'master' of ../mesa into vulkan
[mesa.git] / src / mesa / drivers / dri / i965 / brw_wm.c
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-18 Jason EkstrandMerge branch 'nir-spirv' into vulkan
2015-09-14 Kristian Høgsberg... i965: Move perf_debug code to brw_codegen_*_prog()
2015-09-14 Kristian Høgsberg... i965: Move brw_fs_precompile() to brw_wm.c
2015-09-05 Jason EkstrandMerge branch 'nir-spirv' into vulkan
2015-09-05 Jason EkstrandMerge branch 'nir-spirv' into vulkan
2015-09-05 Jason EkstrandMerge branch 'nir-spirv' into vulkan
2015-09-05 Jason EkstrandMerge branch 'nir-spirv' into vulkan
2015-09-01 Jason EkstrandMerge remote-tracking branch 'fdo-personal/nir-spirv...
2015-08-31 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-11 Francisco Jerezi965/gen7-8: Set up early depth/stencil control appropr...
2015-08-11 Francisco Jerezi965: Reserve enough parameter entries for all image...
2015-08-11 Francisco Jerezi965: Define and initialize image parameter structure.
2015-08-03 Ian Romanicki965: Trivial formatting changes in brw_wm.c
2015-07-29 Francisco Jerezi965/fs: Move up prog_data->uses_omask assignment up...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-17 Kevin Rogovini965: Use _mesa_geometric_ functions appropriately
2015-05-16 Jason EkstrandMerge remote-tracking branch 'fdo-personal/wip/nir...
2015-05-09 Kristian HøgsbergAdd vulkan driver for BDW
2015-04-25 Kenneth Graunkei965: Fill out the rest of brw_debug_recompile_sampler_...
2015-04-22 Jason Ekstrandi965: Rename brw_compile to brw_codegen
2015-04-03 Carl Worthi965: Rename do_<stage>_prog to brw_compile_<stage...
2015-04-03 Carl Worthi965: Split out per-stage dirty-bit checking into separ...
2015-02-23 Carl Worthi965: Perform program state upload outside of atom...
2014-12-04 Kenneth Graunkei965: Store floating point mode choice in brw_stage_pro...
2014-12-04 Kenneth Graunkei965: Move PSCDEPTH calculations from draw time to...
2014-12-03 Kenneth Graunkei965: Remove "disable_derivative_optimization" driconf...
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-28 Kenneth Graunkei965: Set prog_data->uses_kill if simulating alpha...
2014-09-06 Jordan Justeni965: Add uses_kill to brw_wm_prog_data
2014-09-04 Kenneth Graunkei965: Move curb_read_length/total_scratch to brw_stage_...
2014-08-14 Neil Robertsi965: Store uniform constant values in a gl_constant_va...
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-07-21 Kenneth Graunkei965/fs: Fix gl_SampleID for 2x MSAA and SIMD16 mode.
2014-07-21 Kenneth Graunkei965: Add missing persample_shading field to brw_wm_deb...
2014-06-05 Kenneth Graunkei965: Support GL_CLAMP natively on Broadwell.
2014-05-19 Kenneth Graunkei965/fs: Finally kill struct brw_wm_compile (better...
2014-05-19 Kenneth Graunkei965/fs: Stop copying the program key.
2014-05-19 Kenneth Graunkei965/fs: Rip struct brw_wm_compile out of the visitors...
2014-05-19 Kenneth Graunkei965/fs: Plumb a mem_ctx all the way through the FS...
2014-05-19 Kenneth Graunkei965/fs: Actually free program data on the error path.
2014-05-19 Kenneth Graunkei965/fs: Move total_scratch calculation into fs_visitor...
2014-05-19 Kenneth Graunkei965/fs: Move perf_debug about register spilling to...
2014-04-30 Eric Anholtmesa: Replace use of _ReallyEnabled as a boolean with...
2014-04-08 Topi Pohjolaineni965: Remove unused sampler key fields
2014-03-25 Gregory Hainautmesa/sso: rename Shader to the pointer _Shader
2014-02-19 Francisco Jerezi965/fs: Use a separate variable to keep track of the...
2014-02-19 Francisco Jerezi965: Move up duplicated fields from stage-specific...
2014-02-07 Chris Forbesi965: Add Gen6 gather wa to sampler key
2014-01-28 Anuj Phogati965: Ignore 'centroid' interpolation qualifier in...
2014-01-23 Kenneth Graunkei965/fs: Switch from BRW_MAX_TEX_UNIT to the actual...
2014-01-21 Anuj Phogati965: Use sample barycentric coordinates with per sampl...
2014-01-21 Anuj Phogati965: Add an option to ignore sample qualifier
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-07 Chris Forbesi965: Don't flag gather quirks for Gen8+
2013-12-07 Chris Forbesi965/Gen7: Include bitfield in the sampler key for...
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-12-02 Kenneth Graunkei965: Fix texture swizzling on Broadwell.
2013-11-06 Chris Forbesi965: Gen4-5: Include alpha func/ref in program key
2013-11-01 Anuj Phogati965: Add FS backend for builtin gl_SampleID
2013-11-01 Anuj Phogati965: Add FS backend for builtin gl_SamplePosition
2013-10-15 Eric Anholti965: Make a brw_stage_prog_data for storing the SURF_I...
2013-10-15 Eric Anholti965: Remove dead arguments from prog_data_compare.
2013-10-05 Chris Forbesi965/ivb: Flag RG32F quirk for texture gather regardles...
2013-10-02 Chris Forbesi965/hsw: Apply gather4 RG32F w/a using SCS instead...
2013-10-02 Chris Forbesi965: w/a for gather4 green RG32F
2013-10-02 Chia-I Wui965: compute DDX in a subspan based only on top row
2013-09-16 Paul Berryi965/fs: When >64 input components, order them to match...
2013-09-13 Kenneth Graunkei965: Use brw_stage_state for WM data as well.
2013-08-19 Kenneth Graunkei965: Shorten sampler loops in key setup.
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-07-09 Kenneth Graunkei965: Move intel_context::is_<platform> flags to brw_co...
2013-07-09 Kenneth Graunkei965: Move intel_context::perf_debug to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::stats_wm to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::reduced_primitive to brw_context.
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-07-06 Chris Forbesi965: fix alpha test for MRT
2013-06-26 Eric Anholtintel: Stop doing special _NEW_STENCIL state flagging...
2013-04-24 Marek Olšákmesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver...
2013-04-04 Kenneth Graunkei965: Remove BRW_NEW_WM_INPUT_DIMENSIONS dirty bit.
2013-04-04 Kenneth Graunkei965: Remove now dead brw_wm_prog_key::proj_attrib_mask...
2013-03-24 Paul Berryi965/fs: Rename vp_outputs_written to input_slots_valid.
2013-03-24 Paul Berryi965: Use brw.vue_map_geom_out instead of VS output...
2013-03-24 Paul Berryi965: Move brw_vs_prog_data::outputs_written into VUE...
2013-03-19 Paul Berryi965/fs: Avoid unnecessary recompiles due to POS bit...
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2013-03-15 Paul Berryi965: Change fragment input related bitfields to 64...
2013-03-05 Eric Anholti965: Make perf_debug() output to GL_ARB_debug_output...
2013-01-25 Kenneth Graunkei965: Use GL_RED for DEPTH_TEXTURE_MODE in ES 3.0 for...
2012-11-27 Kenneth Graunkei965/fs: Move uses of brw_compile from do_wm_prog to...
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_compile::fp to fs_visitor.
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_payload_setup() to fs_visitor...
2012-11-27 Kenneth Graunkei965/fs: Remove brw_wm_compile::computes_depth field.
2012-11-17 Eric Anholti965/fs: Unify the param pointer allocation for FP...
next