i965: Remove BRW_WM_LOCK dirty bit, introduced to work around lack of relocs.
[mesa.git] / src / mesa / drivers / dri / i965 /
2008-11-29 Eric Anholti965: Remove BRW_WM_LOCK dirty bit, introduced to work...
2008-11-29 Eric Anholti965: Add debug code for dumping how frequently differe...
2008-11-29 Eric Anholti915: Remove dead early z enable bit which was always on.
2008-11-29 Eric Anholti965: Reduce fast-pathiness of brw_try_draw_prims,...
2008-11-21 Eric Anholti915: Don't overwrite i915's Viewport function from...
2008-11-12 Eric Anholti965: Upload state on primitive switch, don't just...
2008-11-12 Eric Anholti965: Fix VB refcount leak on aperture overflow.
2008-11-12 Eric Anholti965: Fix up VS max_threads for G4X and removing a...
2008-11-12 Eric Anholti965: Fix up SF max_threads.
2008-11-12 Eric Anholti965: Fix up clip min_nr_entries, preferred_nr_entries...
2008-11-12 Eric Anholti965: Update WM maximum threads for G4X.
2008-11-12 Eric Anholti965: Add a big comment explaining my understanding...
2008-11-07 Brian Paulmesa: rename OPCODE_INT -> OPCODE_TRUNC
2008-11-06 Xiang, Haihaoi965: Always check vertex program.
2008-11-06 Gary Wongi965: Implement missing OPCODE_NOISE3 instruction in...
2008-11-02 Eric Anholti965: Clean up stale NDC comment.
2008-11-02 Eric Anholti965: Avoid vs header computation for negative rhw...
2008-11-02 Eric Anholti965: Merge GM45 into the G4X chipset define.
2008-11-02 Eric Anholti965: Fix copy'n'paste issue that made brw->urb.constra...
2008-11-01 Keith PackardFix for 58dc8b7: dest regions must not use HorzStride...
2008-10-31 Gary Wongi965: implement the missing OPCODE_NOISE1 and OPCODE_NO...
2008-10-31 Gary Wongi965: support destination horiz strides in align1 acces...
2008-10-29 Eric Anholti965: Fix check_aperture calls to cover everything...
2008-10-28 Eric Anholtintel: Don't keep intel->pClipRects, and instead just...
2008-10-28 Gary Wongi965: Allocate temporaries contiguously with other...
2008-10-27 Eric Anholti965: Fix compiler warning from unused var.
2008-10-27 Eric Anholti965: Remove dead brw->wrap flag.
2008-10-24 Xiang, Haihaoi965: don't emit state when dri_bufmgr_check_aperture_s...
2008-10-10 Eric Anholti965: Add missing intel_pixel_draw.c symlink to fix...
2008-10-09 Eric Anholti965: Accelerate depth textures with border color.
2008-10-09 Eric Anholti965: Actually hook up the accelerated DrawPixels support.
2008-10-08 Eric Anholti965: Add ARB_occlusion_query support.
2008-10-08 Xiang, Haihaoi965: Fix a potential assertion failure.
2008-10-01 Eric Anholti965: sampler default color ends up in texture cache...
2008-10-01 Eric Anholti965: Fix overwriting of depth override for SetTexOffset.
2008-09-29 Ian RomanickRemove TNL-to-VP tracking from i965
2008-09-26 Eric Anholtintel: Fix a number of memory leaks on context destroy.
2008-09-25 Sam Hocevari965: support for sin() and cos() in vertex shaders.
2008-09-25 Sam Hocevari965: more meaningful message for unsupported opcodes.
2008-09-23 Eric Anholti965: Cope with batch getting flushed in the middle...
2008-09-23 Ian Romanicki965: Adapt to new TNL program tracking semantics
2008-09-22 Benjamin Closei965: fix compilation
2008-09-18 Brian Paulmesa: added "main/" prefix to includes, remove some...
2008-09-10 Eric Anholtintel: track move of bo_exec from drivers to bufmgr.
2008-09-10 Eric Anholtintel: track bufmgr move to libdrm_intel and bufmgr_fak...
2008-09-04 Xiang, Haihaointel: Fix depth_stencil texture.
2008-09-03 Eric Anholtintel: Fix refcounting on depth buffer initialization...
2008-08-29 Kristian HøgsbergDRI2: Drop sarea, implement swap buffers in the X server.
2008-08-29 Xiang, Haihaoi965: force thread switch after IF/ELSE/ENDIF. partial...
2008-08-29 Xiang, Haihaoi965: mask control for BREAK/CONT/DO/WHILE. partial...
2008-08-29 Xiang, Haihaoi965: Push/pop instruction state. partial fix for ...
2008-08-24 Dave AirlieRevert "Revert "Merge branch 'drm-gem'""
2008-08-24 Dave AirlieRevert "Merge branch 'drm-gem'"
2008-08-21 Krzysztof Czurylo965: Fix incorrect backface culling
2008-08-21 Krzysztof Czurylo965: Fix color clamping issues
2008-08-21 Ian RomanickFormatting changes to ease application of patches
2008-08-21 Eric Anholti965: use dri_bo_subdata in vertex upload to get pwrite...
2008-08-20 Dave Airliei965: fixup format for TFP zero copy
2008-08-20 Dave Airliei965: make tex offset override work..
2008-08-20 Xiang, Haihaoi965: Enable GL_ARB_fragment_program_shadow and fix...
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-08-08 Eric Anholtintel-gem: Update to new check_aperture API for classic...
2008-08-08 Eric Anholt965: cleanups to state emission from aperture checking...
2008-08-06 Xiang, Haihaoi965: update TexSrcUnit for OPCODE_TXB
2008-08-05 Xiang, Haihaoi965: Use program->SamplerUnits[] to get the appropriat...
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-25 Dave Airliei965: fixup format for TFP zero copy
2008-07-25 Dave Airliei965: make tex offset override work..
2008-07-24 Ian RomanickRevert "965: Fix color clamping issues"
2008-07-23 Pawel Pieczul965: Fix partially transparent textures in Doom 3...
2008-07-21 Pawel Pieczul965: Fix color clamping issues
2008-07-18 Xiang, Haihaointel: fix texture border issue. (bug #16697)
2008-07-16 Ian RomanickRemove redundant initalization of MaxTextureUnits
2008-07-12 Eric Anholtdrm-gem: Use new GEM ioctls for tiling state, and suppo...
2008-07-08 Xiang, Haihaoi965: official name for GM45 chipset
2008-07-02 Brian Paulset ctx->Const.MaxVertexTextureImageUnits = 0
2008-06-26 Eric Anholtintel: Replace sprinkled intel_batchbuffer_flush with...
2008-06-24 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-24 Eric Anholti965: Use the shared intel_pixel_copy.c.
2008-06-24 Eric Anholtintel: Same pixel function init for everyone now.
2008-06-24 Eric Anholtintel: Avoid glBitmap software fallback for blending...
2008-06-24 Eric Anholtintel: Merge check_blit_fragment_ops between i915/i965.
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-11 Eric Anholt[intel-gem] Chase domain flag renaming in the DRM.
2008-06-10 Xiang, Haihaoi965: apply commit 6c1a98e97affb2163e776551eb3a9e669ff9...
2008-06-08 Roland Scheideggeri965: fix OPCODE_TEX when additional ops are needed
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-06-03 Eric Anholt[intel] Convert drivers to using libdrm bufmgr code.
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-23 Eric AnholtEmit a flush after the swapbuffers blit, so contents...
2008-05-20 Xiang, Haihaoi965: Check fallback before accounting for index/vertex...
2008-05-08 Keith PackardMerge commit 'anholt/drm-gem' into drm-gem
2008-05-07 Eric AnholtGEM: Remove already-disabled PIPE_CONTROL command.
2008-05-07 Eric AnholtGEM: Make dri_emit_reloc take GEM domain flags instead...
2008-05-06 Dave Airliei965: fix googleearth in classic mode.
2008-05-05 Xiang, Haihaoi965: Don't cast the result of brw_prepare_vertices...
2008-05-03 Corbin SimpsonMerge branch 'r500-support' into r500test
2008-05-02 Eric AnholtAdd intel_bufmgr_gem for new graphics execution manager.
2008-05-02 Eric Anholt[intel] Warnings fixes.
next