summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_ff_gs_emit.c
AgeCommit message (Expand)AuthorFilesLines
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