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
/
i965
/
intel_context.h
Age
Commit message (
Expand
)
Author
2008-01-09
[intel] Rename lost_hardware vtbl entry to new_batch.
Eric Anholt
2008-01-09
[intel] Remove the dead intel->need_flush member.
Eric Anholt
2007-12-20
[965] Enable EXT_framebuffer_object.
Eric Anholt
2007-12-17
[965] Replace our own depth constants in intel context with GL context ones.
Eric Anholt
2007-12-16
[965] Move to using shared texture management code.
Eric Anholt
2007-12-15
[965] Use shared intel_regions.c.
Eric Anholt
2007-12-12
[intel] Move bufmgr back to context instead of screen, fixing glthreads.
Eric Anholt
2007-12-07
[965] Convert the driver to dri_bufmgr interface and enable TTM.
Eric Anholt
2007-11-19
[965] Convert DBG macro to use FILE_DEBUG_FLAG like i915.
Eric Anholt
2007-10-29
Refactor and fix core vblank support
Jesse Barnes
2007-10-04
[965] Replace various alignment code with a shared ALIGN() macro.
Eric Anholt
2007-09-27
[965] Add batchbuffer dumping under INTEL_DEBUG=bat, like 915.
Eric Anholt
2007-09-27
[965] Remove AUB file support.
Eric Anholt
2007-09-12
i965: translate shadow compare function into correct
Xiang, Haihao
2007-08-29
i965: store read drawable info in intel_context. Some OpenGL
Xiang, Haihao
2007-05-31
i965: Add pci info for 965GME/GLE chip.
Wang Zhenyu
2007-05-22
Replace initInitState() with _mesa_init_driver_state().
Brian
2007-02-25
Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline
Nian Wu
2007-02-02
Add Intel 965GM chipset info
Wang Zhenyu
2007-02-02
Revert origin crestline pci id patch
Wang Zhenyu
2007-01-26
ARB_Occlusion_query should support multiple query at same time
Zou Nan hai
2007-01-24
965 ARB_Occlusion_query fix
Zou Nan hai
2007-01-18
1. Fix bug #155
Zou Nan hai
2007-01-06
i965: ARB_occlusion_query support
Wang Zhenyu
2006-12-11
ARB_occlusion_query support
Wang Zhenyu
2006-12-10
adding pci id of Crestline
Wang Zhenyu
2006-12-02
Structure CopyPixels similarly to i915 do_texture_copypixels, to ease future ...
Gary Wong
2006-11-29
Add accelerated CopyPixels for non-overlapping, 1:1 blits.
Eric Anholt
2006-10-13
Use unsigned long cast for checking pointer alignment, fixes x64 warnings.
Keith Whitwell
2006-10-05
Accelerate glBitmap with a color expand blit. Nice speedup for demos
Keith Whitwell
2006-09-20
remove some dead code
Keith Whitwell
2006-09-20
add accelerated glCopyPixels path
Keith Whitwell
2006-09-07
Make sure bmBufferOffset is called for all active buffers every time
Keith Whitwell
2006-09-06
Simplify the immediate and displaylist code. Treat VertexAttrib*ARB
Keith Whitwell
2006-08-09
Add Intel i965G/Q DRI driver.
Eric Anholt