summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | intel: Merge check_blit_fragment_ops between i915/i965.Eric Anholt2008-06-243-28/+2
* | | | replace __inline and __inline__ with INLINE macroBrian Paul2008-06-213-65/+65
| |_|/ |/| |
* | | i965: apply commit 6c1a98e97affb2163e776551eb3a9e669ff99bbf to glslXiang, Haihao2008-06-101-1/+1
* | | i965: fix OPCODE_TEX when additional ops are neededRoland Scheidegger2008-06-081-2/+7
| |/ |/|
* | i965: Check fallback before accounting for index/vertex buffer size. fix #16028.Xiang, Haihao2008-05-201-10/+8
* | i965: fix googleearth in classic mode.Dave Airlie2008-05-061-4/+5
* | i965: Don't cast the result of brw_prepare_vertices to an unsigned value.Xiang, Haihao2008-05-051-1/+3
|/
* [intel] Warnings fixes.Eric Anholt2008-05-022-1/+1
* [intel] Merge intel_ioctl.h. Not sure how this slipped by in the .c merge.Eric Anholt2008-05-021-46/+0
* [i965] short immediate values must be replicated to both halves of the dwordKeith Packard2008-04-251-2/+2
* i965: fix DEPTH_TEXTURE_MODE (bug #14220)Xiang, Haihao2008-04-222-7/+10
* [i965] This is to fix random crash in some maps of Ut2004 demo.Zou Nan hai2008-04-221-1/+1
* i965: fixup depth buffer checkDave Airlie2008-04-181-1/+1
* i965: fix vb aperture space checkDave Airlie2008-04-181-4/+8
* 965: fix vb upload size checkDave Airlie2008-04-181-3/+5
* i965: fix gs_prog aperture checkDave Airlie2008-04-181-2/+4
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-1824-126/+340