2006-05-03 |
Ian Romanick | Fix some silly spelling errors. |
commit | commitdiff | tree |
2006-05-02 |
Dave Airlie | remove some unneeded includes |
commit | commitdiff | tree |
2006-05-02 |
David Reveman | Update to final EXT_tfp tokens |
commit | commitdiff | tree |
2006-05-02 |
Dave Airlie | move the pkg config flags for libdrm to the bottom |
commit | commitdiff | tree |
2006-05-01 |
Adam Jackson | Update function signatures for EXT_tfp entrypoints. |
commit | commitdiff | tree |
2006-05-01 |
Brian Paul | new, faster version of __gluInvertMatrixd(), bug 6748 |
commit | commitdiff | tree |
2006-04-29 |
Jeremy Kolb | Bumped support for xcb 0.9 |
commit | commitdiff | tree |
2006-04-28 |
Tilman Sauerbeck | added a trailing newline to pacify gcc |
commit | commitdiff | tree |
2006-04-28 |
Tilman Sauerbeck | fptest1 requires GL_NV_fragment_program |
commit | commitdiff | tree |
2006-04-28 |
Brian Paul | fix second memory leak (bug 5557) |
commit | commitdiff | tree |
2006-04-28 |
Brian Paul | fix first memory leak (bug 5557) |
commit | commitdiff | tree |
2006-04-27 |
Brian Paul | fixes for CHAN_BITS!=8 |
commit | commitdiff | tree |
2006-04-27 |
Brian Paul | assorted clean-ups, fixes |
commit | commitdiff | tree |
2006-04-27 |
Brian Paul | replace a bunch of casts with GET_XRB macro |
commit | commitdiff | tree |
2006-04-26 |
Brian Paul | fix a few stride computations in _mesa_texstore_rgba() |
commit | commitdiff | tree |
2006-04-26 |
Aapo Tahkola | fix warnings. |
commit | commitdiff | tree |
2006-04-26 |
Aapo Tahkola | R300_SPAN_DISABLE_LOCKING env var |
commit | commitdiff | tree |
2006-04-26 |
Brian Paul | remove _glthread_INIT_MUTEX() call |
commit | commitdiff | tree |
2006-04-26 |
Brian Paul | fix an assertion |
commit | commitdiff | tree |
2006-04-26 |
Brian Paul | minor clean-up |
commit | commitdiff | tree |
2006-04-26 |
Brian Paul | remove old XFree86 tag |
commit | commitdiff | tree |
2006-04-25 |
Brian Paul | update some tests for visual bit depths to use renderbu... |
commit | commitdiff | tree |
2006-04-25 |
Brian Paul | use _TNL_FIRST/LAST_MAT indexes |
commit | commitdiff | tree |
2006-04-25 |
Michal Krol | Remove carriage returns. |
commit | commitdiff | tree |
2006-04-25 |
Brian Paul | vertex attrib alias change, glPopAttrib/GL_DRAW_BUFFER... |
commit | commitdiff | tree |
2006-04-25 |
Brian Paul | Put color index attribute into the 6th attribute slot. |
commit | commitdiff | tree |
2006-04-25 |
Brian Paul | silence warnings |
commit | commitdiff | tree |
2006-04-25 |
Brian Paul | No longer alias generic vertex attribs with conventiona... |
commit | commitdiff | tree |
2006-04-24 |
Brian Paul | extended swizzle (bug 6727) |
commit | commitdiff | tree |
2006-04-24 |
Brian Paul | fprintf() clean-up (bug 6730) |
commit | commitdiff | tree |
2006-04-23 |
Brian Paul | updated assertion |
commit | commitdiff | tree |
2006-04-23 |
Aapo Tahkola | enable feedback rendering |
commit | commitdiff | tree |
2006-04-23 |
Aapo Tahkola | disable hw locking when entering span rendering for now |
commit | commitdiff | tree |
2006-04-23 |
Aapo Tahkola | need to hold before freeing |
commit | commitdiff | tree |
2006-04-23 |
Benjamin Herrenschmidt | Enable USER_BUFFERS, RADEON_VTXFMT_A and HW_VBOS on... |
commit | commitdiff | tree |
2006-04-22 |
Brian Paul | Fix yet another issue with popping GL_DRAW_BUFFER state... |
commit | commitdiff | tree |
2006-04-21 |
Adam Jackson | Ensure all GART allocations are freed on context destru... |
commit | commitdiff | tree |
2006-04-21 |
Adam Jackson | Fix format strings for LP64 |
commit | commitdiff | tree |
2006-04-21 |
Brian Paul | pass color index as float, not int |
commit | commitdiff | tree |
2006-04-21 |
Brian Paul | depend is not a .PHONY target |
commit | commitdiff | tree |
2006-04-21 |
Brian Paul | fix indentation |
commit | commitdiff | tree |
2006-04-21 |
Brian Paul | use vertex.attrib[3] instead of vertex.color |
commit | commitdiff | tree |
2006-04-21 |
Brian Paul | s/NV/ARB/ |
commit | commitdiff | tree |
2006-04-20 |
Aapo Tahkola | limit max program/param length to 255 (spotted by sroland) |
commit | commitdiff | tree |
2006-04-20 |
Brian Paul | check glLoadProgramNV len < 0 (bug 6679) |
commit | commitdiff | tree |
2006-04-20 |
Brian Paul | error_attrib() should generate GL_INVALID_VALUE, not... |
commit | commitdiff | tree |
2006-04-20 |
Brian Paul | Make most of the _mesa_noop_*() functions static. |
commit | commitdiff | tree |
2006-04-20 |
Brian Paul | some tentative code for _mesa_update_framebuffer_visual() |
commit | commitdiff | tree |
2006-04-19 |
Dave Airlie | SrcReg->Swizzle is always initialized to SWIZZLE_NOOP... |
commit | commitdiff | tree |
2006-04-19 |
Brian Paul | minor updates |
commit | commitdiff | tree |
2006-04-19 |
Brian Paul | fix invalid free() problem (bug 6658) |
commit | commitdiff | tree |
2006-04-19 |
Brian Paul | updates for GNU/Hurd (bug 6657) |
commit | commitdiff | tree |
2006-04-19 |
Brian Paul | Replace old README.X11 with updated xlibdriver.html |
commit | commitdiff | tree |
2006-04-18 |
Brian Paul | assorted AIX, IRIX fixes from Dan Schikore |
commit | commitdiff | tree |
2006-04-18 |
Brian Paul | -arch AIX64 no longer needed |
commit | commitdiff | tree |
2006-04-18 |
Michal Krol | Remove carriage-return chars *ONLY*. |
commit | commitdiff | tree |
2006-04-18 |
Michal Krol | Add support for ARB_vertex_shader attrib binding and... |
commit | commitdiff | tree |
2006-04-17 |
Kristian Høgsberg | Add .note.GNU-stack section to assembler files to avoid... |
commit | commitdiff | tree |
2006-04-14 |
Brian Paul | another simple FBO test |
commit | commitdiff | tree |
2006-04-14 |
Brian Paul | test glReadPixels speed w/ various formats/types, PBOs |
commit | commitdiff | tree |
2006-04-14 |
Brian Paul | Use 'file' command in more places to determine the... |
commit | commitdiff | tree |
2006-04-14 |
Brian Paul | Don't have to pass ABI-related flags to mklib anymore. |
commit | commitdiff | tree |
2006-04-14 |
Brian Paul | Silence a few -pedantic warnings. |
commit | commitdiff | tree |
2006-04-14 |
Brian Paul | s/MaxTextureUnits/MaxTextureCoordUnits/ |
commit | commitdiff | tree |
2006-04-14 |
Brian Paul | 6.5.1 fixes |
commit | commitdiff | tree |
2006-04-14 |
Brian Paul | When popping GL_DRAW_BUFFER state, need to re-do error... |
commit | commitdiff | tree |
2006-04-14 |
Brian Paul | silence -pedantic warning |
commit | commitdiff | tree |
2006-04-14 |
Brian Paul | don't need s_depth.h |
commit | commitdiff | tree |
2006-04-14 |
Brian Paul | Replace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTex... |
commit | commitdiff | tree |
2006-04-13 |
Brian Paul | If the image file is RGB, convert to RGBA (fixes segfault). |
commit | commitdiff | tree |
2006-04-13 |
Brian Paul | Fix comment about MaxTextureUnits, needs to be min... |
commit | commitdiff | tree |
2006-04-13 |
Brian Paul | silence minor warnings |
commit | commitdiff | tree |
2006-04-13 |
Brian Paul | casts to fix some -pedantic warnings |
commit | commitdiff | tree |
2006-04-13 |
Brian Paul | Set array normalization flag for normals, colors (Keith) |
commit | commitdiff | tree |
2006-04-13 |
Brian Paul | remove the -dlopen option. Always make both kinds... |
commit | commitdiff | tree |
2006-04-13 |
Brian Paul | more updates (Dan Schikore) |
commit | commitdiff | tree |
2006-04-13 |
Brian Paul | add new configs (Dan Schikore) |
commit | commitdiff | tree |
2006-04-13 |
Brian Paul | new configs, misc updates (Dan Schikore) |
commit | commitdiff | tree |
2006-04-13 |
Brian Paul | Fixes for AIX, SunOS, Darwin. -dlopen flag to build... |
commit | commitdiff | tree |
2006-04-13 |
Brian Paul | Use -I$(INCDIR) to get Mesa, not system headers (Dan... |
commit | commitdiff | tree |
2006-04-13 |
Brian Paul | updated tests for defining __FUNCTION__ (Dan Schikore) |
commit | commitdiff | tree |
2006-04-13 |
Brian Paul | added 'const' (Dan Schikore) |
commit | commitdiff | tree |
2006-04-13 |
Brian Paul | compile fix from Dan Schikore |
commit | commitdiff | tree |
2006-04-12 |
Aapo Tahkola | GLboolean cannot hold GLuint! usage of tmus >= 4 no... |
commit | commitdiff | tree |
2006-04-11 |
Brian Paul | allow rotation w/ mouse |
commit | commitdiff | tree |
2006-04-11 |
Brian Paul | add missing 'union' keyword |
commit | commitdiff | tree |
2006-04-11 |
David Reveman | FBConfig support for EXT_tfp |
commit | commitdiff | tree |
2006-04-11 |
David Reveman | Add attrib_list to glXBindTexImageEXT |
commit | commitdiff | tree |
2006-04-11 |
David Reveman | Add attrib_list to glXBindTexImageEXT |
commit | commitdiff | tree |
2006-04-11 |
David Reveman | Fix CreateDrawable |
commit | commitdiff | tree |
2006-04-11 |
Michal Krol | More GLSL code: |
commit | commitdiff | tree |
2006-04-11 |
Aapo Tahkola | get fog going(for real) |
commit | commitdiff | tree |
2006-04-11 |
Aapo Tahkola | rectangular fp16 fixes (Ewald Snel) |
commit | commitdiff | tree |
2006-04-11 |
Aapo Tahkola | Fog support (Ewald Snel) |
commit | commitdiff | tree |
2006-04-10 |
Brian Paul | use _mesa_debug() instead of message() - fixes poor... |
commit | commitdiff | tree |
2006-04-09 |
Eric Anholt | Destroy the GL context after driDestroyTextureHeap... |
commit | commitdiff | tree |
2006-04-08 |
Aapo Tahkola | fix some conflict happenings at context destroy by... |
commit | commitdiff | tree |
2006-04-07 |
Brian Paul | regenerate SPARC assembly dispatch (bug 6484) |
commit | commitdiff | tree |
2006-04-07 |
Brian Paul | added sunos5-64-gcc (bug 6484) |
commit | commitdiff | tree |
2006-04-07 |
Brian Paul | replace >&/dev/null with >/dev/null so it works with... |
commit | commitdiff | tree |
next |