aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs.h
Commit message (Expand)AuthorAgeFilesLines
* i965: Make fs/vec4_visitor inherit from ir_visitor directlyJason Ekstrand2015-05-281-1/+1
* i965: Rename backend_visitor to backend_shaderJason Ekstrand2015-05-281-1/+1
* i965/fs: Lower integer multiplication after optimizations.Matt Turner2015-05-181-0/+1
* i965/fs: Combine the fs_visitor constructors.Kenneth Graunke2015-05-141-20/+4
* i965/fs: Rework the fs_visitor LOAD_PAYLOAD instructionJason Ekstrand2015-05-061-2/+2
* i965/fs: Make LOAD_PAYLOAD take a header sizeJason Ekstrand2015-05-061-1/+2
* i965/fs: Make emit_single_fb_write take an explicit exec_sizeJason Ekstrand2015-05-061-1/+1
* i965: Define helper function to copy an arbitrary live component from some re...Francisco Jerez2015-05-041-0/+2
* i965: Perform basic optimizations on the FIND_LIVE_CHANNEL opcode.Francisco Jerez2015-05-041-0/+1
* i965: Simplify generator code for untyped surface messages.Francisco Jerez2015-05-041-11/+0
* i965: Add brw_setup_tex_for_precompile. Use in VS, GS & FS.Jordan Justen2015-05-021-0/+3
* i965/fs: Support compute programs in fs_visitorJordan Justen2015-05-021-0/+10
* i965/cs: Add generator support for CS_OPCODE_CS_TERMINATEJordan Justen2015-05-021-0/+1
* i965/fs: Add emit_cs_terminate to emit CS_OPCODE_CS_TERMINATEJordan Justen2015-05-021-0/+1
* i965/fs: Strip trailing constant zeroes in sample messagesNeil Roberts2015-05-011-0/+1
* i965: Rename brw_compile to brw_codegenJason Ekstrand2015-04-221-1/+1
* i965/fs: Add a devinfo field to the generator and use it for gen checksJason Ekstrand2015-04-221-0/+1
* i965/fs: Remove the GL context from the generatorJason Ekstrand2015-04-221-1/+0
* i965/fs: Calculate delta_x and delta_y together.Matt Turner2015-04-211-2/+1
* i965/fs: Emit ADDs for gl_FragCoord, not virtual opcodes.Matt Turner2015-04-211-1/+0
* i965/fs: Combine tex/fb_write operations (opt)Ben Widawsky2015-04-141-0/+2
* i965: Implement SIMD16 texturing on Gen4.Kenneth Graunke2015-04-061-0/+4
* i965/fs: Make emit_lrp return an fs_instJason Ekstrand2015-03-231-2/+2
* i965/fs: Make an emit_discard_jump() function to reduce duplication.Kenneth Graunke2015-03-191-0/+1
* i965/nir: Sort uniforms direct-first and use two different uniform registersJason Ekstrand2015-03-191-1/+3
* i965/fs: Print spills:fills and number of promoted constants.Matt Turner2015-03-191-0/+4
* i965/fs: Emit better b2f of an expression on GEN4 and GEN5Ian Romanick2015-03-191-0/+2
* i965/fs: Store a pointer to brw_sampler_prog_key_data in the visitor.Kenneth Graunke2015-03-121-0/+2
* i965/fs: Make get_timestamp() pass back the MOV rather than emitting it.Kenneth Graunke2015-03-091-1/+1
* i965/fs: Make emit_shader_time_write return rather than emit.Kenneth Graunke2015-03-091-2/+1
* i965/fs: Silence unused parameter warningIan Romanick2015-03-091-1/+1
* i965/fs: Implement SIMD16 dual source blending.Iago Toral Quiroga2015-03-091-2/+4
* i965/nir: Resolve source modifiers on Gen8+ logic operations.Kenneth Graunke2015-03-081-0/+1
* i965: Remove redundant discard jumps.Kenneth Graunke2015-02-241-0/+1
* i965/fs: Optimize (gl_FrontFacing ? x : y) where x and y are ±1.0.Matt Turner2015-02-241-0/+1
* i965/fs/nir: Optimize (gl_FrontFacing ? x : y) where x and y are ±1.0.Matt Turner2015-02-241-0/+3
* i965/fs: Remove type parameter from emit_vs_system_value().Kenneth Graunke2015-02-191-1/+1
* i965/fs: Add pass to combine immediates.Matt Turner2015-02-171-0/+1
* i965/vec4: Add register classes up to MAX_VGRF_SIZE.Francisco Jerez2015-02-101-3/+0
* i965/fs: Remove duplicate include of brw_shader.hFrancisco Jerez2015-02-101-1/+0
* i965: Move IR object definitions to separate header files.Francisco Jerez2015-02-101-225/+1
* i965: Factor out virtual GRF allocation to a separate object.Francisco Jerez2015-02-101-6/+2
* i965/fs_nir: Get rid of get_alu_srcJason Ekstrand2015-02-031-1/+0
* i965/fs: Use NIR's scalarizing abilities and stop handling vectorsJason Ekstrand2015-02-031-15/+0
* i965/fs: Add pass to propagate conditional modifiers.Matt Turner2015-01-231-0/+1
* i965/fs: Add a pass to fixup 3-src instructions that have a null dest.Matt Turner2015-01-231-0/+1
* i965/fs: Allow SIMD16 on pre-SNB when try_replace_with_sel is successfulIan Romanick2015-01-231-1/+1
* i965/nir: Replace fs_reg(GRF, virtual_grf_alloc(...)) with vgrf(...).Kenneth Graunke2015-01-191-0/+1
* i965: Replace fs_reg(fs_visitor, type) with fs_visitor::vgrf(type).Kenneth Graunke2015-01-191-1/+1
* i965/fs_nir: Handle sample ID, position, and mask betterJason Ekstrand2015-01-151-0/+2