| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-07-09 | egl: link libEGL w/ additional libs | Brian Paul | |
| 2008-07-09 | egl: misc updates/fixes | Brian Paul | |
| Set surface size when created. Implement dri_find_dri_screen(). Look for "egl_xxx_dri.so" library before regular DRI driver. | |||
| 2008-07-09 | nv30: min/max lod are used for mipmap, there is just enable bit in tx_format | Patrice Mandin | |
| 2008-07-09 | mesa: return -1, not GL_FALSE if _glapi_add_dispatch() fails name sanity check | Brian Paul | |
| 2008-07-09 | nv30: Update defines from nouveau_class.h | Patrice Mandin | |
| 2008-07-09 | nv30: Update defines from nouveau_class.h | Patrice Mandin | |
| 2008-07-09 | nv30: update nouveau_class.h | Patrice Mandin | |
| 2008-07-09 | gallium: fix logic in pb_check_usage() | Brian Paul | |
| 2008-07-09 | mesa: check for OpenBSD (bug 15604) | Brian Paul | |
| cherry-picked from master | |||
| 2008-07-09 | mesa: fix state.clip[n].plane parsing bug (bug 16611) | Brian Paul | |
| cherry-picked from master | |||
| 2008-07-09 | mesa: fix state.clip[n].plane parsing bug (bug 16611) | Brian Paul | |
| 2008-07-09 | mesa: check for OpenBSD (bug 15604) | Brian Paul | |
| 2008-07-09 | egl: plug a small memleak | Zack Rusin | |
| 2008-07-09 | draw: remove some debug output | Zack Rusin | |
| 2008-07-09 | i915: fall back to software rendering when shadow comparison is | Xiang, Haihao | |
| enabled for 1D texture. fix #12176 | |||
| 2008-07-08 | mesa: remove debug code | Brian Paul | |
| 2008-07-08 | mesa: remove debug code | Brian Paul | |
| 2008-07-08 | bump version to rc3 | Brian Paul | |
| 2008-07-08 | mesa: implement glGetUniformiv() with new ctx->Driver function | Brian Paul | |
| The old implementation could overwrite the caller's param buffer. | |||
| 2008-07-08 | mesa: implement glGetUniformiv() with new ctx->Driver function | Brian Paul | |
| The old implementation could overwrite the caller's param buffer. | |||
| 2008-07-08 | mesa: bump version to rc2 | Brian Paul | |
| 2008-07-08 | added null texObj ptr check (bug 15567) | Brian Paul | |
| 2008-07-08 | mesa: more debug output | Brian Paul | |
| 2008-07-08 | mesa: compute global var size before doing codegen | Brian Paul | |
| 2008-07-08 | mesa: add missing VARYING case to storage_string() | Brian Paul | |
| 2008-07-08 | mesa: fix bug/failure in recursive function inlining | Brian Paul | |
| Fixes a failure for cases such as y = f(a, f(a, b)) All the usual tests still pass but regressions are possible... | |||
| 2008-07-08 | gallium: tweak printing of generic declarations | Brian Paul | |
| 2008-07-08 | mesa: more debug output | Brian Paul | |
| 2008-07-08 | mesa: compute global var size before doing codegen | Brian Paul | |
| 2008-07-08 | mesa: add missing VARYING case to storage_string() | Brian Paul | |
| 2008-07-08 | nv10: use the gallium alloc/free wrappers. | Stephane Marchesin | |
| 2008-07-08 | nv04: use FREE/MALLOC like a good gallium boy should. | Stephane Marchesin | |
| 2008-07-08 | i915: Takedown EGL screen | Jakob Bornecrantz | |
| 2008-07-08 | Merge branch 'gallium-0.1' of ↵ | Stephane Marchesin | |
| git+ssh://marcheu@git.freedesktop.org/git/nouveau/mesa into gallium-0.1 | |||
| 2008-07-08 | nv30: use native instructions. | Stephane Marchesin | |
| 2008-07-08 | i915: Use deviceID in EGL device create | Jakob Bornecrantz | |
| 2008-07-08 | i915: Complete the screen -> device renaming | Jakob Bornecrantz | |
| 2008-07-08 | i915: Renamed intel_screen to intel_device | Jakob Bornecrantz | |
| The renameing makes more sense, why because: In egl you have a display/driver/device as the basis, and you have screens as outputs. | |||
| 2008-07-08 | i965: official name for GM45 chipset | Xiang, Haihao | |
| 2008-07-08 | nv50: make use of nouveau drm 0.0.11 to get 3d going | Ben Skeggs | |
| 2008-07-07 | mesa: added GLAPIENTRY keywords | Jonathan White | |
| 2008-07-08 | nv10: there are no 3D textures. | Stephane Marchesin | |
| 2008-07-08 | nv04: Hook the lib into the build. | Stephane Marchesin | |
| 2008-07-08 | nv04: use BEGIN_RING_NI | Stephane Marchesin | |
| 2008-07-08 | nv04. | Stephane Marchesin | |
| 2008-07-07 | egl: bump up MAX_ATTRIBS, added assertion | Brian Paul | |
| 2008-07-07 | gallium: move assertion (though not really significant) | Brian Paul | |
| 2008-07-07 | gallium: simplify/fix buffer_offset, src_offset computation for VBO arrays | Brian Paul | |
| Things broke when vertex position wasn't the first attribute. | |||
| 2008-07-07 | glx: add LIBGL_ALWAYS_SOFTWARE | George Sapountzis | |
| this disables accelerated DRI and fallbacks to client-side software rendering. compile-tested only. | |||
| 2008-07-07 | i915: Fix wrong pointer to cleanup | Jakob Bornecrantz | |
