Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965: Make TCS precompile use the TES primitive mode when available. | Kenneth Graunke | 2016-01-02 | 1 | -1/+3 |
* | i965: Handle mix-and-match TCS/TES with separate shader objects. | Kenneth Graunke | 2015-12-22 | 1 | -1/+12 |
* | i965: Automatically create a passthrough TCS when needed. | Kenneth Graunke | 2015-12-22 | 1 | -8/+54 |
* | i965: Create and set a new brw_tcs_prog_data::outputs_written field. | Kenneth Graunke | 2015-12-22 | 1 | -6/+11 |
* | i965: Remove unnecessary brw->tess_ctrl_program assertions. | Kenneth Graunke | 2015-12-22 | 1 | -1/+1 |
* | i965: Consolidate BRW_NEW_TESS_{CTRL,EVAL}_PROGRAM flags. | Kenneth Graunke | 2015-12-22 | 1 | -4/+2 |
* | i965: Only call brw_upload_tcs/tes_prog when using tessellation. | Kenneth Graunke | 2015-12-22 | 1 | -13/+4 |
* | i965: Implement gl_PatchVerticesIn by baking it into brw_tcs_prog_key. | Kenneth Graunke | 2015-12-22 | 1 | -0/+8 |
* | i965: Add tessellation control shaders. | Kenneth Graunke | 2015-12-22 | 1 | -0/+262 |