summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_wm.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-17i965/fs: Unify the param pointer allocation for FP/non-FP.Eric Anholt1-13/+7
2012-11-08i965: Fix slow leak of brw->wm.compile_data->storeEric Anholt1-17/+6
2012-10-31i965: Add "alpha to coverage" to performance debug recompile messages.Kenneth Graunke1-0/+1
2012-10-08i965: Remove the old ARB_fragment_program backend.Eric Anholt1-55/+0
2012-10-08i965: Replace brw_wm_* with dumping code into the fs_visitor.Eric Anholt1-57/+1
2012-09-26i965: Do texture swizzling in hardware on Haswell.Kenneth Graunke1-1/+11
2012-09-26i965: Refactor texture swizzle generation into a helper.Kenneth Graunke1-49/+2
2012-09-07i965: Make the param pointer arrays for the WM dynamically sized.Eric Anholt1-0/+35
2012-09-07i965: Add functions for comparing two brw_wm/vs_prog_data structs.Eric Anholt1-0/+20
2012-08-30i965/msaa: flag _NEW_MULTISAMPLE in the brw_tracked_stateAnuj Phogat1-1/+2
2012-08-27i965: Index sampler program key data by linker-assigned index.Kenneth Graunke1-12/+13
2012-08-27i965: Only set proj_attrib_mask for fixed function.Kenneth Graunke1-1/+7
2012-08-27i965: Don't set stats_wm in the WM program key on Gen6+.Kenneth Graunke1-1/+3
2012-08-27i965: Don't set vp_outputs_written in the WM program key on Gen6+.Kenneth Graunke1-1/+2
2012-08-25i965/fs: Fix INTEL_DEBUG=perf program key printing.Kenneth Graunke1-18/+18
2012-08-25i965: Set SWIZZLE_NOOP for unused texture units in the program keys.Kenneth Graunke1-3/+2
2012-08-23i965/msaa: Add sample-alpha-to-coverage support for multiple render targetsAnuj Phogat1-0/+2
2012-08-12i965: Add performance debug for shader recompiles.Eric Anholt1-0/+84
2012-08-12i965: Add performance debug for register spilling.Eric Anholt1-0/+4
2012-08-01mesa: Move DepthMode to texture objectPauli Nieminen1-1/+1
2012-07-19i965: Avoid unnecessary recompiles for shaders that don't use dFdy().Paul Berry1-7/+1
2012-07-12i965: Move loop over texture units into brw_populate_sampler_prog_key.Kenneth Graunke1-77/+78
2012-07-12i965: Always emit alpha when nr_color_buffers == 0.Kenneth Graunke1-3/+1
2012-07-12i965: Delete previous workaround for textureGrad with shadow samplers.Kenneth Graunke1-3/+0
2012-07-02i965/msaa: Fix centroid interpolation of unlit pixels.Paul Berry1-4/+14
2012-06-25i965/msaa: Add backend support for centroid interpolation.Paul Berry1-4/+15
2012-06-22i965: Compute dFdy() correctly for FBOs.Paul Berry1-0/+10
2012-06-19i965: Don't set brw_wm_prog_key::iz_lookup on Gen6+.Kenneth Graunke1-18/+20
2012-05-01intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul1-1/+2
2012-04-09i965: Add support for sampling texture buffer objects on gen7+.Eric Anholt1-1/+1
2012-02-21i965: Compute required barycentric interp modes once at FS compile time.Eric Anholt1-4/+5
2012-01-11mesa: Track fixed-function fragment shader as a shaderIan Romanick1-1/+1
2011-12-19i965/fs: Only set brw_wm_prog_key data for samplers used by the WM.Kenneth Graunke1-1/+3
2011-12-19i965/fs: Factor out texturing related data from brw_wm_prog_key.Kenneth Graunke1-78/+84
2011-11-29i965: Always handle GL_DEPTH_TEXTURE_MODE through the shader.Eric Anholt1-12/+27
2011-10-29i965: Move program compile to emit() time.Eric Anholt1-2/+3
2011-10-27i965/gen6+: Add support for noperspective interpolation.Paul Berry1-4/+36
2011-10-27i965/gen6+: Parameterize barycentric interpolation modes.Paul Berry1-10/+32
2011-10-25i965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads for consistency.Kenneth Graunke1-1/+1
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-2/+2
2011-10-07mesa: Use gl_shader_program::_LinkedShaders instead of FragmentProgramIan Romanick1-1/+1
2011-10-07i965: silence unused var warnings in non-debug buildsBrian Paul1-0/+1
2011-08-30i965: Fix Android build by removing relative includesChad Versace1-1/+1
2011-08-23i965: Fix typo in 2b224d66a01f3ce867fb05558b25749705bbfe7aEric Anholt1-1/+1
2011-08-16i965: Set up allocation of a VS scratch space if required.Eric Anholt1-22/+3
2011-08-05i965/fs: Don't allocate the old backend's compile structs for our compile.Eric Anholt1-4/+7
2011-06-18i965/fs: Add support for TXD with shadow comparisons.Kenneth Graunke1-0/+2
2011-06-18i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt1-13/+8
2011-05-27i965/fs: Do a FS compile up front at link time to produce link errors.Eric Anholt1-7/+19
2011-05-27i965/fs: Move the computation of register block count from unit to compile.Eric Anholt1-1/+1