2006-05-19 |
Brian Paul | print 2D vs 3D in window |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Brian Paul | also test 3D textures (press '2'/'3' to toggle) |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Brian Paul | added some CHAN_BITS tests |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Brian Paul | replace FORMAT var with RB_TYPE |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Brian Paul | Demonstrate rendering 8, 16 and 32-bit/channel images... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Brian Paul | updated docs for off-screen rendering |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Brian Paul | Allow rendering 8, 16 and 32-bit/channel images without... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Brian Paul | install renderbuffer adaptors when color channel sizes... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Brian Paul | added rbadaptors.[ch] files |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Brian Paul | added rbadaptors.c |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Brian Paul | Renderbuffer adaptors. |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Brian Paul | minor simplification |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Brian Paul | texture EnvColor needs to be converted to GLchan, not... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Aapo Tahkola | Dont allow 16 tex units to be used at all. |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Brian Paul | use -march=i486 instead of -m486 (bug 6954) |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Brian Paul | change initialization of texcoords - not all C compiler... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Brian Paul | add extra APP_LIB_DEPS (bug 6954) |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Brian Paul | added solaris-x86-gcc-static |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Brian Paul | generate shared lib, not static |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Brian Paul | formerly known as solaris-x86-gcc |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Brian Paul | call reshape() after init() to set initial projection... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Tilman Sauerbeck | unbreak the build |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Dave Airlie | add texture rectangle support for i815, I wrote the... |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Tilman Sauerbeck | bug 6941: fixed initial rendering problems in glxgears |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michal Krol | Fix typo. |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michal Krol | Add functions. |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michal Krol | Write attribs to slang machine. |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michal Krol | Change error message wording. |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michal Krol | Rename print() to printMESA(). |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michal Krol | Fix attrib handling. |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michal Krol | Extend printMESA function to output also to shader... |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michal Krol | Cleanup code. Change constructor prototype. |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michal Krol | Cleanup code. |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michal Krol | Change constructor prototype. |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michal Krol | Remove carriage returns. |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michal Krol | Add GetInfoLogLength and WriteAttrib functions. |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michal Krol | Cleanup GLhandle-to-object translation macros. |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Michal Krol | GLSL regression test suite. |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Brian Paul | added a few extension #ifdef tests |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Brian Paul | Added a check_context_limits() function that checks... |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Brian Paul | usage() function |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Brian Paul | remove some unused macros |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Brian Paul | s/GLbyte/GLubyte/ |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Brian Paul | fix typo, remove dead code |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Brian Paul | Expanded output with -l option: vertex/fragment program... |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Dave Airlie | the r300 should only use 8 until Mesa can deal with... |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Dave Airlie | this should use the configured number not the MAX,... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Brian Paul | In __glXPushArrayState() we weren't pushing the index... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Brian Paul | simplify image setup code, added LOD Bias control ... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Brian Paul | simple texture compression test |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Brian Paul | new test image - Delicate Arch, Utah |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Brian Paul | Test program for exercising GL_TEXTURE_BASE_LEVEL and... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Brian Paul | move check for event.xbutton.button <= GLUT_MAX_MENUS... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Brian Paul | check if button >= GLUT_MAX_MENUS in glutAttacheMenu() |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Keith Whitwell | Clean up previous change slightly |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Keith Whitwell | Use a (much!) larger executable memory heap so that... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Brian Paul | check event button against GLUT_MAX_MENUS (bug 1484284) |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Brian Paul | 16/32-bit chan fixes, texture compression fixes |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Brian Paul | When error-checking 'unit' against num_texture_units... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Brian Paul | Add a new 'all' parameter to _mesa_get_compressed_forma... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Brian Paul | use _mesa_compressed_texture_size() for GL_TEXTURE_COMP... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Brian Paul | two more texture compression fixes |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Brian Paul | More updates for texture compression. |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Brian Paul | Fix a number of texture compression issues. |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Brian Paul | fix warning |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Keith Whitwell | updates to dri drivers for recent stencil changes |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Brian Paul | added CHAN_BITS != 8 test |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Brian Paul | misc clean-ups |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Brian Paul | minor clean-ups around DepthScale/Bias |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Brian Paul | restore -O flag (bug 6814) |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Brian Paul | Check for overflow when converting floating pt Z values... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Brian Paul | updated GLX_EXT_texture_from_pixmap tokens (Dave Reveman) |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Brian Paul | check for float->uint overflow in _mesa_unpack_depth_span() |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Keith Whitwell | Define VERT_RESULT_EDGE |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Dave Airlie | remove temporary code from keithw, this in theory isn... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Dave Airlie | Fix i915 driver after stencil changes in Mesa 6.5 |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Keith Whitwell | Release temporary |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Ian Romanick | Fix some silly spelling errors. |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Dave Airlie | remove some unneeded includes |
commit | commitdiff | tree | snapshot |
2006-05-02 |
David Reveman | Update to final EXT_tfp tokens |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Dave Airlie | move the pkg config flags for libdrm to the bottom |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Adam Jackson | Update function signatures for EXT_tfp entrypoints. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Brian Paul | new, faster version of __gluInvertMatrixd(), bug 6748 |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Jeremy Kolb | Bumped support for xcb 0.9 |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Tilman Sauerbeck | added a trailing newline to pacify gcc |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Tilman Sauerbeck | fptest1 requires GL_NV_fragment_program |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Brian Paul | fix second memory leak (bug 5557) |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Brian Paul | fix first memory leak (bug 5557) |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Brian Paul | fixes for CHAN_BITS!=8 |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Brian Paul | assorted clean-ups, fixes |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Brian Paul | replace a bunch of casts with GET_XRB macro |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Brian Paul | fix a few stride computations in _mesa_texstore_rgba() |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Aapo Tahkola | fix warnings. |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Aapo Tahkola | R300_SPAN_DISABLE_LOCKING env var |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Brian Paul | remove _glthread_INIT_MUTEX() call |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Brian Paul | fix an assertion |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Brian Paul | minor clean-up |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Brian Paul | remove old XFree86 tag |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Brian Paul | update some tests for visual bit depths to use renderbu... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Brian Paul | use _TNL_FIRST/LAST_MAT indexes |
commit | commitdiff | tree | snapshot |
next |