Merge commit 'origin/master' into HEAD
[mesa.git] / src / mesa / drivers /
2008-09-26 Keith WhitwellMerge commit 'origin/master' into HEAD
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-24 Eric Anholtintel: Fix clears to depth_stencil texture attachments.
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-23 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-23 Eric Anholti965: Cope with batch getting flushed in the middle...
2008-09-23 Eric Anholtintel: Add missing include files for meta drawpixels...
2008-09-23 Eric Anholtintel: Replace pbo-only drawpixels function with a...
2008-09-23 Eric Anholti915: Fix overlapping CopyPixels with negative pixel...
2008-09-23 Eric Anholti915: fix crash in flush_prim -> wait_flips -> flush_ba...
2008-09-23 Ian Romanicki965: Adapt to new TNL program tracking semantics
2008-09-22 Michel Dänzerr300: Adapt to the removal of _tnl_ProgramCacheInit...
2008-09-22 Michel Dänzerr300: Adapt to the removal of _tnl_ProgramCacheInit...
2008-09-22 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-22 Benjamin Closei965: fix compilation
2008-09-21 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-21 Keith Whitwelldrivers/x11: remove early gallium support
2008-09-21 Keith Whitwellgallium: remove files not in master
2008-09-21 Keith Whitwellgallium: remove remnants of an nouveau driver
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellRemove CVS keywords.
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith Whitwellmesa: standardize on C99's uint*_t instead of u_int*_t
2008-09-21 Keith Whitwellmesa: move rastpos helper to tnl
2008-09-21 Keith Whitwellmesa: improved driver query interface
2008-09-19 José FonsecaMerge branch 'gallium-0.2' of ssh+git://git.freedesktop...
2008-09-19 Alan Hourihanebug fix to MSAA visuals
2008-09-19 Alan Hourihanere-add MSAA support
2008-09-18 Chris Rankinmesa: fix asst path/include mistakes in prev commits
2008-09-18 Brian Paulmesa: added "main/" prefix to includes, remove some...
2008-09-18 Brian Paulmesa: prefix more #includes with "main/"
2008-09-18 Brian Paulmesa: prefix a bunch of #include lines with "main/".
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-18 Xiang, Haihaoi965: Add support for G41 chipset which is another...
2008-09-17 Eric Anholtintel: Destroy bufmgr in screen destroy, not context.
2008-09-13 Jakub Bogusztdfx: fix crash and lack of visuals bug
2008-09-13 Guillaume Melquiondi915: fix himask constant init for 64-bit build
2008-09-12 Eric Anholtintel: Add a width field to regions, and use it for...
2008-09-12 Eric Anholtintel: Don't segfault on TFP from a bad drawable.
2008-09-12 Eric Anholtintel: Remove dead allow_batchbuffer param.
2008-09-12 Jakob Bornecrantzi915simple: A step closer to compiling
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-12 Xiang, Haihaoi965: Add support for G41 chipset which is another...
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-09-11 Shane Blackettadded 24bpp support
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-10 Eric Anholtintel: Move the bufmgr back to the screen.
2008-09-05 Dave Airlieintel: only enable occlusion query if the drm has defines.
2008-09-04 Xiang, Haihaointel: Fix depth_stencil texture.
2008-09-03 Eric Anholtintel: Fix prototype warning.
2008-09-03 Eric Anholtintel: Fix refcounting on depth buffer initialization...
2008-09-03 Xiang, Haihaointel: Fix a crash if dri2 is disabled.
2008-09-01 Michel DänzerFix build by removing #include of removed dri_sarea.h.
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-21 Peter HuttererReport damage before modifying the area, not after.
2008-08-21 Eric Anholtintel: Fix SGIS_generate_mipmap after a miptree had...
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-19 Corbin Simpsonr5xx: Final fog option fix.
2008-08-19 Corbin Simpsonr5xx: Don't squish GL context when using FogOption
2008-08-18 Corbin Simpsonr5xx: Enable fog options.
2008-08-18 Henri Verbeetfix byte vs. pixel offset bug for 3D textures (see...
2008-08-18 Corbin Simpsonr5xx: Add DDX and DDY instructions.
2008-08-14 Dave Airlieintel: remove unneeded mem type and args
2008-08-14 Michel Dänzerr300: Fix 3D texture support.
2008-08-11 Jeremy HuddlestonApple: Cleaned up some linking and dylib ids issues
2008-08-09 Dave Millerdri: fix crash in driGetConfigAttribIndex
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, Haihaodri: Fix write/read depth buffer issue under 16bpp...
2008-08-05 Xiang, Haihaoi965: Use program->SamplerUnits[] to get the appropriat...
2008-07-31 Eric Anholtintel-gem: Always build GEM execbuffer code.
2008-07-31 Jesse Barnesintel: sync to vblank by default
2008-07-30 Eric Anholtintel-gem: Use new getparam to detect kernel GEM support.
2008-07-28 Michel Dänzerr300: Fix off-by-one error in calculation of scissor...
2008-07-27 Nicolai Haehnler300: Fix a crash related to depth textures (triggered...
2008-07-27 Nicolai Haehnler300: Implement ARB_shadow_ambient; add STATE_SHADOW_AM...
2008-07-27 Nicolai Haehnler300: Fix point minmax size
2008-07-27 Nicolai Haehnler300: Implement hardware acceleration for ColorLogicOp
next