summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/test_vec4_copy_propagation.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Remove the brw_context from the visitorsJason Ekstrand2015-06-231-10/+9
* i965: Pull calls to get_shader_time_index out of the visitorJason Ekstrand2015-06-231-1/+1
* i965: Use a single index per shader for shader_time.Jason Ekstrand2015-06-231-2/+1
* i965: Do better fake context setup in unit testsJason Ekstrand2015-04-221-1/+5
* i965/vec4: Replace debug_flag with debug_enabled.Kenneth Graunke2015-02-191-1/+1
* i965/vec4: Call calculate_cfg() in test programs to avoid crashing.Matt Turner2014-09-241-0/+1
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-7/+6
* mesa: Make unreachable macro take a string argument.Matt Turner2014-07-011-2/+1
* i965/vec4: unit test for copy propagation and writemaskChia-I Wu2014-06-181-0/+30
* i965/vec4: Add a test for copy propagation behavior.Eric Anholt2014-04-081-0/+156