Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965: make more effective use of SamplersUsed | Timothy Arceri | 2016-07-05 | 1 | -2/+1 |
* | glsl/mesa: split gl_shader in two | Timothy Arceri | 2016-06-30 | 1 | -1/+2 |
* | i965: Keep track of the per-thread scratch allocation in brw_stage_state. | Francisco Jerez | 2016-06-13 | 1 | -5/+3 |
* | i965: Shrink stage_prog_data param array length | Jordan Justen | 2016-05-29 | 1 | -3/+1 |
* | i965: Add support for GL_ARB_cull_distance | Kristian Høgsberg Kristensen | 2016-05-13 | 1 | -0/+4 |
* | i965: Handle mix-and-match TCS/TES with separate shader objects. | Kenneth Graunke | 2015-12-22 | 1 | -1/+29 |
* | i965: Consolidate BRW_NEW_TESS_{CTRL,EVAL}_PROGRAM flags. | Kenneth Graunke | 2015-12-22 | 1 | -2/+2 |
* | i965: Only call brw_upload_tcs/tes_prog when using tessellation. | Kenneth Graunke | 2015-12-22 | 1 | -9/+0 |
* | i965: Add tessellation evaluation shaders | Kenneth Graunke | 2015-12-22 | 1 | -0/+300 |