summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_wm.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-3/+2
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-4/+3
2013-07-09i965: Move intel_context::is_<platform> flags to brw_context.Kenneth Graunke1-2/+2
2013-07-09i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke1-3/+0
2013-07-09i965: Move intel_context::stats_wm to brw_context.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context::reduced_primitive to brw_context.Kenneth Graunke1-2/+2
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-20/+21
2013-07-06i965: fix alpha test for MRTChris Forbes1-4/+6
2013-06-25intel: Stop doing special _NEW_STENCIL state flagging on drawbuffers.Eric Anholt1-1/+1
2013-04-24mesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver implements the functionsMarek Olšák1-1/+2
2013-04-04i965: Remove BRW_NEW_WM_INPUT_DIMENSIONS dirty bit.Kenneth Graunke1-1/+0
2013-04-04i965: Remove now dead brw_wm_prog_key::proj_attrib_mask field.Kenneth Graunke1-15/+0
2013-03-24i965/fs: Rename vp_outputs_written to input_slots_valid.Paul Berry1-3/+3
2013-03-24i965: Use brw.vue_map_geom_out instead of VS output VUE map where appropriate.Paul Berry1-4/+4
2013-03-24i965: Move brw_vs_prog_data::outputs_written into VUE map.Paul Berry1-1/+1
2013-03-19i965/fs: Avoid unnecessary recompiles due to POS bit of proj_attrib_mask.Paul Berry1-2/+6
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-5/+5
2013-03-15i965: Change fragment input related bitfields to 64-bit.Paul Berry1-1/+1
2013-03-05i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.Eric Anholt1-23/+35
2013-01-25i965: Use GL_RED for DEPTH_TEXTURE_MODE in ES 3.0 for unsized formats.Kenneth Graunke1-1/+1
2012-11-26i965/fs: Move uses of brw_compile from do_wm_prog to brw_wm_fs_emit.Kenneth Graunke1-7/+3
2012-11-26i965/fs: Move brw_wm_compile::fp to fs_visitor.Kenneth Graunke1-3/+1
2012-11-26i965/fs: Move brw_wm_payload_setup() to fs_visitor::setup_payload_gen6()Kenneth Graunke1-65/+0
2012-11-26i965/fs: Remove brw_wm_compile::computes_depth field.Kenneth Graunke1-1/+0
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