summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Move intel_context::has_hiz to brw_context.Kenneth Graunke4-5/+4
2013-07-09i965: Free brw, not intel.Kenneth Graunke1-1/+1
2013-07-09i965: Shorten context base class dereference chains.Kenneth Graunke12-31/+28
2013-07-09i965: Move intel_context::has_swizzling to brw_context.Kenneth Graunke5-11/+7
2013-07-09i965: Move intel_context::intelScreen to brw_context.Kenneth Graunke9-30/+24
2013-07-09i965: Delete unused intel_context::driFd field.Kenneth Graunke2-3/+0
2013-07-09i965: Store brw_context as the DRI driver private, not intel_context.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context::driContext to brw_context.Kenneth Graunke4-9/+7
2013-07-09i965: Move intel_context::NewGLState to brw_context.Kenneth Graunke4-6/+5
2013-07-09i965: Move intel_context::upload to brw_context.Kenneth Graunke3-66/+61
2013-07-09i965: Move intel_context::max_gtt_map_object_size to brw_context.Kenneth Graunke4-5/+5
2013-07-09i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke23-39/+20
2013-07-09i965: Move intel_context::no_batch_wrap to brw_context.Kenneth Graunke4-6/+4
2013-07-09i965: Move intel_context's framerate throttling fields to brw_context.Kenneth Graunke5-15/+17
2013-07-09i965: Move intel_context::stats_wm to brw_context.Kenneth Graunke6-8/+7
2013-07-09i965: Move intel_context::batch to brw_context.Kenneth Graunke33-206/+170
2013-07-09i965: Move intel_context::hw_ctx to brw_context.Kenneth Graunke7-13/+11
2013-07-09i965: Move intel_context::bufmgr to brw_context.Kenneth Graunke14-38/+29
2013-07-09i965: Move intel_context's driconf flags to brw_context.Kenneth Graunke5-18/+21
2013-07-09i965: Move intel_context::reduced_primitive to brw_context.Kenneth Graunke6-8/+8
2013-07-09i965: Move front buffer rendering fields from intel_context to brw.Kenneth Graunke8-53/+52
2013-07-09i965: Move intel_context::vtbl to brw_context.Kenneth Graunke9-85/+79
2013-07-09i965: Move intel_context::optionCache to brw_context.Kenneth Graunke5-17/+17
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke77-777/+782
2013-07-09i965: Remove pointless intel_context parameter from try_copy_propagate.Kenneth Graunke2-5/+3
2013-07-09i965: Add forward declarations of brw_context to a few places.Kenneth Graunke2-0/+2
2013-07-09i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke29-29/+23
2013-07-09i965: Move ctx->Const setup from intelInitContext to the new helper.Kenneth Graunke2-25/+21
2013-07-09i965: Split code to set ctx->Const values into a helper function.Kenneth Graunke1-110/+120
2013-07-09i965: Remove i915 chip names.Kenneth Graunke1-1/+0
2013-07-09i965: Replace intel_context:needs_ff_sync with intel->gen == 5.Kenneth Graunke6-14/+8
2013-07-09i965: Add missing newline to blorp color clear perf_debug message.Kenneth Graunke1-1/+1
2013-07-08i965: Add an assertion to brwProgramStringNotify.Paul Berry1-2/+16
2013-07-06i965: fix alpha test for MRTChris Forbes4-10/+9
2013-07-03i965: Move the rest of intel_tex_layout.c into brw_tex_layout.c.Kenneth Graunke6-191/+102
2013-07-03i965: Push intel_get_texture_alignment_unit call into brw_miptree_layoutKenneth Graunke2-3/+3
2013-07-03i965: Declare for-loop counters in the loop in brw_tex_layout.c.Kenneth Graunke1-11/+7
2013-07-03i965: Remove use of GLuint/GLint in brw_tex_layout.c.Kenneth Graunke1-19/+19
2013-07-03i965: Tidy the brw_tex_layout.c copyright and file header comments.Kenneth Graunke1-34/+31
2013-07-03i965: Move i945_texture_layout_2d to brw_tex_layout.cKenneth Graunke3-71/+72
2013-07-03i965: Remove fallthrough for Gen4 cube map layout.Kenneth Graunke1-9/+7
2013-07-03i965: Combine GL_TEXTURE_CUBE_MAP_ARRAY case with the other array cases.Kenneth Graunke1-5/+2
2013-07-03i965: Pull 3D texture layout code out into a helper function.Kenneth Graunke1-77/+82
2013-07-03i965: Replace maxBatchSize variable with BATCH_SZ define.Kenneth Graunke4-5/+3
2013-07-03i965: Move annotate_aub out of the vtable.Kenneth Graunke3-5/+2
2013-07-03i965: Move debug_batch hook out of the vtable.Kenneth Graunke3-4/+2
2013-07-03i965: Remove render_target_supported from the vtable.Kenneth Graunke5-6/+3
2013-07-03i965: Move is_hiz_depth_format out of the vtable.Kenneth Graunke6-31/+26
2013-07-03i965: Remove the invalidate_state() vtable hook.Kenneth Graunke3-12/+0
2013-07-03i965: Replace fprintfs with assertions in GLenum comparison translators.Kenneth Graunke1-2/+2