aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_context.h
Commit message (Expand)AuthorAgeFilesLines
* intel: Throttle after doing copyregion/swapbuffers round tripKristian Høgsberg2010-05-201-1/+1
* i965: Add SF program disasm under INTEL_DEBUG=sf.Eric Anholt2010-05-171-1/+1
* i965: Add program dumping for INTEL_DEBUG=gs.Eric Anholt2010-05-141-1/+1
* i965: Support INTEL_DEBUG=clip to dump the clip program.Eric Anholt2010-05-141-0/+1
* intel: Drop viewport hack when we canKristian Høgsberg2010-05-111-3/+2
* intel: Drop intelFlush()Kristian Høgsberg2010-05-101-2/+1
* dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-281-0/+1
* intel: Clean up chipset name and gen num for IronlakeZhenyu Wang2010-04-211-1/+0
* intel: Remove redundant fields from struct intel_contextKristian Høgsberg2010-03-301-3/+0
* i965: Add INTEL_DEBUG=glsl_force to force brw_wm_glsl.c.Eric Anholt2010-03-221-0/+1
* intel: Remove non-kernel-exec-fencing support.Eric Anholt2010-03-041-21/+0
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-1/+1
* intel: Implement the DRI2 invalidate function properlyKristian Høgsberg2010-02-171-0/+1
* i915: Drop intelScreenPrivate typedef and just call it struct intel_screenKristian Høgsberg2010-02-111-1/+1
* intel: Remove long-disabled meta readpixels, and associated meta support.Eric Anholt2010-01-281-34/+0
* intel: Remove the remaining cliprects code from DRI1.Eric Anholt2010-01-261-4/+0
* intel: Don't do client-side frame throttling with DRI2 SwapBuffers.Eric Anholt2010-01-251-0/+1
* intel: Remove dead note_fence vtbl hook.Eric Anholt2010-01-191-1/+0
* Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes2010-01-111-0/+1
|\
| * intel/DRI2: add DRI2flushExtension support with invalidate hookKristian Høgsberg2010-01-081-0/+1
* | intel: Drop more cliprect bookkeepingKristian Høgsberg2010-01-041-13/+0
* | intel: Remove client-side vblank codeKristian Høgsberg2010-01-041-9/+0
* | intel: Drop DRI1 static regionsKristian Høgsberg2010-01-041-4/+0
* | intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg2010-01-041-9/+0
* | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-5/+5
|/
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-311-4/+4
|\
| * intel: Silence compiler warnings.Vinson Lee2009-12-281-4/+4
* | intel: Replace some gen3 IS_* checks with context structure usage.Eric Anholt2009-12-221-0/+1
* | intel: Replace IS_G4X() across the driver with context structure usage.Eric Anholt2009-12-221-0/+4
* | intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt2009-12-221-0/+2
* | intel: Remove non-GEM support.Eric Anholt2009-11-191-6/+0
* | intel: Remove dead intel_context members and move some packing around.Eric Anholt2009-11-191-9/+1
* | intel: Remove our special color packing macros and just use colormac.h.Eric Anholt2009-11-191-23/+0
* | intel: Pack colors for blit at blit time, rather than at ClearColor.Eric Anholt2009-11-191-4/+0
* | i915: Remove dead meta_draw_quad code.Eric Anholt2009-11-191-8/+0
|/
* intel: Remove some dead context structure fields.Eric Anholt2009-11-131-2/+0
* i965: Use bo_map instead of subdata to upload the bits of constant buffer.Eric Anholt2009-11-131-0/+21
* intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.Eric Anholt2009-11-061-2/+0
* Make a convenient int for what chipset generation we're on.Eric Anholt2009-11-061-0/+5
* i915: Implement min/max LOD clamping with the hardware.Eric Anholt2009-10-291-0/+13
* Merge branch 'mesa_7_6_branch'Brian Paul2009-10-221-2/+8
|\
| * intel: define INTEL_FALLBACK_DRIVER for driversBrian Paul2009-10-221-0/+1
| * intel: Fallback field is a bitmask, use GLbitfieldBrian Paul2009-10-221-2/+7
* | i915: Add optional support for ARB_fragment_shader under a driconf option.Eric Anholt2009-10-011-1/+0
* | intel: Remove some dead metaops code.Eric Anholt2009-09-281-3/+0
|/
* intel: Add support for ARB_sync.Eric Anholt2009-09-031-0/+8
* intel: in intel_context struct use typedef for sarea structTobias Doerffel2009-08-141-1/+1
* intel: minor context commentsBrian Paul2009-08-071-1/+5
* intel: Wait on the last swapbuffers to complete before queuing a new one.Eric Anholt2009-08-031-0/+1
* intel/radeon: add common metaops code.Dave Airlie2009-07-151-31/+2