Merge branch 'master' of ../mesa into vulkan
[mesa.git] / src / mesa / drivers / dri / i965 / brw_wm.c
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...
2011-04-29 Eric Anholti965: Remove dead entrypoints to state cache, rename...
2011-04-26 Eric Anholti965/fs: Add initial support for 16-wide dispatch on...
2011-04-23 Eric Anholtintel: Add support for ARB_sampler_objects.
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-20 Eric Anholtintel: Add support for ARB_color_buffer_float.
2011-04-17 Eric Anholti965/fs: Add gen6 register spilling support.
2011-04-12 Brian PaulMerge branch 'arb_sampler_objects'
2011-04-10 Brian Paulmesa: move sampler state into new gl_sampler_object...
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-15 Eric Anholti965: Fix alpha testing when there is no color buffer...
2011-03-14 Chad Versacei965: Fix tex_swizzle when depth mode is GL_RED
2011-03-14 Chad Versacei965: Remove dead assignment
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-04 Eric Anholti965: Drop the dead tracking of color_regions[].
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 Anholtintel: Set the swizzling for depth textures using the...
2010-12-06 Eric Anholti965: Nuke brw_wm_glsl.c.
2010-12-06 Eric Anholti965: Move payload reg setup to compile, not lookup...
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-14 Eric Anholti965: Fix gl_FragCoord inversion when drawing to an...
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-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-21 Eric Anholti965: Correct scratch space allocation.
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-19 Eric Anholti965: Tell the shader compiler when we expect depth...
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...
next