Age | Commit message (Expand) | Author | Files | Lines |
2008-08-08 | intel-gem: Update to new check_aperture API for classic mode.drm-gem | Eric Anholt | 31 | -305/+245 |
2008-08-08 | 965: cleanups to state emission from aperture checking and state ordering. | Eric Anholt | 4 | -46/+3 |
2008-07-31 | intel-gem: Always build GEM execbuffer code. | Eric Anholt | 1 | -11/+0 |
2008-07-30 | intel-gem: Use new getparam to detect kernel GEM support. | Eric Anholt | 1 | -1/+8 |
2008-07-26 | intel: Don't return a renderbuffer with alpha when just GL_RGB is requested. | Eric Anholt | 2 | -0/+72 |
2008-07-25 | Merge branch 'master' into drm-gem | Ian Romanick | 219 | -30774/+9927 |
2008-07-25 | mesa: Return 0 for cube map face of non-cubemap framebuffer attachments. | Eric Anholt | 1 | -1/+4 |
2008-07-25 | intel: If a tex image doesn't fit in the object's tree, make a temporary tree. | Eric Anholt | 1 | -3/+18 |
2008-07-25 | i965: fixup format for TFP zero copy | Dave Airlie | 1 | -2/+12 |
2008-07-25 | Revert "intel: disable zero-copy TFP." | Dave Airlie | 1 | -4/+0 |
2008-07-25 | i965: make tex offset override work.. | Dave Airlie | 1 | -19/+31 |
2008-07-25 | intel: disable zero-copy TFP. | Dave Airlie | 1 | -0/+4 |
2008-07-24 | mesa: move extensions->version code into separate function | Brian Paul | 1 | -70/+72 |
2008-07-24 | mesa: don't include Mesa version in GL_SHADING_LANGUAGE_VERSION string | Brian Paul | 1 | -3/+5 |
2008-07-24 | query/print GLSL version string | Brian Paul | 1 | -0/+7 |
2008-07-24 | intel: remove buffer swap debug output | Jesse Barnes | 1 | -8/+2 |
2008-07-24 | Revert "965: Fix color clamping issues" | Ian Romanick | 1 | -23/+3 |
2008-07-24 | Fix a typo. | Thomas Hellstrom | 1 | -1/+1 |
2008-07-24 | Add new demo "fbo_firecube". | Thomas Hellstrom | 2 | -0/+1042 |
2008-07-23 | 965: Fix partially transparent textures in Doom 3 engine games | Pawel Pieczul | 1 | -7/+8 |
2008-07-23 | intel: Add a little span cache to spead up readpixels by cutting syscalls. | Eric Anholt | 3 | -12/+42 |
2008-07-23 | intel-gem: Use pread/pwrite for span access. | Eric Anholt | 4 | -197/+141 |
2008-07-23 | intel: improve 2d batchbuffer debug output. | Eric Anholt | 1 | -8/+14 |
2008-07-23 | intel: Fix CopyTexSubImage's src tiling arg for the blit. | Eric Anholt | 1 | -1/+1 |
2008-07-23 | intel: move renderbuffer mapping to separate functions. | Eric Anholt | 3 | -107/+80 |
2008-07-22 | intel: fix buffer swaps and enable page flipping on 965 | Jesse Barnes | 1 | -39/+15 |
2008-07-21 | 965: Fix color clamping issues | Pawel Pieczul | 1 | -3/+23 |
2008-07-21 | mesa: revert building glslcompiler by default | Brian Paul | 2 | -3/+2 |
2008-07-18 | intel-gem: Bump driver date | Ian Romanick | 1 | -3/+7 |
2008-07-18 | autoconf: Support Motif widgets in GLw with --enable-motif | Dan Nicholson | 4 | -3/+34 |
2008-07-18 | intel: fix texture border issue. (bug #16697) | Xiang, Haihao | 4 | -4/+16 |
2008-07-17 | mesa: build the stand-alone glslcompiler by default, update the docs | Brian Paul | 2 | -17/+27 |
2008-07-17 | mesa: regenerated file | Brian Paul | 1 | -482/+483 |
2008-07-17 | mesa: fix/improve the atan(y,x) function | Brian Paul | 1 | -10/+11 |
2008-07-17 | mesa: added checks for OpenBSD | Brad Smith | 1 | -0/+18 |
2008-07-16 | mesa: regenerated file | Brian Paul | 1 | -18/+18 |
2008-07-16 | mesa: fix temp re-use bug in emit_arith() | Brian Paul | 1 | -8/+20 |
2008-07-16 | mesa: fix copy&paste errors in degrees() functions | Brian Paul | 1 | -3/+3 |
2008-07-16 | intel: Clean-up ARB_texture_env_crossbar | Ian Romanick | 3 | -13/+3 |
2008-07-16 | Remove redundant initalization of MaxTextureUnits | Ian Romanick | 1 | -1/+0 |
2008-07-16 | mesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries, remove GL_TEXTURE_ENV_CO... | Brian Paul | 2 | -42/+30 |
2008-07-15 | additional preprocessor checks for stdint.h, inttypes.h, etc | Blair Sadewitz | 2 | -7/+7 |
2008-07-15 | mesa: added test for __NetBSD__ | Blair Sadewitz | 1 | -0/+8 |
2008-07-15 | mesa: added test for __NetBSD__ | Blair Sadewitz | 1 | -1/+2 |
2008-07-15 | mesa: check for __INTERIX to typedef uintptr_t | Blair Sadewitz | 1 | -0/+6 |
2008-07-15 | mesa: extra braces | Blair Sadewitz | 1 | -96/+96 |
2008-07-15 | mesa: regenerated file | Brian Paul | 1 | -378/+380 |
2008-07-15 | mesa: add missing IR_LOG2 case | Brian Paul | 1 | -2/+3 |
2008-07-15 | mesa: fix some broken /= operators | Brian Paul | 1 | -3/+4 |
2008-07-15 | mesa: fix some broken bool, bvec2, bvec3, bvec4 constructors | Brian Paul | 1 | -14/+14 |