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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Clean up chipset name and gen num for Ironlake
Zhenyu Wang
2010-04-21
1
-11
/
+10
*
intel: Bump intel driver date to later than the date on the 7.8 branch
Ian Romanick
2010-03-30
1
-1
/
+1
*
intel: Remove redundant fields from struct intel_context
Kristian Høgsberg
2010-03-30
1
-18
/
+8
*
i965: Add INTEL_DEBUG=glsl_force to force brw_wm_glsl.c.
Eric Anholt
2010-03-22
1
-0
/
+1
*
intel: Call _mesa_make_current() after getting initial buffers
Kristian Høgsberg
2010-03-17
1
-1
/
+1
*
intel: Remove non-kernel-exec-fencing support.
Eric Anholt
2010-03-04
1
-6
/
+0
*
intel: passs correct context type to intel_prepare_render() call
Brian Paul
2010-03-02
1
-1
/
+1
*
i965: Fix up some Sandybridge define checks for the structure rebase.
Eric Anholt
2010-02-25
1
-0
/
+2
*
intel: Start adding defines and some bits for sandybridge bringup.
Eric Anholt
2010-02-25
1
-1
/
+3
*
intel: Call intel_prepare_render() in intelMakeCurrent()
Kristian Høgsberg
2010-02-23
1
-0
/
+1
*
intel: Check that we have a bufmgr or bail out when initializing the context.
Chris Wilson
2010-02-22
1
-0
/
+4
*
intel: Set buffer stamp before getting new buffers
Kristian Høgsberg
2010-02-19
1
-1
/
+5
*
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
-34
/
+37
*
dri2: Event driven buffer validation.
Francisco Jerez
2010-02-16
1
-1
/
+1
*
intel: Remove unused variable.
Vinson Lee
2010-02-12
1
-1
/
+0
*
intel: Avoid dri_bo_flink() in intel_update_renderbuffers()
Kristian Høgsberg
2010-02-12
1
-8
/
+2
*
i915: Remove always-true irq_active struct intel_screen field
Kristian Høgsberg
2010-02-11
1
-5
/
+0
*
i915: Drop intelScreenPrivate typedef and just call it struct intel_screen
Kristian Høgsberg
2010-02-11
1
-1
/
+1
*
intel: Remove unnecessary headers.
Vinson Lee
2010-01-30
1
-2
/
+0
*
intel: Don't do client-side frame throttling with DRI2 SwapBuffers.
Eric Anholt
2010-01-25
1
-1
/
+2
*
Revert "intel: Use the new DRI2 flush invalidate entrypoint to signal frame d...
Eric Anholt
2010-01-25
1
-0
/
+20
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-1
/
+0
|
\
|
*
intel: Remove unnecessary headers.
Vinson Lee
2010-01-23
1
-1
/
+0
*
|
intel: Use the new DRI2 flush invalidate entrypoint to signal frame done.
Eric Anholt
2010-01-19
1
-20
/
+0
*
|
Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesa
Jesse Barnes
2010-01-11
1
-3
/
+2
|
\
\
|
*
|
intel/DRI2: add DRI2flushExtension support with invalidate hook
Kristian Høgsberg
2010-01-08
1
-8
/
+7
*
|
|
intel: Remove remaining dri2.enabled tests
Kristian Høgsberg
2010-01-04
1
-10
/
+0
*
|
|
intel: Remove struct intel_framebuffer
Kristian Høgsberg
2010-01-04
1
-28
/
+27
*
|
|
intel: Remove client-side vblank code
Kristian Høgsberg
2010-01-04
1
-29
/
+0
*
|
|
intel: Drop intelWindowMoved()
Kristian Høgsberg
2010-01-04
1
-2
/
+0
*
|
|
intel: Drop DRI1 static regions
Kristian Høgsberg
2010-01-04
1
-86
/
+3
*
|
|
intel: Drop LOCK/UNLOCK_HARDWARE()
Kristian Høgsberg
2010-01-04
1
-130
/
+1
*
|
|
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2010-01-04
1
-11
/
+11
|
/
/
*
|
intel: Remove dead fthrottle_mode option. We only do IRQ waits.
Eric Anholt
2009-12-28
1
-3
/
+0
*
|
intel: Replace some gen3 IS_* checks with context structure usage.
Eric Anholt
2009-12-22
1
-3
/
+7
*
|
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
/
+5
*
|
intel: Replace release info in DRIVER_DATE with "DEVELOPMENT"
Ian Romanick
2009-12-21
1
-1
/
+1
*
|
Merge branch 'mesa_7_7_branch'
Ian Romanick
2009-12-21
1
-1
/
+1
|
\
|
|
*
intel: Bump driver date to reflect status as final Q4 driver RC
Ian Romanick
2009-12-21
1
-1
/
+1
*
|
intel: Remove non-GEM support.
Eric Anholt
2009-11-19
1
-29
/
+9
*
|
intel: Remove dead intel_context members and move some packing around.
Eric Anholt
2009-11-19
1
-6
/
+0
|
/
*
intel: Remove unused enable_imaging parameter to intelInitExtensions
Ian Romanick
2009-11-12
1
-1
/
+1
*
Make a convenient int for what chipset generation we're on.
Eric Anholt
2009-11-06
1
-5
/
+12
*
intel: Don't bother MI_FLUSHing on glFlush in the DRI2 case.
Eric Anholt
2009-10-29
1
-1
/
+1
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-13
/
+1
|
\
|
*
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-08
1
-13
/
+1
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-22
1
-3
/
+16
|
\
\
|
*
|
intel: flush old context before binding new context
Brian Paul
2009-10-22
1
-2
/
+15
[next]