i965: Add FS backend for builtin gl_SampleID
[mesa.git] / src / mesa / drivers / dri / i965 / brw_wm.c
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...
2012-11-08 Eric Anholti965: Fix slow leak of brw->wm.compile_data->store
2012-11-01 Kenneth Graunkei965: Add "alpha to coverage" to performance debug...
2012-10-08 Eric Anholti965: Remove the old ARB_fragment_program backend.
2012-10-08 Eric Anholti965: Replace brw_wm_* with dumping code into the fs_vi...
2012-09-27 Kenneth Graunkei965: Do texture swizzling in hardware on Haswell.
2012-09-27 Kenneth Graunkei965: Refactor texture swizzle generation into a helper.
2012-09-07 Eric Anholti965: Make the param pointer arrays for the WM dynamica...
2012-09-07 Eric Anholti965: Add functions for comparing two brw_wm/vs_prog_da...
2012-08-30 Anuj Phogati965/msaa: flag _NEW_MULTISAMPLE in the brw_tracked_state
2012-08-27 Kenneth Graunkei965: Index sampler program key data by linker-assigned...
2012-08-27 Kenneth Graunkei965: Only set proj_attrib_mask for fixed function.
2012-08-27 Kenneth Graunkei965: Don't set stats_wm in the WM program key on Gen6+.
2012-08-27 Kenneth Graunkei965: Don't set vp_outputs_written in the WM program...
2012-08-26 Kenneth Graunkei965/fs: Fix INTEL_DEBUG=perf program key printing.
2012-08-25 Kenneth Graunkei965: Set SWIZZLE_NOOP for unused texture units in...
2012-08-23 Anuj Phogati965/msaa: Add sample-alpha-to-coverage support for...
2012-08-13 Eric Anholti965: Add performance debug for shader recompiles.
2012-08-13 Eric Anholti965: Add performance debug for register spilling.
2012-08-01 Pauli Nieminenmesa: Move DepthMode to texture object
2012-07-19 Paul Berryi965: Avoid unnecessary recompiles for shaders that...
2012-07-12 Kenneth Graunkei965: Move loop over texture units into brw_populate_sa...
2012-07-12 Kenneth Graunkei965: Always emit alpha when nr_color_buffers == 0.
2012-07-12 Kenneth Graunkei965: Delete previous workaround for textureGrad with...
2012-07-02 Paul Berryi965/msaa: Fix centroid interpolation of unlit pixels.
2012-06-25 Paul Berryi965/msaa: Add backend support for centroid interpolation.
2012-06-22 Paul Berryi965: Compute dFdy() correctly for FBOs.
2012-06-20 Kenneth Graunkei965: Don't set brw_wm_prog_key::iz_lookup on Gen6+.
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-01 Brian Paulintel: use _mesa_is_winsys/user_fbo() helpers
2012-04-09 Eric Anholti965: Add support for sampling texture buffer objects...
2012-02-21 Eric Anholti965: Compute required barycentric interp modes once...
2012-01-11 Ian Romanickmesa: Track fixed-function fragment shader as a shader
2011-12-20 Kenneth Graunkei965/fs: Only set brw_wm_prog_key data for samplers...
2011-12-20 Kenneth Graunkei965/fs: Factor out texturing related data from brw_wm_...
2011-11-30 Eric Anholti965: Always handle GL_DEPTH_TEXTURE_MODE through the...
2011-10-29 Eric Anholti965: Move program compile to emit() time.
2011-10-27 Paul Berryi965/gen6+: Add support for noperspective interpolation.
2011-10-27 Paul Berryi965/gen6+: Parameterize barycentric interpolation...
2011-10-26 Kenneth Graunkei965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads...
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-07 Ian Romanickmesa: Use gl_shader_program::_LinkedShaders instead...
2011-10-07 Brian Pauli965: silence unused var warnings in non-debug builds
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-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-23 Eric Anholti965: Fix typo in 2b224d66a01f3ce867fb05558b25749705bbfe7a
2011-08-16 Eric Anholti965: Set up allocation of a VS scratch space if required.
2011-08-05 Eric Anholti965/fs: Don't allocate the old backend's compile struc...
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-19 Kenneth Graunkei965/fs: Add support for TXD with shadow comparisons.
2011-06-18 Eric Anholti965: Use state streaming on programs, and state base...
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-27 Eric Anholti965/fs: Do a FS compile up front at link time to produ...
2011-05-27 Eric Anholti965/fs: Move the computation of register block count...
2011-05-26 Eric Anholti965: Remove dead shadowtex_mask entry in the WM key.
2011-05-26 Eric Anholti965: Remove linear_color for GL_PERSPECTIVE_CORRECTION...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Eric Anholti965: Add support for correct GL_CLAMP behavior by...
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...
next