summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane2008-09-1117-85/+84
|\
| * intel: track move of bo_exec from drivers to bufmgr.Eric Anholt2008-09-105-5/+0
| * intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-1011-73/+72
| * intel: Fix depth_stencil texture.Xiang, Haihao2008-09-041-1/+1
| * intel: Fix refcounting on depth buffer initialization in DRI2.Eric Anholt2008-09-031-15/+3
| * DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg2008-08-291-3/+15
| * 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
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-113-1/+984
|\ \ | |/ |/|
| * mesa/dri: User standard integer types.José Fonseca2008-06-241-2/+2
| * Remove CVS keywords.José Fonseca2008-05-262-2/+0
* | Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-2430-514/+317
* | Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-2430-317/+514
* | 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
* | 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-201-6/+3
* | Merge branch 'drm-gem'Eric Anholt2008-08-0830-551/+329
|\ \
| * | intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-0825-266/+193
| * | 965: cleanups to state emission from aperture checking and state ordering.Eric Anholt2008-08-084-46/+3
| * | Merge branch 'master' into drm-gemIan Romanick2008-07-2511-33/+38
| |\ \
| * | | Remove redundant initalization of MaxTextureUnitsIan Romanick2008-07-161-1/+0
| * | | drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt2008-07-112-11/+28
| * | | intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.Eric Anholt2008-06-261-63/+0
| * | | Merge commit 'origin/master' into drm-gemEric Anholt2008-06-247-419/+68
| |\ \ \
| * \ \ \ Merge commit 'origin/master' into drm-gemEric Anholt2008-06-182-3/+8
| |\ \ \ \
| * | | | | [intel-gem] Chase domain flag renaming in the DRM.Eric Anholt2008-06-1111-26/+26
| * | | | | Merge commit 'origin/master' into drm-gemKeith Packard2008-06-032-15/+16
| |\ \ \ \ \
| * | | | | | [intel] Convert drivers to using libdrm bufmgr code.Eric Anholt2008-06-0315-89/+74
| * | | | | | Emit a flush after the swapbuffers blit, so contents end up on the screen.Eric Anholt2008-05-231-1/+0
| * | | | | | GEM: Remove already-disabled PIPE_CONTROL command.Eric Anholt2008-05-072-35/+0
| * | | | | | GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt2008-05-0713-29/+42
| * | | | | | Add intel_bufmgr_gem for new graphics execution manager.Eric Anholt2008-05-022-1/+2
* | | | | | | i965: update TexSrcUnit for OPCODE_TXBXiang, Haihao2008-08-061-0/+5
* | | | | | | i965: Use program->SamplerUnits[] to get the appropriate texture unit.Xiang, Haihao2008-08-052-10/+15
| |_|_|_|/ / |/| | | | |
* | | | | | i965: fixup format for TFP zero copyDave Airlie2008-07-251-2/+12
* | | | | | i965: make tex offset override work..Dave Airlie2008-07-251-19/+31
* | | | | | Revert "965: Fix color clamping issues"Ian Romanick2008-07-241-23/+3
* | | | | | 965: Fix partially transparent textures in Doom 3 engine gamesPawel Pieczul2008-07-231-7/+8
* | | | | | 965: Fix color clamping issuesPawel Pieczul2008-07-211-3/+23
* | | | | | intel: fix texture border issue. (bug #16697)Xiang, Haihao2008-07-181-1/+4
* | | | | | i965: official name for GM45 chipsetXiang, Haihao2008-07-088-24/+25
* | | | | | set ctx->Const.MaxVertexTextureImageUnits = 0Brian Paul2008-07-021-1/+1
| |_|_|/ / |/| | | |
* | | | | i965: Use the shared intel_pixel_copy.c.Eric Anholt2008-06-241-318/+1
* | | | | intel: Same pixel function init for everyone now.Eric Anholt2008-06-241-8/+0
* | | | | intel: Avoid glBitmap software fallback for blending when no blending occurs.Eric Anholt2008-06-241-1/+1