2006-06-02 |
Brian Paul | fix depth-component test to allow rectangular textures |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Roland Scheidegger | remove code dealing with drmMinor version < 6 since... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Roland Scheidegger | retry on EBUSY instead of EAGAIN in radeonWaitIrq ... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Roland Scheidegger | Fix extended swizzling in vertex programs by introducin... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Brian Paul | document MESA_TEX/TNL_PROG env vars |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Brian Paul | fix extension_supported() function, added comments |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Tilman Sauerbeck | SWZ is nearly identical to MOV. the difference is that... |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Tilman Sauerbeck | pass src->NegateBase as-is in t_src() now, as the flags... |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Claudio Ciccani | Updated config file. |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Claudio Ciccani | Added some example progs using DirectFBGL. |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Claudio Ciccani | Added DirectFB GLUT implementation. |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Claudio Ciccani | Fixed bug with multiple contexts. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Brian Paul | fix bug 7077 - mem leak |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Brian Paul | Define new NEGATE_* tokens for setting the src register... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Brian Paul | remove redundant 'const' |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Brian Paul | free convolved image / fix mem leak (bug 7077) |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Tilman Sauerbeck | minor code cleanup, no actual changes |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Tilman Sauerbeck | don't generate GL_INVALID_ENUM if GL_VERTEX_ATTRIB_ARRA... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Michal Krol | Add x86sse.h. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Michal Krol | Remove not needed forward declaration. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Michal Krol | Make it running under Linux. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Michal Krol | First draft. |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Tilman Sauerbeck | don't do the check for >= MAX_VERTEX_PROGRAM_ATTRIBS... |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Brian Paul | generic attribute 0 wasn't handled correctly (Jesse... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Roland Scheidegger | fix some whitespace in previous commit |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Roland Scheidegger | preparation for r200 hw vertex programs. Increase R200_... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Brian Paul | The ctx->_TexEnvProgram that's allocated in update_stat... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Brian Paul | Roll _mesa_free_parameters() into calling function... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Brian Paul | fix a small memory leak in _mesa_add_state_reference() |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Brian Paul | added _mesa_align_realloc() |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Brian Paul | use GLbitfield for StateFlags, improved comments |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Brian Paul | Add const qualifiers in a number of places. |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Brian Paul | init mask=0 to silence warning |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Brian Paul | make mgaSetFence() and mgaWaitFence() static |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Brian Paul | prototype i915_udpate_fog() to silence warning |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Brian Paul | In cache_item(), there was sizeof(void) expression. |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Brian Paul | GL_INDEX_OFFSET fix |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Brian Paul | GL_INDEX_OFFSET didn't work with CI->RGB mappings. |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Keith Whitwell | memory usage fixes for glean/conform, use a better... |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Keith Whitwell | Fix typo |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Keith Whitwell | Better caching for texenv programs. |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Keith Whitwell | Speedup the venerable mm.[ch] allocator with doubly... |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Brian Paul | In gl_texture_image, replace ImageStride with an ImageO... |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Brian Paul | glxinfo -l expanded, fixed bug 6863 |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Brian Paul | remove some redundant functions, fix-up reference counting |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Brian Paul | use new _mesa_remove_renderbuffer() |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Brian Paul | use new _mesa_dereference_frame/renderbuffer() functions |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Brian Paul | Added _mesa_remove_renderbuffer() as a counterpart... |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Brian Paul | Added _mesa_dereference_framebuffer() to encapsulate... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Brian Paul | some new comments |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Brian Paul | remove an assertion |
commit | commitdiff | tree | snapshot |
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 |
next |