summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_fs_generator.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-04-06i965: Implement SIMD16 texturing on Gen4.Kenneth Graunke1-8/+20
2015-04-02i965/generator: Get rid of the ! in the unreachable statementJason Ekstrand1-1/+1
2015-03-20i965: Pass number of components explicitly to brw_untyped_atomic and _surface...Francisco Jerez1-5/+4
2015-03-20i965: Don't disable exec masking for sampler message sends.Francisco Jerez1-4/+4
2015-03-20i965: Factor out logic to build a send message instruction with indirect desc...Francisco Jerez1-47/+16
2015-03-20i965/skl: Break down SIMD16 3-source instructions when required.Kenneth Graunke1-0/+6
2015-03-20i965: Refactor SIMD16-to-2xSIMD8 checks.Neil Roberts1-4/+14
2015-03-19i965/fs: Print spills:fills and number of promoted constants.Matt Turner1-8/+14
2015-03-09i965/fs: Implement SIMD16 dual source blending.Iago Toral Quiroga1-3/+12
2015-03-05Fix invalid extern "C" around header inclusion.Mark Janes1-3/+0
2015-02-24Revert "i965/fs: Remove force_writemask_all assertion for execsize < 8."Matt Turner1-0/+1
2015-02-19i965/fs: Replace ud_reg_to_w() with a more general helper function.Francisco Jerez1-24/+3
2015-02-17i965/fs: Remove force_writemask_all assertion for execsize < 8.Matt Turner1-1/+0
2015-02-15i965/fs: Handle U/UW-type immediates in the generator.Matt Turner1-0/+6
2015-02-11i965/vs/skl: Use vec4 datatypes for message headerBen Widawsky1-2/+2
2015-02-04i965/fs: Implement the WaCMPInstFlagDepClearedEarly work-around.Matt Turner1-1/+36
2015-01-23i965/fs: Apply conditional mod specially to split MAD/LRP.Matt Turner1-4/+20
2015-01-22i965/emit: Do the sampler index adjustment directly in header.0.3Jason Ekstrand1-1/+1
2015-01-20i965: Extract scalar region checking logicBen Widawsky1-4/+1
2015-01-14i965: Pass a shader stage abbreviation to fs_generator().Kenneth Graunke1-7/+9
2015-01-08i965/skl: Always use a header for SIMD4x2 sampler messagesKristian Høgsberg1-6/+26
2014-12-15i965/brw_reg: struct constructor now needs explicit negate and abs values.Andres Gomez1-0/+6
2014-12-10i965: Prepare for using the ATTR register file in the fs backendKristian Høgsberg1-2/+0
2014-12-10i965: Add SIMD8 URB write low-level IR instructionKristian Høgsberg1-0/+25
2014-12-10i965: Remove shader program argument and member from fs_generatorKristian Høgsberg1-2/+1
2014-12-10i965: Set shader name for generator from call siteKristian Høgsberg1-18/+13
2014-12-10i965: Generalize fs_generator furtherKristian Høgsberg1-8/+6
2014-12-05i965/fs: Add support for generating the LINE instruction.Matt Turner1-0/+4
2014-12-05i965: Give compile stats through KHR_debug.Matt Turner1-0/+10
2014-12-05i965/fs: Move brw_file_from_reg() higher in the file.Matt Turner1-14/+14
2014-12-05i965/fs: Make brw_reg_from_fs_reg static and remove prototype.Matt Turner1-70/+70
2014-12-01i965/fs: Treat the FB_WRITE as predicated if we're discarding.Matt Turner1-0/+4
2014-11-27i965: Set prog_data->uses_kill if simulating alpha test via discards.Kenneth Graunke1-1/+1
2014-11-27i965/fs: Pass key->render_to_fbo via src1 of FS_OPCODE_DDY_*.Kenneth Graunke1-7/+2
2014-11-27i965/fs: Handle derivative quality decisions in the front-end.Kenneth Graunke1-30/+15
2014-11-25i965/fs: Add vector float immediate infrastructure.Matt Turner1-0/+3
2014-11-24i965: Don't overwrite the math function with conditional mod.Matt Turner1-1/+2
2014-11-24i965: Assert that math instructions don't have conditional mod.Matt Turner1-0/+2
2014-11-21i965/fs: Move ip_record class to its one use.Matt Turner1-0/+12
2014-11-21i965: Combine offset/texture_offset fields.Matt Turner1-3/+3
2014-11-14i965: Refactor fs_generator APIKristian Høgsberg1-30/+13
2014-10-27i965/fs: Use instruction execution sizes when generating scratch reads/writesJason Ekstrand1-4/+4
2014-10-02i965/fs: Use the actual regsister width in brw_reg_from_fs_regJason Ekstrand1-0/+13
2014-09-30i965/fs: Emit compressed BFI2 instructions on Gen > 7.Matt Turner1-1/+1
2014-09-30i965/fs: Add a an optional source to the FS_OPCODE_FB_WRITE instructionJason Ekstrand1-20/+17
2014-09-30i965/fs: Use the GRF for UNTYPED_SURFACE_READ instructionsJason Ekstrand1-3/+4
2014-09-30i965/fs: Use the GRF for UNTYPED_ATOMIC instructionsJason Ekstrand1-4/+4
2014-09-30i965/fs: Use the instruction execution size directly for texture generationJason Ekstrand1-3/+10
2014-09-30i965/fs: Use instruction execution sizes to set compression stateJason Ekstrand1-6/+19
2014-09-30i965/fs_reg: Allocate double the number of vgrfs in SIMD16 modeJason Ekstrand1-9/+2