Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965: Pass brw_context to functions rather than intel_context. | Kenneth Graunke | 2013-07-09 | 1 | -30/+34 |
* | i965: Replace #include "intel_context.h" with brw_context.h. | Kenneth Graunke | 2013-07-09 | 1 | -1/+0 |
* | i965: Remove render_target_supported from the vtable. | Kenneth Graunke | 2013-07-03 | 1 | -1/+1 |
* | i965: Move is_hiz_depth_format out of the vtable. | Kenneth Graunke | 2013-07-03 | 1 | -3/+2 |
* | i965: Remove some dead code. | Kenneth Graunke | 2013-07-03 | 1 | -16/+0 |
* | i965: Drop code for calling the empty brw_update_draw_buffers() hook. | Eric Anholt | 2013-06-28 | 1 | -36/+0 |
* | i965: Drop #ifdef I915 code. | Eric Anholt | 2013-06-28 | 1 | -4/+0 |
* | i965: Move the remaining intel code to the i965 directory. | Eric Anholt | 2013-06-26 | 1 | -1/+949 |
* | [965] Enable EXT_framebuffer_object. | Eric Anholt | 2007-12-20 | 1 | -0/+1 |