Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965: Remove the brw_context from the visitors | Jason Ekstrand | 2015-06-23 | 1 | -10/+9 |
* | i965: Pull calls to get_shader_time_index out of the visitor | Jason Ekstrand | 2015-06-23 | 1 | -1/+1 |
* | i965: Use a single index per shader for shader_time. | Jason Ekstrand | 2015-06-23 | 1 | -2/+1 |
* | i965: Do better fake context setup in unit tests | Jason Ekstrand | 2015-04-22 | 1 | -1/+5 |
* | i965/vec4: Replace debug_flag with debug_enabled. | Kenneth Graunke | 2015-02-19 | 1 | -1/+1 |
* | i965/vec4: Call calculate_cfg() in test programs to avoid crashing. | Matt Turner | 2014-09-24 | 1 | -0/+1 |
* | i965: Use unreachable() instead of unconditional assert(). | Matt Turner | 2014-07-01 | 1 | -7/+6 |
* | mesa: Make unreachable macro take a string argument. | Matt Turner | 2014-07-01 | 1 | -2/+1 |
* | i965/vec4: unit test for copy propagation and writemask | Chia-I Wu | 2014-06-18 | 1 | -0/+30 |
* | i965/vec4: Add a test for copy propagation behavior. | Eric Anholt | 2014-04-08 | 1 | -0/+156 |