summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_ff_gs_emit.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-02intel: Rename GENx keyword to GFXxAnuj Phogat1-1/+1
2021-04-02intel: Rename Genx keyword to GfxxAnuj Phogat1-2/+2
2021-04-02intel: Rename genx keyword to gfxx in source filesAnuj Phogat1-1/+1
2021-04-02intel: Rename gen field in gen_device_info struct to verAnuj Phogat1-3/+3
2021-03-11i965: Rename files with "intel_" prefix to "brw_"Anuj Phogat1-1/+1
2021-02-25i965: Eliminate all tabs except in brw_defines.hKenneth Graunke1-4/+4
2017-03-01i965: Reduce cross-pollination between the DRI driver and compilerJason Ekstrand1-1/+0
2017-03-01i965: Move SOL binding #defines to brw_compiler.hJason Ekstrand1-1/+1
2016-03-17i965/gs/gen6: fix execsize for instructions with width of 4 in gen6_sol_progr...Samuel Iglesias Gonsalvez1-1/+10
2015-11-24i965: Drop #include of main/glheader.h.Matt Turner1-1/+0
2015-11-13i965: Make 'dw1' and 'bits' unnamed structures in brw_reg.Matt Turner1-1/+1
2015-04-22i965: Rename brw_compile to brw_codegenJason Ekstrand1-7/+7
2015-04-22i965: Remove the context field from brw_compilerJason Ekstrand1-9/+3
2015-04-22i965: Make the brw_inst helpers take a device_info instead of a contextJason Ekstrand1-4/+3
2014-10-29i965: Rename brw_gs{,_emit}.[ch] to brw_ff_gs{,_emit}.[ch].Kenneth Graunke1-0/+529