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