aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* mesa: prefix more #includes with "main/"Brian Paul2008-09-1825-132/+132
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-18/+19
* intel: Destroy bufmgr in screen destroy, not context.Eric Anholt2008-09-162-2/+1
* tdfx: fix crash and lack of visuals bugJakub Bogusz2008-09-131-52/+25
* i915: fix himask constant init for 64-bit buildGuillaume Melquiond2008-09-131-1/+1
* intel: Add a width field to regions, and use it for making miptrees in TFP.Eric Anholt2008-09-126-15/+25
* intel: Don't segfault on TFP from a bad drawable.Eric Anholt2008-09-122-0/+9
* intel: Remove dead allow_batchbuffer param.Eric Anholt2008-09-122-6/+0
* i965: Add support for G41 chipset which is another 4 series.Xiang, Haihao2008-09-122-1/+6
* added 24bpp supportShane Blackett2008-09-111-10/+217
* intel: track move of bo_exec from drivers to bufmgr.Eric Anholt2008-09-1026-218/+10
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-1026-196/+96
* intel: Move the bufmgr back to the screen.Eric Anholt2008-09-106-114/+132
* intel: only enable occlusion query if the drm has defines.Dave Airlie2008-09-051-0/+8
* intel: Fix depth_stencil texture.Xiang, Haihao2008-09-043-3/+3
* intel: Fix prototype warning.Eric Anholt2008-09-031-0/+2
* intel: Fix refcounting on depth buffer initialization in DRI2.Eric Anholt2008-09-032-16/+4
* intel: Fix a crash if dri2 is disabled.Xiang, Haihao2008-09-031-8/+8
* Fix build by removing #include of removed dri_sarea.h.Michel Dänzer2008-09-011-1/+0
* DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg2008-08-2911-378/+212
* i965: force thread switch after IF/ELSE/ENDIF. partial fix for #16882.Xiang, Haihao2008-08-291-0/+5
* i965: mask control for BREAK/CONT/DO/WHILE. partial fix fox #16882Xiang, Haihao2008-08-291-4/+4
* i965: Push/pop instruction state. partial fix for #16882Xiang, Haihao2008-08-291-2/+2
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-2476-4275/+1736
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-2476-1736/+4275
* 965: Fix incorrect backface cullingKrzysztof Czurylo2008-08-214-15/+29
* 965: Fix color clamping issuesKrzysztof Czurylo2008-08-211-0/+21
* Formatting changes to ease application of patchesIan Romanick2008-08-211-4/+5
* i965: use dri_bo_subdata in vertex upload to get pwrite used.Eric Anholt2008-08-211-26/+25
* Report damage before modifying the area, not after.Peter Hutterer2008-08-211-2/+2
* intel: Fix SGIS_generate_mipmap after a miptree had been validated.Eric Anholt2008-08-203-35/+62
* i965: fixup format for TFP zero copyDave Airlie2008-08-201-2/+12
* i965: make tex offset override work..Dave Airlie2008-08-201-15/+30
* i965: Enable GL_ARB_fragment_program_shadow and fix key->shadowtex_mask. (bug...Xiang, Haihao2008-08-202-6/+4
* r5xx: Final fog option fix.Corbin Simpson2008-08-191-2/+4
* r5xx: Don't squish GL context when using FogOptionCorbin Simpson2008-08-191-5/+3
* r5xx: Enable fog options.Corbin Simpson2008-08-181-0/+8
* fix byte vs. pixel offset bug for 3D textures (see bug 17170)Henri Verbeet2008-08-181-3/+3
* r5xx: Add DDX and DDY instructions.Corbin Simpson2008-08-176-4/+59
* intel: remove unneeded mem type and argsDave Airlie2008-08-141-10/+5
* r300: Fix 3D texture support.Michel Dänzer2008-08-142-3/+8
* Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston2008-08-112-0/+3
* dri: fix crash in driGetConfigAttribIndexDave Miller2008-08-091-0/+4
* Merge branch 'drm-gem'Eric Anholt2008-08-0876-4312/+1748
|\
| * intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-0831-305/+245
| * 965: cleanups to state emission from aperture checking and state ordering.Eric Anholt2008-08-084-46/+3
| * intel-gem: Always build GEM execbuffer code.Eric Anholt2008-07-311-11/+0
| * intel-gem: Use new getparam to detect kernel GEM support.Eric Anholt2008-07-301-1/+8
| * intel: Don't return a renderbuffer with alpha when just GL_RGB is requested.Eric Anholt2008-07-262-0/+72
| * Merge branch 'master' into drm-gemIan Romanick2008-07-25125-26050/+3382
| |\