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
/
i915
/
intel_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge {i915,i965}/intel_context.h as intel/intel_context.h
Kristian Høgsberg
2008-02-22
1
-862
/
+1
*
Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.h
Alan Hourihane
2008-02-22
1
-2
/
+2
*
Add E7221 variant to i915.
Adam Jackson
2008-02-15
1
-0
/
+4
*
Hook up i915 driver to new DRI2 infrastructure.
Kristian Høgsberg
2008-02-14
1
-32
/
+43
*
[intel] Fix 965 rendering with non-TTM by merging intel_ioctl between 915/965.
Eric Anholt
2008-02-13
1
-0
/
+5
*
[intel] Make the no_rast option be standard driconf instead of INTEL_NO_RAST.
Eric Anholt
2008-01-17
1
-1
/
+1
*
[i915] Fix recursive lock hang in intelContendedLock handling.
Eric Anholt
2008-01-14
1
-2
/
+2
*
[intel] Add more cliprect modes to cover other meanings for batch emits.
Eric Anholt
2008-01-10
1
-1
/
+7
*
[intel] Simplify intelCreateBuffer() a bit.
Kristian Høgsberg
2008-01-09
1
-13
/
+13
*
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2008-01-06
1
-3
/
+1
*
fix fd.o bug #13761
Zou Nan hai
2008-01-03
1
-2
/
+2
*
[intel] Fix and reenable (software) SGIS_generate_mipmap
Eric Anholt
2007-12-20
1
-1
/
+1
*
[915] Free dri_bufmgr after mesa context data.
Eric Anholt
2007-12-18
1
-2
/
+2
*
[intel] Enable INTEL_DEBUG=bufmgr output in TTM mode as well as classic.
Eric Anholt
2007-12-13
1
-2
/
+2
*
[intel] Move bufmgr back to context instead of screen, fixing glthreads.
Eric Anholt
2007-12-12
1
-17
/
+101
*
[i915] Make INTEL_DEBUG=bufmgr actually do things for bufmgr_fake.
Eric Anholt
2007-11-29
1
-0
/
+2
*
[i915] Add INTEL_DEBUG=sync debug flag to wait for fences after making them.
Eric Anholt
2007-11-16
1
-0
/
+1
*
[i915] Remove old frontbuffer rotation hack.
Eric Anholt
2007-11-09
1
-44
/
+2
*
Refactor and fix core vblank support
Jesse Barnes
2007-10-29
1
-8
/
+8
*
Move swap_interval to new extension mechanism.
Kristian Høgsberg
2007-10-10
1
-1
/
+1
*
Remove leftover code for i915_texprog.c noticed in crossbar review.
Eric Anholt
2007-09-24
1
-4
/
+0
*
Move i915tex driver into place as just i915.
Eric Anholt
2007-09-24
1
-0
/
+797
*
Remove the old i915 driver now that i915tex works without TTM.
Eric Anholt
2007-09-24
1
-776
/
+0
*
intel: disentangle planes & pipes
Jesse Barnes
2007-09-11
1
-10
/
+10
*
Add PCI IDs for the G33, Q33, and Q35 chipsets.
Wang Zhenyu
2007-06-05
1
-0
/
+6
*
i915: Add support for 945GME chip
Wang Zhenyu
2007-05-31
1
-0
/
+2
*
Replace initInitState() with _mesa_init_driver_state().
Brian
2007-05-22
1
-95
/
+0
*
remove _tnl_arb_vertex_program_stage
Brian
2007-04-16
1
-1
/
+0
*
i915: Bring test for vsync to pipe B in line with i915tex.
Michel Dänzer
2007-04-10
1
-1
/
+1
*
include points.h to fix warnings
Brian
2007-04-05
1
-0
/
+1
*
i810/i915/i915tex: reinitialize the context point state
Xiang, Haihao
2007-04-04
1
-0
/
+5
*
Merge branch 'master' of git+ssh://
[email protected]
/git/mesa/mesa i...
Keith Whitwell
2007-01-16
1
-1
/
+0
|
\
|
*
remove GetBufferSize = NULL; assignment
Brian Paul
2006-11-02
1
-1
/
+0
*
|
switch several dri drivers over
Keith Whitwell
2006-10-30
1
-4
/
+4
|
/
*
remove obsolete intelBufferSize(), bump driver date
Brian Paul
2006-10-17
1
-23
/
+2
*
Updates to intelWindowMoved():
Brian Paul
2006-10-16
1
-6
/
+8
*
minor clean-up: s/intel->driDrawable/dPriv/
Brian Paul
2006-10-15
1
-1
/
+1
*
Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since
Brian Paul
2006-10-15
1
-4
/
+0
*
Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.
Brian Paul
2006-10-15
1
-1
/
+0
*
Synchronize drawable to the pipe where the bigger part can be visible.
Michel Dänzer
2006-09-28
1
-0
/
+30
*
Make driDrawableInitVBlank() initialize the sequence number.
Michel Dänzer
2006-09-28
1
-1
/
+2
*
fix the presumably broken check for the allow_large_textures and vblank_mode ...
Roland Scheidegger
2006-09-01
1
-1
/
+1
*
remove unused var
Brian Paul
2006-08-28
1
-1
/
+0
*
fix the check for force_s3tc_enable (bug 8042)
Brian Paul
2006-08-28
1
-1
/
+1
*
Fix writemasks on texture arb fp instructions.
Alan Hourihane
2006-08-18
1
-10
/
+0
*
Call _mesa_resize_framebuffer() within intelWindowMoved(). Fixes
Keith Whitwell
2006-06-15
1
-0
/
+6
*
fire vertices before context destruction.
Alan Hourihane
2006-06-12
1
-0
/
+1
*
Call driUpdateFramebufferSize when we've found an updated DRI drawable stamp,
Eric Anholt
2006-04-01
1
-0
/
+2
*
Dave Reveman's patch for GLX_MESA_copy_sub_buffer support
Brian Paul
2006-03-31
1
-1
/
+24
*
add vblank support to i915 driver
Dave Airlie
2006-02-06
1
-1
/
+21
[next]