summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_ff_gs.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Eliminate brw->vs.prog_data pointer.Kenneth Graunke2016-10-051-2/+2
* intel/i965: make gen_device_info mutableLionel Landwerlin2016-09-231-2/+2
* i965: Rename intelScreen to screen.Kenneth Graunke2016-09-201-2/+2
* i965: Mark brw const in brw_state_dirty and callers.Kenneth Graunke2016-05-161-1/+1
* i965: Drop #include of main/glheader.h.Matt Turner2015-11-241-1/+0
* i965: Rename brw_compile to brw_codegenJason Ekstrand2015-04-221-3/+3
* i965: Remove the context field from brw_compilerJason Ekstrand2015-04-221-1/+1
* i965: Make the disassembler take a device_info instead of a contextJason Ekstrand2015-04-221-1/+2
* i965: Rename do_<stage>_prog to brw_compile_<stage>_prog (and export)Carl Worth2015-04-021-3/+4
* i965: Split out per-stage dirty-bit checking into separate functionsCarl Worth2015-04-021-5/+11
* i965: Split out brw_<stage>_populate_key into their own functionsCarl Worth2015-04-021-3/+4
* i965/state: Don't use brw->state.dirty.brwJordan Justen2015-03-311-1/+1
* i965: Perform program state upload outside of atom handlingCarl Worth2015-02-231-11/+9
* i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).Kenneth Graunke2014-12-021-3/+3
* i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.Kenneth Graunke2014-12-021-3/+3
* i965: Add _CACHE_ in brw_cache_id enum names.Kenneth Graunke2014-11-291-2/+2
* i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke2014-11-291-3/+3
* i965: Rename brw_gs{,_emit}.[ch] to brw_ff_gs{,_emit}.[ch].Kenneth Graunke2014-10-291-0/+259