aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs.h
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Don't pass ir_variable * to emit_sampleid_setup().Kenneth Graunke2014-10-171-1/+1
* i965/fs: Refactor the texture emission logic into a single function.Kenneth Graunke2014-10-151-0/+14
* i965/fs: Make gather_channel() not use ir_texture.Connor Abbott2014-10-151-1/+1
* i965/fs: Make swizzle_result() not use ir_texture.Connor Abbott2014-10-151-1/+2
* i965/fs: don't pass in ir_texture to emit_texture_*Connor Abbott2014-10-151-3/+3
* i965/fs: Don't use ir->lod_info.grad.dPd<x,y> in emit_texture_*.Connor Abbott2014-10-151-3/+6
* i965/fs: Don't use ir->coordinate in emit_texture_*.Connor Abbott2014-10-151-3/+6
* i965/fs: make rescale_texcoord() not use ir_texture.Connor Abbott2014-10-151-1/+1
* i965/fs: Make emit_mcs_fetch() not use ir_texture.Connor Abbott2014-10-151-1/+1
* i965/fs: don't use ir->offset in emit_texture_gen5.Connor Abbott2014-10-151-1/+2
* i965/fs: Move texel offset handling to visit(ir_texture *).Kenneth Graunke2014-10-151-1/+2
* i965/fs: Remove dead generate_rep_fb_write prototype.Matt Turner2014-10-031-1/+0
* i965/fs: Add a MAX_GRF_SIZE define and use it various placesJason Ekstrand2014-10-021-0/+1
* i965/fs: Use the GRF for FB writes on gen >= 7Jason Ekstrand2014-09-301-1/+1
* i965/fs: Handle COMPR4 in LOAD_PAYLOADJason Ekstrand2014-09-301-1/+21
* i965/fs: Add a an optional source to the FS_OPCODE_FB_WRITE instructionJason Ekstrand2014-09-301-2/+2
* i965/fs: Use the GRF for UNTYPED_SURFACE_READ instructionsJason Ekstrand2014-09-301-0/+1
* i965/fs: Use the GRF for UNTYPED_ATOMIC instructionsJason Ekstrand2014-09-301-0/+1
* i965/fs: Add a function for getting a component of a 8 or 16-wide registerJason Ekstrand2014-09-301-0/+10
* i965/fs: Make fs_reg::effective_width take fs_inst* instead of fs_visitor*Jason Ekstrand2014-09-301-1/+2
* i965/fs: Add an exec_size field to fs_instJason Ekstrand2014-09-301-3/+21
* i965/fs_reg: Allocate double the number of vgrfs in SIMD16 modeJason Ekstrand2014-09-301-6/+30
* i965/fs: Make half() divide the register width by 2 and use it moreJason Ekstrand2014-09-301-1/+3
* i965/fs: Add a concept of a width to fs_regJason Ekstrand2014-09-301-1/+20
* i965/fs: Copy propagate partial reads.Jason Ekstrand2014-09-301-0/+1
* i965/fs: Clean up emit_fb_writesJason Ekstrand2014-09-301-1/+3
* i965/fs: Make compact_virtual_grfs an optimization passJason Ekstrand2014-09-301-1/+1
* i964/fs: Make immediate fs_reg constructors explicitJason Ekstrand2014-09-301-3/+3
* i965/fs: Make null_reg_* const members of fs_visitor instead of globalsJason Ekstrand2014-09-301-3/+3
* i965/fs: Manually generate the meta fast-clear shaderJason Ekstrand2014-09-301-2/+1
* i965: Remove cfg-invalidating parameter from invalidate_live_intervals.Matt Turner2014-09-241-1/+1
* i965/fs: Preserve the CFG in a few more places.Matt Turner2014-09-241-2/+4
* mesa: Move register_allocate.c to util.Eric Anholt2014-09-231-1/+1
* i965/fs: Remove direct fs_visitor brw_wm_prog_key dependenceJordan Justen2014-09-221-1/+1
* i965/fs: Remove direct fs_visitor brw_wm_prog_data dependenceJordan Justen2014-09-221-1/+1
* i965/fs: Remove direct fs_visitor gl_fragment_program dependenceJordan Justen2014-09-061-1/+0
* i965/fs: Remove direct fs_generator brw_wm_prog_key dependenceJordan Justen2014-09-051-1/+1
* i965/fs: Remove direct fs_generator brw_wm_prog_data dependenceJordan Justen2014-09-051-1/+1
* i965/fs: Don't store gl_fragment_program* in fs_generatorJordan Justen2014-09-051-1/+1
* i965/fs: Rename fs_generator::prog to shader_progJordan Justen2014-09-051-2/+2
* i965/fs: Add stage variable to fs_generatorJordan Justen2014-09-051-0/+1
* i965/fs: Add init function to fs_visitorJordan Justen2014-09-041-0/+1
* i965/fs: don't pass ir_variable * to emit_samplepos_setup()Connor Abbott2014-09-011-1/+1
* i965/fs: don't pass ir_variable * to emit_frontfacing_interpolation()Connor Abbott2014-09-011-1/+1
* i965/fs: Preserve CFG in register allocation.Matt Turner2014-08-221-2/+2
* i965: Add invalidate_cfg parameter to invalidate_live_intervals().Matt Turner2014-08-221-1/+1
* i965: Pass a cfg pointer to generate_{code,assembly}.Matt Turner2014-08-181-3/+3
* i965: Add optimization pass to let us use the replicate data messageKristian Høgsberg2014-08-151-0/+3
* i965/fs: Add support for nonconst sampler indexing in FS visitorChris Forbes2014-08-151-2/+2
* i965/fs: Add pass to rename registers to break live ranges.Kenneth Graunke2014-08-141-0/+1