aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Support GL_CLAMP natively on Broadwell.Kenneth Graunke2014-06-051-1/+2
* i965/fs: Finally kill struct brw_wm_compile (better known as 'c').Kenneth Graunke2014-05-181-11/+11
* i965/fs: Stop copying the program key.Kenneth Graunke2014-05-181-6/+4
* i965/fs: Rip struct brw_wm_compile out of the visitors and generators.Kenneth Graunke2014-05-181-1/+2
* i965/fs: Plumb a mem_ctx all the way through the FS compile.Kenneth Graunke2014-05-181-4/+5
* i965/fs: Actually free program data on the error path.Kenneth Graunke2014-05-181-1/+3
* i965/fs: Move total_scratch calculation into fs_visitor::run().Kenneth Graunke2014-05-181-4/+1
* i965/fs: Move perf_debug about register spilling to a more obvious spot.Kenneth Graunke2014-05-181-4/+0
* mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt2014-04-301-1/+1
* i965: Remove unused sampler key fieldsTopi Pohjolainen2014-04-081-10/+0
* mesa/sso: rename Shader to the pointer _ShaderGregory Hainaut2014-03-251-1/+1
* i965/fs: Use a separate variable to keep track of the last uniform index seen.Francisco Jerez2014-02-191-0/+1
* i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...Francisco Jerez2014-02-191-17/+9
* i965: Add Gen6 gather wa to sampler keyChris Forbes2014-02-081-0/+21
* i965: Ignore 'centroid' interpolation qualifier in case of persample shadingAnuj Phogat2014-01-281-1/+2
* i965/fs: Switch from BRW_MAX_TEX_UNIT to the actual limit.Kenneth Graunke2014-01-221-1/+2
* i965: Use sample barycentric coordinates with per sample shadingAnuj Phogat2014-01-211-2/+18
* i965: Add an option to ignore sample qualifierAnuj Phogat2014-01-211-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Don't flag gather quirks for Gen8+Chris Forbes2013-12-071-1/+1
* i965/Gen7: Include bitfield in the sampler key for CMS layoutChris Forbes2013-12-071-0/+13
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-6/+6
* i965: Fix texture swizzling on Broadwell.Kenneth Graunke2013-12-021-1/+1
* 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