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_screen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2010-01-04
1
-18
/
+18
*
intel: Remove dead fthrottle_mode option. We only do IRQ waits.
Eric Anholt
2009-12-28
1
-2
/
+1
*
intel: Remove unused stored values reported by clang.
Eric Anholt
2009-12-22
1
-8
/
+2
*
intel: Remove non-GEM support.
Eric Anholt
2009-11-19
1
-29
/
+9
*
intel: fix up some XRGB breakage
Brian Paul
2009-10-30
1
-1
/
+1
*
intel: update intel_create_renderbuffer(format), add XRGB support
Brian Paul
2009-10-29
1
-7
/
+7
*
mesa: Enable remap table in core.
Chia-I Wu
2009-10-23
1
-24
/
+0
*
i915: Add stub ARB_occlusion_query support under a driconf debug option.
Eric Anholt
2009-10-01
1
-1
/
+5
*
i915: Add optional support for ARB_fragment_shader under a driconf option.
Eric Anholt
2009-10-01
1
-1
/
+5
*
Revert "i965: Disable texture tiling by default."
Eric Anholt
2009-08-07
1
-1
/
+5
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-07-28
1
-3
/
+3
|
\
|
*
intel: Fix leak of DRI option info due to using the wrong free routine.
Brian Paul
2009-07-27
1
-1
/
+1
|
*
intel: Use _mesa_warning() to report GEM warnings
Brian Paul
2009-07-27
1
-3
/
+3
|
*
intel: remove extra \n from warning string
Brian Paul
2009-06-17
1
-1
/
+1
|
*
i965: send all warnings through _mesa_warning()
Robert Ellison
2009-06-17
1
-1
/
+1
*
|
intel: Fix leak of DRI option info due to using the wrong free routine.
Eric Anholt
2009-07-02
1
-1
/
+1
*
|
intel: Init num_fences to clean up valgrind warning.
Eric Anholt
2009-07-02
1
-1
/
+1
*
|
i965: Disable texture tiling by default.
Eric Anholt
2009-06-23
1
-5
/
+1
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-16
1
-0
/
+24
|
\
|
|
*
intel: Release fb backing regions in intelDestroyBuffer()
Shuang He
2009-06-15
1
-0
/
+24
*
|
i915: Add an option for testing the effect of early Z in classic mode.
Eric Anholt
2009-06-09
1
-1
/
+5
*
|
intel: remove extra \n from warning string
Brian Paul
2009-06-09
1
-1
/
+1
*
|
intel: Add support for tiled textures.
Eric Anholt
2009-06-04
1
-1
/
+12
*
|
i965: send all warnings through _mesa_warning()
Robert Ellison
2009-05-14
1
-1
/
+1
|
/
*
i965: Use GTT maps when available to upload vertex arrays and system VBOs.
Eric Anholt
2009-04-06
1
-0
/
+6
*
intel: Clean up some a leftover from sedding of bufmgr context->screen move.
Eric Anholt
2009-04-06
1
-3
/
+0
*
Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.
Eric Anholt
2009-03-20
1
-0
/
+1
*
mesa: remove last of _mesa_unreference_framebuffer() calls
Brian Paul
2009-03-07
1
-1
/
+1
*
intel: Add always_flush_batch driconf option for making small batchbuffers.
Eric Anholt
2009-03-05
1
-1
/
+2
*
intel: Add always_flush_cache driconf option for debugging cache flush failure.
Eric Anholt
2009-03-05
1
-1
/
+2
*
intel: Disable creating DRI2 FBconfigs with depth size != color size.
Eric Anholt
2009-02-26
1
-1
/
+22
*
intel: Fix up x8r8g8b8 renderbuffer format so that alpha=1 spans code happens.
Eric Anholt
2009-02-25
1
-1
/
+8
*
intel: Clean up several 965 memory leaks on context destroy.
Eric Anholt
2009-02-17
1
-0
/
+1
*
intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.
Eric Anholt
2009-02-10
1
-25
/
+35
*
gallium: Fixups for driCreateConfigs MSAA support.
Michel Dänzer
2009-02-10
1
-0
/
+4
*
re-add MSAA support
Brian Paul
2009-02-09
1
-3
/
+8
*
intel: Correct FBconfig color masks with DRI2. Fail at copy and paste.
Eric Anholt
2009-01-31
1
-2
/
+2
*
intel: Expose more FBconfigs in the 3D driver.
Eric Anholt
2009-01-30
1
-2
/
+52
*
intel: #include clean-ups
Brian Paul
2009-01-26
1
-11
/
+9
*
intel: make intelUpdateScreenFromSAREA() static
Brian Paul
2009-01-26
1
-1
/
+1
*
intel: remove unused var
Brian Paul
2009-01-26
1
-2
/
+0
*
intel: move intelInitExtensions() and related code into new intel_extensions.c
Brian Paul
2009-01-26
1
-0
/
+1
*
intel: Move swap-related functions from intel_buffers.c to new intel_swapbuff...
Brian Paul
2009-01-26
1
-0
/
+1
*
[intel] Go back to using the typedef for the sarea struct
mesa_7_3_rc3
Timo Aaltonen
2009-01-20
1
-4
/
+4
*
Remove third buffer support from Mesa.
Dave Airlie
2008-12-23
1
-15
/
+0
*
intel: restore old vertex submit paths for i8xx hardware.
Dave Airlie
2008-12-02
1
-0
/
+1
*
mesa: standardize on C99's uint*_t instead of u_int*_t
Keith Whitwell
2008-09-21
1
-2
/
+2
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-6
/
+6
*
intel: Destroy bufmgr in screen destroy, not context.
Eric Anholt
2008-09-16
1
-0
/
+1
*
intel: Remove dead allow_batchbuffer param.
Eric Anholt
2008-09-12
1
-5
/
+0
[next]