summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_context.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-22i965: Fix misapplication of gles3 srgb workaroundChad Versace1-3/+7
2013-08-05Revert "i965: Delete pre-DRI2.3 viewport hacks."Kenneth Graunke1-0/+21
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-26/+19
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-11/+10
2013-07-09i965: Move intel_context::has_llc to brw_context.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context::is_<platform> flags to brw_context.Kenneth Graunke1-3/+3
2013-07-09i965: Move must_use/has_separate_stencil fields to brw_context.Kenneth Graunke1-3/+3
2013-07-09i965: Move intel_context::has_hiz to brw_context.Kenneth Graunke1-2/+2
2013-07-09i965: Free brw, not intel.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context::has_swizzling to brw_context.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context::intelScreen to brw_context.Kenneth Graunke1-12/+10
2013-07-09i965: Delete unused intel_context::driFd field.Kenneth Graunke1-1/+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 Graunke1-4/+3
2013-07-09i965: Move intel_context::NewGLState to brw_context.Kenneth Graunke1-2/+2
2013-07-09i965: Move intel_context::max_gtt_map_object_size to brw_context.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context's framerate throttling fields to brw_context.Kenneth Graunke1-9/+8
2013-07-09i965: Move intel_context::batch to brw_context.Kenneth Graunke1-5/+4
2013-07-09i965: Move intel_context::bufmgr to brw_context.Kenneth Graunke1-4/+4
2013-07-09i965: Move intel_context's driconf flags to brw_context.Kenneth Graunke1-4/+4
2013-07-09i965: Move front buffer rendering fields from intel_context to brw.Kenneth Graunke1-8/+9
2013-07-09i965: Move intel_context::vtbl to brw_context.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context::optionCache to brw_context.Kenneth Graunke1-7/+7
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-30/+42
2013-07-09i965: Move ctx->Const setup from intelInitContext to the new helper.Kenneth Graunke1-25/+0
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 Graunke1-4/+0
2013-07-03i965: Replace maxBatchSize variable with BATCH_SZ define.Kenneth Graunke1-1/+0
2013-07-03i965: Remove the invalidate_state() vtable hook.Kenneth Graunke1-3/+0
2013-07-03i965: Delete pre-DRI2.3 viewport hacks.Kenneth Graunke1-21/+0
2013-07-03i965: Move contents of intel_clear.h to intel_context.h.Kenneth Graunke1-1/+0
2013-07-03i965: Move contents of intel_extensions.h to intel_context.h.Kenneth Graunke1-1/+0
2013-06-28i965: Remove is_945.Kenneth Graunke1-2/+0
2013-06-28i965: Delete hw_stencil flag.Kenneth Graunke1-2/+0
2013-06-28i965: Remove hw_stipple flag.Kenneth Graunke1-1/+0
2013-06-28i965: Remove use_early_z option.Kenneth Graunke1-2/+0
2013-06-28i965: Drop code for calling the empty brw_update_draw_buffers() hook.Eric Anholt1-7/+0
2013-06-28i965: Drop i915 swtnl code.Eric Anholt1-12/+0
2013-06-28i965: Drop swtnl fallback code for i915.Eric Anholt1-12/+0
2013-06-28i965: Drop #ifdef I915 code.Eric Anholt1-8/+0
2013-06-28i965: Drop code checking for gen <= 3.Eric Anholt1-16/+4
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-1/+1010
2008-02-22intel: Merge intel_context.c from i915 and i965.Kristian Høgsberg1-831/+1
2008-02-22Merge {i915,i965}/intel_context.h as intel/intel_context.hKristian Høgsberg1-1/+2
2008-02-22Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.hAlan Hourihane1-9/+8
2008-02-13[965] Fix ARB_occlusion_query from intel_screen.c merge.Eric Anholt1-3/+5
2008-02-03i965: fix potential NULL pointer dereference. The third regionXiang, Haihao1-0/+3
2008-01-29i965: new integrated graphics chipset supportXiang, Haihao1-0/+3
2008-01-17[intel] Make the no_rast option be standard driconf instead of INTEL_NO_RAST.Eric Anholt1-1/+1