| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: Reduce cross-pollination between the DRI driver and compiler | Jason Ekstrand | 2017-03-01 | 1 | -1/+0 |
* | mesa: use gl_program for CurrentProgram rather than gl_shader_program | Timothy Arceri | 2017-01-23 | 1 | -2/+2 |
* | mesa/glsl: move LinkedTransformFeedback from gl_shader_program to gl_program | Timothy Arceri | 2016-12-30 | 1 | -1/+1 |
* | i965: Eliminate brw->vs.prog_data pointer. | Kenneth Graunke | 2016-10-05 | 1 | -2/+2 |
* | intel/i965: make gen_device_info mutable | Lionel Landwerlin | 2016-09-23 | 1 | -2/+2 |
* | i965: Rename intelScreen to screen. | Kenneth Graunke | 2016-09-20 | 1 | -2/+2 |
* | i965: Mark brw const in brw_state_dirty and callers. | Kenneth Graunke | 2016-05-16 | 1 | -1/+1 |
* | i965: Drop #include of main/glheader.h. | Matt Turner | 2015-11-24 | 1 | -1/+0 |
* | i965: Rename brw_compile to brw_codegen | Jason Ekstrand | 2015-04-22 | 1 | -3/+3 |
* | i965: Remove the context field from brw_compiler | Jason Ekstrand | 2015-04-22 | 1 | -1/+1 |
* | i965: Make the disassembler take a device_info instead of a context | Jason Ekstrand | 2015-04-22 | 1 | -1/+2 |
* | i965: Rename do_<stage>_prog to brw_compile_<stage>_prog (and export) | Carl Worth | 2015-04-02 | 1 | -3/+4 |
* | i965: Split out per-stage dirty-bit checking into separate functions | Carl Worth | 2015-04-02 | 1 | -5/+11 |
* | i965: Split out brw_<stage>_populate_key into their own functions | Carl Worth | 2015-04-02 | 1 | -3/+4 |
* | i965/state: Don't use brw->state.dirty.brw | Jordan Justen | 2015-03-31 | 1 | -1/+1 |
* | i965: Perform program state upload outside of atom handling | Carl Worth | 2015-02-23 | 1 | -11/+9 |
* | i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache). | Kenneth Graunke | 2014-12-02 | 1 | -3/+3 |
* | i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA. | Kenneth Graunke | 2014-12-02 | 1 | -3/+3 |
* | i965: Add _CACHE_ in brw_cache_id enum names. | Kenneth Graunke | 2014-11-29 | 1 | -2/+2 |
* | i965: Alphabetize brw_tracked_state flags and use a consistent style. | Kenneth Graunke | 2014-11-29 | 1 | -3/+3 |
* | i965: Rename brw_gs{,_emit}.[ch] to brw_ff_gs{,_emit}.[ch]. | Kenneth Graunke | 2014-10-29 | 1 | -0/+259 |