aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm.c
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Gen4-5: Include alpha func/ref in program keyChris Forbes2013-11-061-0/+16
* i965: Add FS backend for builtin gl_SampleIDAnuj Phogat2013-11-011-0/+6
* i965: Add FS backend for builtin gl_SamplePositionAnuj Phogat2013-11-011-0/+6
* i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.Eric Anholt2013-10-151-1/+2
* i965: Remove dead arguments from prog_data_compare.Eric Anholt2013-10-151-2/+1
* i965/ivb: Flag RG32F quirk for texture gather regardless of swizzlesChris Forbes2013-10-061-1/+1
* i965/hsw: Apply gather4 RG32F w/a using SCS instead of shader.Chris Forbes2013-10-031-2/+3
* i965: w/a for gather4 green RG32FChris Forbes2013-10-031-0/+9
* i965: compute DDX in a subspan based only on top rowChia-I Wu2013-10-021-0/+10
* i965/fs: When >64 input components, order them to match prev pipeline stage.Paul Berry2013-09-161-1/+2
* i965: Use brw_stage_state for WM data as well.Kenneth Graunke2013-09-131-4/+4
* i965: Shorten sampler loops in key setup.Kenneth Graunke2013-08-191-2/+4
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-3/+2
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-4/+3
* i965: Move intel_context::is_<platform> flags to brw_context.Kenneth Graunke2013-07-091-2/+2
* i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke2013-07-091-3/+0
* i965: Move intel_context::stats_wm to brw_context.Kenneth Graunke2013-07-091-1/+1
* i965: Move intel_context::reduced_primitive to brw_context.Kenneth Graunke2013-07-091-2/+2
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-20/+21
* i965: fix alpha test for MRTChris Forbes2013-07-061-4/+6
* intel: Stop doing special _NEW_STENCIL state flagging on drawbuffers.Eric Anholt2013-06-251-1/+1
* mesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver implements the functionsMarek Olšák2013-04-241-1/+2
* i965: Remove BRW_NEW_WM_INPUT_DIMENSIONS dirty bit.Kenneth Graunke2013-04-041-1/+0
* i965: Remove now dead brw_wm_prog_key::proj_attrib_mask field.Kenneth Graunke2013-04-041-15/+0
* i965/fs: Rename vp_outputs_written to input_slots_valid.Paul Berry2013-03-241-3/+3
* i965: Use brw.vue_map_geom_out instead of VS output VUE map where appropriate.Paul Berry2013-03-241-4/+4
* i965: Move brw_vs_prog_data::outputs_written into VUE map.Paul Berry2013-03-241-1/+1
* i965/fs: Avoid unnecessary recompiles due to POS bit of proj_attrib_mask.Paul Berry2013-03-191-2/+6
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-5/+5
* i965: Change fragment input related bitfields to 64-bit.Paul Berry2013-03-151-1/+1
* i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.Eric Anholt2013-03-051-23/+35
* i965: Use GL_RED for DEPTH_TEXTURE_MODE in ES 3.0 for unsized formats.Kenneth Graunke2013-01-251-1/+1
* i965/fs: Move uses of brw_compile from do_wm_prog to brw_wm_fs_emit.Kenneth Graunke2012-11-261-7/+3
* i965/fs: Move brw_wm_compile::fp to fs_visitor.Kenneth Graunke2012-11-261-3/+1
* i965/fs: Move brw_wm_payload_setup() to fs_visitor::setup_payload_gen6()Kenneth Graunke2012-11-261-65/+0
* i965/fs: Remove brw_wm_compile::computes_depth field.Kenneth Graunke2012-11-261-1/+0
* i965/fs: Unify the param pointer allocation for FP/non-FP.Eric Anholt2012-11-171-13/+7
* i965: Fix slow leak of brw->wm.compile_data->storeEric Anholt2012-11-081-17/+6
* i965: Add "alpha to coverage" to performance debug recompile messages.Kenneth Graunke2012-10-311-0/+1
* i965: Remove the old ARB_fragment_program backend.Eric Anholt2012-10-081-55/+0
* i965: Replace brw_wm_* with dumping code into the fs_visitor.Eric Anholt2012-10-081-57/+1
* i965: Do texture swizzling in hardware on Haswell.Kenneth Graunke2012-09-261-1/+11
* i965: Refactor texture swizzle generation into a helper.Kenneth Graunke2012-09-261-49/+2
* i965: Make the param pointer arrays for the WM dynamically sized.Eric Anholt2012-09-071-0/+35
* i965: Add functions for comparing two brw_wm/vs_prog_data structs.Eric Anholt2012-09-071-0/+20
* i965/msaa: flag _NEW_MULTISAMPLE in the brw_tracked_stateAnuj Phogat2012-08-301-1/+2
* i965: Index sampler program key data by linker-assigned index.Kenneth Graunke2012-08-271-12/+13
* i965: Only set proj_attrib_mask for fixed function.Kenneth Graunke2012-08-271-1/+7
* i965: Don't set stats_wm in the WM program key on Gen6+.Kenneth Graunke2012-08-271-1/+3
* i965: Don't set vp_outputs_written in the WM program key on Gen6+.Kenneth Graunke2012-08-271-1/+2