aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs.h
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Don't offset uniform registers in half().Matt Turner2014-12-031-0/+4
* i965/fs: Remove opt_drop_redundant_mov_to_flags().Matt Turner2014-12-011-1/+0
* i965/fs: Handle derivative quality decisions in the front-end.Kenneth Graunke2014-11-271-3/+3
* i965/fs: Add vector float immediate infrastructure.Matt Turner2014-11-251-0/+2
* i965: Make precompile functions accessible from C.Kenneth Graunke2014-11-241-3/+0
* i965: Pass gl_program pointers into precompile functions.Kenneth Graunke2014-11-241-1/+3
* i965/fs: Remove is_valid_3src().Matt Turner2014-11-211-1/+0
* i965/fs: Remove unused apply_stride().Matt Turner2014-11-211-1/+0
* i965/fs: Move ip_record class to its one use.Matt Turner2014-11-211-12/+0
* i965: Move common fields into backend_instruction.Matt Turner2014-11-211-2/+0
* i965: Move fs_visitor ra pass to new fs_visitor::allocate_registers()10.4-branchpointKristian Høgsberg2014-11-141-0/+1
* i965: Move fs_visitor optimization pass into new method fs_visitor::optimize()Kristian Høgsberg2014-11-141-0/+1
* i965: Refactor fs_generator APIKristian Høgsberg2014-11-141-4/+2
* i965/fs: Remove force uncompressed stack.Matt Turner2014-11-061-5/+0
* 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