index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
intel
/
intel_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Throttle after doing copyregion/swapbuffers round trip
Kristian Høgsberg
2010-05-20
1
-1
/
+1
*
i965: Add SF program disasm under INTEL_DEBUG=sf.
Eric Anholt
2010-05-17
1
-1
/
+1
*
i965: Add program dumping for INTEL_DEBUG=gs.
Eric Anholt
2010-05-14
1
-1
/
+1
*
i965: Support INTEL_DEBUG=clip to dump the clip program.
Eric Anholt
2010-05-14
1
-0
/
+1
*
intel: Drop viewport hack when we can
Kristian Høgsberg
2010-05-11
1
-3
/
+2
*
intel: Drop intelFlush()
Kristian Høgsberg
2010-05-10
1
-2
/
+1
*
dri: Add DRI entrypoints to create a context for a given API
Kristian Høgsberg
2010-04-28
1
-0
/
+1
*
intel: Clean up chipset name and gen num for Ironlake
Zhenyu Wang
2010-04-21
1
-1
/
+0
*
intel: Remove redundant fields from struct intel_context
Kristian Høgsberg
2010-03-30
1
-3
/
+0
*
i965: Add INTEL_DEBUG=glsl_force to force brw_wm_glsl.c.
Eric Anholt
2010-03-22
1
-0
/
+1
*
intel: Remove non-kernel-exec-fencing support.
Eric Anholt
2010-03-04
1
-21
/
+0
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
*
intel: Implement the DRI2 invalidate function properly
Kristian Høgsberg
2010-02-17
1
-0
/
+1
*
i915: Drop intelScreenPrivate typedef and just call it struct intel_screen
Kristian Høgsberg
2010-02-11
1
-1
/
+1
*
intel: Remove long-disabled meta readpixels, and associated meta support.
Eric Anholt
2010-01-28
1
-34
/
+0
*
intel: Remove the remaining cliprects code from DRI1.
Eric Anholt
2010-01-26
1
-4
/
+0
*
intel: Don't do client-side frame throttling with DRI2 SwapBuffers.
Eric Anholt
2010-01-25
1
-0
/
+1
*
intel: Remove dead note_fence vtbl hook.
Eric Anholt
2010-01-19
1
-1
/
+0
*
Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesa
Jesse Barnes
2010-01-11
1
-0
/
+1
|
\
|
*
intel/DRI2: add DRI2flushExtension support with invalidate hook
Kristian Høgsberg
2010-01-08
1
-0
/
+1
*
|
intel: Drop more cliprect bookkeeping
Kristian Høgsberg
2010-01-04
1
-13
/
+0
*
|
intel: Remove client-side vblank code
Kristian Høgsberg
2010-01-04
1
-9
/
+0
*
|
intel: Drop DRI1 static regions
Kristian Høgsberg
2010-01-04
1
-4
/
+0
*
|
intel: Drop LOCK/UNLOCK_HARDWARE()
Kristian Høgsberg
2010-01-04
1
-9
/
+0
*
|
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2010-01-04
1
-5
/
+5
|
/
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-31
1
-4
/
+4
|
\
|
*
intel: Silence compiler warnings.
Vinson Lee
2009-12-28
1
-4
/
+4
*
|
intel: Replace some gen3 IS_* checks with context structure usage.
Eric Anholt
2009-12-22
1
-0
/
+1
*
|
intel: Replace IS_G4X() across the driver with context structure usage.
Eric Anholt
2009-12-22
1
-0
/
+4
*
|
intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.
Eric Anholt
2009-12-22
1
-0
/
+2
*
|
intel: Remove non-GEM support.
Eric Anholt
2009-11-19
1
-6
/
+0
*
|
intel: Remove dead intel_context members and move some packing around.
Eric Anholt
2009-11-19
1
-9
/
+1
*
|
intel: Remove our special color packing macros and just use colormac.h.
Eric Anholt
2009-11-19
1
-23
/
+0
*
|
intel: Pack colors for blit at blit time, rather than at ClearColor.
Eric Anholt
2009-11-19
1
-4
/
+0
*
|
i915: Remove dead meta_draw_quad code.
Eric Anholt
2009-11-19
1
-8
/
+0
|
/
*
intel: Remove some dead context structure fields.
Eric Anholt
2009-11-13
1
-2
/
+0
*
i965: Use bo_map instead of subdata to upload the bits of constant buffer.
Eric Anholt
2009-11-13
1
-0
/
+21
*
intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.
Eric Anholt
2009-11-06
1
-2
/
+0
*
Make a convenient int for what chipset generation we're on.
Eric Anholt
2009-11-06
1
-0
/
+5
*
i915: Implement min/max LOD clamping with the hardware.
Eric Anholt
2009-10-29
1
-0
/
+13
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-22
1
-2
/
+8
|
\
|
*
intel: define INTEL_FALLBACK_DRIVER for drivers
Brian Paul
2009-10-22
1
-0
/
+1
|
*
intel: Fallback field is a bitmask, use GLbitfield
Brian Paul
2009-10-22
1
-2
/
+7
*
|
i915: Add optional support for ARB_fragment_shader under a driconf option.
Eric Anholt
2009-10-01
1
-1
/
+0
*
|
intel: Remove some dead metaops code.
Eric Anholt
2009-09-28
1
-3
/
+0
|
/
*
intel: Add support for ARB_sync.
Eric Anholt
2009-09-03
1
-0
/
+8
*
intel: in intel_context struct use typedef for sarea struct
Tobias Doerffel
2009-08-14
1
-1
/
+1
*
intel: minor context comments
Brian Paul
2009-08-07
1
-1
/
+5
*
intel: Wait on the last swapbuffers to complete before queuing a new one.
Eric Anholt
2009-08-03
1
-0
/
+1
*
intel/radeon: add common metaops code.
Dave Airlie
2009-07-15
1
-31
/
+2
[next]