index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
intel
/
intel_context.c
Age
Commit message (
Expand
)
Author
2008-07-11
drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.
Eric Anholt
2008-07-02
intel-gem: Emit an MI_FLUSH at glFlush() so frontbuffer rendering is flushed.
Eric Anholt
2008-07-01
intel-gem: Move bit 6 x tiling swizzle to a driconf option, and add new mode.
Eric Anholt
2008-06-26
intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.
Eric Anholt
2008-06-24
Merge commit 'origin/master' into drm-gem
Eric Anholt
2008-06-24
intel: Same pixel function init for everyone now.
Eric Anholt
2008-06-23
i915: Accumulate the VB into a local buffer and subdata it in.
Eric Anholt
2008-06-18
Merge commit 'origin/master' into drm-gem
Eric Anholt
2008-06-18
i965: add support for Intel 4 series chipsets
Xiang, Haihao
2008-06-17
[intel] Fix no_rast option on non-965.
Eric Anholt
2008-06-03
[intel] Convert drivers to using libdrm bufmgr code.
Eric Anholt
2008-05-23
Remove stale comment about glFlush().
Eric Anholt
2008-05-22
Add back a mostly-correct glFinish for GEM and fake.
Eric Anholt
2008-05-07
GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.
Eric Anholt
2008-05-06
[intel-GEM] Add tiling support to swrast.
Keith Packard
2008-05-02
[intel] Fix build for GEM. TTM is now disabled, and fencing is gone.
Eric Anholt
2008-03-31
DRI interface changes and DRI2 direct rendering support.
Kristian Høgsberg
2008-03-25
intel: fix the issue "VBO: Cannot allocate memory for a BO" on
Xiang, Haihao
2008-03-19
[i915] arb point sprite only support in i965
Zou Nan hai
2008-03-09
DRI2: Pass the context instead of the screen to __dri2ParseEvents().
Kristian Høgsberg
2008-03-07
[intel] Only enable GL_EXT_texture_sRGB on i965.
Kristian Høgsberg
2008-03-05
[intel] Add a driconf option to cache freed buffer objects for reuse.
Eric Anholt
2008-02-29
Use __DRIextension mechanism providing loader functionality to the driver.
Kristian Høgsberg
2008-02-29
Reduce the versioning madness required to create a DRI2 screen.
Kristian Høgsberg
2008-02-29
intel: Set the lock flag early to avoid deadlock.
Kristian Høgsberg
2008-02-27
intel: Always use intelInitExtensions() for initializing extensions.
Kristian Høgsberg
2008-02-25
intel: Only enable GL_ARB_occlusion_query on i965.
Kristian Høgsberg
2008-02-22
intel: Merge intel_context.c from i915 and i965.
Kristian Høgsberg
2008-02-22
Merge {i915,i965}/intel_context.h as intel/intel_context.h
Kristian Høgsberg