aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_context.h
Commit message (Expand)AuthorAgeFilesLines
* i965: Move intel_context::bufmgr to brw_context.Kenneth Graunke2013-07-091-2/+0
* i965: Move intel_context's driconf flags to brw_context.Kenneth Graunke2013-07-091-5/+0
* i965: Move intel_context::reduced_primitive to brw_context.Kenneth Graunke2013-07-091-2/+0
* i965: Move front buffer rendering fields from intel_context to brw.Kenneth Graunke2013-07-091-24/+0
* i965: Move intel_context::vtbl to brw_context.Kenneth Graunke2013-07-091-39/+0
* i965: Move intel_context::optionCache to brw_context.Kenneth Graunke2013-07-091-5/+0
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-6/+6
* i965: Replace intel_context:needs_ff_sync with intel->gen == 5.Kenneth Graunke2013-07-091-1/+0
* i965: Replace maxBatchSize variable with BATCH_SZ define.Kenneth Graunke2013-07-031-1/+0
* i965: Move annotate_aub out of the vtable.Kenneth Graunke2013-07-031-2/+0
* i965: Move debug_batch hook out of the vtable.Kenneth Graunke2013-07-031-1/+0
* i965: Remove render_target_supported from the vtable.Kenneth Graunke2013-07-031-2/+0
* i965: Move is_hiz_depth_format out of the vtable.Kenneth Graunke2013-07-031-4/+0
* i965: Remove the invalidate_state() vtable hook.Kenneth Graunke2013-07-031-3/+0
* i965: Replace intel_state.c enums with those from brw_defines.h.Kenneth Graunke2013-07-031-57/+0
* i965: Delete pre-DRI2.3 viewport hacks.Kenneth Graunke2013-07-031-2/+0
* i965: Move contents of intel_clear.h to intel_context.h.Kenneth Graunke2013-07-031-0/+2
* i965: Move contents of intel_extensions.h to intel_context.h.Kenneth Graunke2013-07-031-0/+3
* i965: Remove some dead code.Kenneth Graunke2013-07-031-16/+0
* i965: Remove is_945.Kenneth Graunke2013-06-281-1/+0
* i965: Delete hw_stencil flag.Kenneth Graunke2013-06-281-1/+0
* i965: Remove hw_stipple flag.Kenneth Graunke2013-06-281-1/+0
* i965: Remove use_early_z option.Kenneth Graunke2013-06-281-2/+0
* i965: Remove unused SUBPIXEL_* macros.Kenneth Graunke2013-06-281-3/+0
* i965: Remove redundant Gen3 PCI IDs.Kenneth Graunke2013-06-281-14/+0
* intel: Remove unused INTEL_MAX_FIXUP macro.Kenneth Graunke2013-06-281-2/+0
* i965: Drop i915 register/instruction definitions.Eric Anholt2013-06-281-6/+0
* i965: Drop code for calling the empty brw_update_draw_buffers() hook.Eric Anholt2013-06-281-2/+0
* i965: Drop dead i915 blend state code.Eric Anholt2013-06-281-1/+0
* i965: Drop i915 swtnl code.Eric Anholt2013-06-281-44/+1
* i965: Drop i915-specific vtbl entries.Eric Anholt2013-06-281-22/+1
* i965: Drop swtnl fallback code for i915.Eric Anholt2013-06-281-20/+0
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-0/+638
* Merge {i915,i965}/intel_context.h as intel/intel_context.hKristian Høgsberg2008-02-221-453/+0
* Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.hAlan Hourihane2008-02-221-2/+2
* [intel] Rename lost_hardware vtbl entry to new_batch.Eric Anholt2008-01-091-1/+1
* [intel] Remove the dead intel->need_flush member.Eric Anholt2008-01-091-1/+0
* [965] Enable EXT_framebuffer_object.Eric Anholt2007-12-201-5/+10
* [965] Replace our own depth constants in intel context with GL context ones.Eric Anholt2007-12-171-4/+0
* [965] Move to using shared texture management code.Eric Anholt2007-12-161-57/+1
* [965] Use shared intel_regions.c.Eric Anholt2007-12-151-1/+3
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-121-7/+18
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-17/+10
* [965] Convert DBG macro to use FILE_DEBUG_FLAG like i915.Eric Anholt2007-11-191-0/+9
* Refactor and fix core vblank supportJesse Barnes2007-10-291-5/+0
* [965] Replace various alignment code with a shared ALIGN() macro.Eric Anholt2007-10-041-0/+2
* [965] Add batchbuffer dumping under INTEL_DEBUG=bat, like 915.Eric Anholt2007-09-271-16/+1
* [965] Remove AUB file support.Eric Anholt2007-09-271-17/+0
* i965: translate shadow compare function into correctXiang, Haihao2007-09-121-1/+1
* i965: store read drawable info in intel_context. Some OpenGLXiang, Haihao2007-08-291-0/+1