aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm.c
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Move up prog_data->uses_omask assignment up to brw_codegen_wm_prog().Francisco Jerez2015-07-291-1/+2
* i965: Use _mesa_geometric_ functions appropriatelyKevin Rogovin2015-06-171-3/+4
* i965: Fill out the rest of brw_debug_recompile_sampler_key().Kenneth Graunke2015-04-251-0/+8
* i965: Rename brw_compile to brw_codegenJason Ekstrand2015-04-221-2/+2
* i965: Rename do_<stage>_prog to brw_compile_<stage>_prog (and export)Carl Worth2015-04-021-6/+7
* i965: Split out per-stage dirty-bit checking into separate functionsCarl Worth2015-04-021-16/+22
* i965: Perform program state upload outside of atom handlingCarl Worth2015-02-231-25/+19
* i965: Store floating point mode choice in brw_stage_prog_data.Kenneth Graunke2014-12-041-0/+4
* i965: Move PSCDEPTH calculations from draw time to compile time.Kenneth Graunke2014-12-041-0/+21
* i965: Remove "disable_derivative_optimization" driconf option.Kenneth Graunke2014-12-021-7/+2
* i965: Add _CACHE_ in brw_cache_id enum names.Kenneth Graunke2014-11-291-3/+3
* i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke2014-11-291-15/+15
* i965: Set prog_data->uses_kill if simulating alpha test via discards.Kenneth Graunke2014-11-271-1/+4
* i965: Add uses_kill to brw_wm_prog_dataJordan Justen2014-09-051-0/+1
* i965: Move curb_read_length/total_scratch to brw_stage_prog_data.Kenneth Graunke2014-09-031-2/+2
* i965: Store uniform constant values in a gl_constant_value instead of floatNeil Roberts2014-08-141-2/+3
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-1/+1
* i965/fs: Fix gl_SampleID for 2x MSAA and SIMD16 mode.Kenneth Graunke2014-07-211-0/+4
* i965: Add missing persample_shading field to brw_wm_debug_recompile.Kenneth Graunke2014-07-211-0/+2
* 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