i915: Texture instructions use r/t/oC/oD register as texture coordinate.
[mesa.git] / src / mesa / drivers / dri / i965 /
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.
2008-05-02 Eric Anholt[intel] Merge intel_ioctl.h. Not sure how this slipped...
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-25 Keith Packard[i965] short immediate values must be replicated to...
2008-04-22 Xiang, Haihaoi965: fix DEPTH_TEXTURE_MODE (bug #14220)
2008-04-22 Zou Nan hai [i965] This is to fix random crash in some maps of...
2008-04-18 Dave Airliei965: fixup depth buffer check
2008-04-18 Dave Airliei965: fix vb aperture space check
2008-04-18 Dave Airlie965: fix vb upload size check
2008-04-18 Dave Airliei965: fix gs_prog aperture check
2008-04-18 Dave Airliei965: initial attempt at fixing the aperture overflow
2008-04-17 Xiang, HaihaoRevert "[i965] renable regative rhw test"
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-28 Xiang, Haihaoi965: depth offset on glPolygonMode(GL_LINE/GL_POINT)
2008-03-26 Michal Wajdeczko[965] Fix massively broken state cache dirty flagging.
2008-03-26 Eric Anholt[965] Don't let the negate flags of src0 affect 1 const...
2008-03-26 Michal Wajdeczko[965] Correctly set read mask for OPCODE_SWZ in pass1.
2008-03-26 Eric Anholt[965] Clean up whitespace and dead code from do_unfille...
2008-03-21 Michal Wajdeczko[965] Avoid emitting dead code for DPx/math instructions.
2008-03-21 Michal Wajdeczko[965] Improve pinterp performance by delaying reads...
2008-03-21 Michal Wajdeczko[965] Fix negating of unsigned value in emit_wpos_xy.
2008-03-21 Michal Wajdeczko[965] Add MVP code for position invariant vertex programs.
2008-03-21 Michal Wajdeczko[965] Shuffle state flags to match the order we initial...
2008-03-21 Zou Nan hai [i965] multiple rendering target fix
2008-03-20 Eric Anholt[965] Initialize region surface key structure padding.
2008-03-18 Zou Nan haiRevert "[i965] make stipple pattern continue across...
2008-03-18 Zou Nan hai[i965] make stipple pattern continue across GL_LINE_LOO...
next