summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_screen.c
Commit message (Expand)AuthorAgeFilesLines
* i915: Add stub ARB_occlusion_query support under a driconf debug option.Eric Anholt2009-10-011-1/+5
* i915: Add optional support for ARB_fragment_shader under a driconf option.Eric Anholt2009-10-011-1/+5
* Revert "i965: Disable texture tiling by default."Eric Anholt2009-08-071-1/+5
* Merge branch 'mesa_7_5_branch'Brian Paul2009-07-281-3/+3
|\
| * intel: Fix leak of DRI option info due to using the wrong free routine.Brian Paul2009-07-271-1/+1
| * intel: Use _mesa_warning() to report GEM warningsBrian Paul2009-07-271-3/+3
| * intel: remove extra \n from warning stringBrian Paul2009-06-171-1/+1
| * i965: send all warnings through _mesa_warning()Robert Ellison2009-06-171-1/+1
* | intel: Fix leak of DRI option info due to using the wrong free routine.Eric Anholt2009-07-021-1/+1
* | intel: Init num_fences to clean up valgrind warning.Eric Anholt2009-07-021-1/+1
* | i965: Disable texture tiling by default.Eric Anholt2009-06-231-5/+1
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-161-0/+24
|\ \ | |/
| * intel: Release fb backing regions in intelDestroyBuffer()Shuang He2009-06-151-0/+24
* | i915: Add an option for testing the effect of early Z in classic mode.Eric Anholt2009-06-091-1/+5
* | intel: remove extra \n from warning stringBrian Paul2009-06-091-1/+1
* | intel: Add support for tiled textures.Eric Anholt2009-06-041-1/+12
* | i965: send all warnings through _mesa_warning()Robert Ellison2009-05-141-1/+1
|/
* i965: Use GTT maps when available to upload vertex arrays and system VBOs.Eric Anholt2009-04-061-0/+6
* intel: Clean up some a leftover from sedding of bufmgr context->screen move.Eric Anholt2009-04-061-3/+0
* Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt2009-03-201-0/+1
* mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul2009-03-071-1/+1
* intel: Add always_flush_batch driconf option for making small batchbuffers.Eric Anholt2009-03-051-1/+2
* intel: Add always_flush_cache driconf option for debugging cache flush failure.Eric Anholt2009-03-051-1/+2
* intel: Disable creating DRI2 FBconfigs with depth size != color size.Eric Anholt2009-02-261-1/+22
* intel: Fix up x8r8g8b8 renderbuffer format so that alpha=1 spans code happens.Eric Anholt2009-02-251-1/+8
* intel: Clean up several 965 memory leaks on context destroy.Eric Anholt2009-02-171-0/+1
* intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.Eric Anholt2009-02-101-25/+35
* gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer2009-02-101-0/+4
* re-add MSAA supportBrian Paul2009-02-091-3/+8
* intel: Correct FBconfig color masks with DRI2. Fail at copy and paste.Eric Anholt2009-01-311-2/+2
* intel: Expose more FBconfigs in the 3D driver.Eric Anholt2009-01-301-2/+52
* intel: #include clean-upsBrian Paul2009-01-261-11/+9
* intel: make intelUpdateScreenFromSAREA() staticBrian Paul2009-01-261-1/+1
* intel: remove unused varBrian Paul2009-01-261-2/+0
* intel: move intelInitExtensions() and related code into new intel_extensions.cBrian Paul2009-01-261-0/+1
* intel: Move swap-related functions from intel_buffers.c to new intel_swapbuff...Brian Paul2009-01-261-0/+1
* [intel] Go back to using the typedef for the sarea structTimo Aaltonen2009-01-201-4/+4
* Remove third buffer support from Mesa.Dave Airlie2008-12-231-15/+0
* intel: restore old vertex submit paths for i8xx hardware.Dave Airlie2008-12-021-0/+1
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-2/+2
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-6/+6
* intel: Destroy bufmgr in screen destroy, not context.Eric Anholt2008-09-161-0/+1
* intel: Remove dead allow_batchbuffer param.Eric Anholt2008-09-121-5/+0
* intel: track move of bo_exec from drivers to bufmgr.Eric Anholt2008-09-101-1/+0
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-101-38/+9
* intel: Move the bufmgr back to the screen.Eric Anholt2008-09-101-0/+98
* DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg2008-08-291-114/+2
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-100/+15
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-15/+100
* Merge branch 'drm-gem'Eric Anholt2008-08-081-100/+15
|\