2005-05-18 |
Jon Smirl | Implement fbdev swapbuffers() |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Ian Romanick | More comments. More dead-code removed. More clean-up. |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Keith Whitwell | Disable leftover debug statements |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Brian Paul | fix some BCOMP/ACOMP typos (fixes Brad King's vtk failures) |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Brian Paul | don't include strings.h |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Brian Paul | remove eglQueryDisplayMESA() |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Brian Paul | fix pbuffer sample code |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Brian Paul | remove glmode stuff |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Jon Smirl | Check error return from _eglInitPbufferSurface() correctly |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Jon Smirl | Compute stride in the right order |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Brian Paul | Added software-based pbuffer support (untested). |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Brian Paul | updated demoCreatePbufferSurface() |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Brian Paul | update comments |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Brian Paul | more work on _eglConfigToContextModesRec() |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Jon Smirl | Make EGL_NO_MODE_MESA work. |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Brian Paul | added _eglInitPbufferSurface() |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Jon Smirl | Fix several internal problems with generating the list... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Ian Romanick | Rearranged some code and added some comments to mgaAllo... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Felix Kuehling | Don't use _mesa_swizzle_ubyte_image if all three textur... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Brian Paul | remove -ansi -pedantic -D_POSIX_C_SOURCE=199309L from... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Jon Smirl | Implement query of surface type. |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Jon Smirl | Add error about write permission to fbdev attribs |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Brian Paul | another GLX / XCB patch (Jeremy Kolb) |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Keith Whitwell | Deal better with indirection and indirection accounting... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Keith Whitwell | Apply r200 tcl fix to radeon - compiles but untested. |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Brian Paul | EGL_MESA_copy_context stuff |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Brian Paul | use EGLint instead of unsigned long for eglCopyContextM... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Brian Paul | separate ext strings with a space |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Brian Paul | s/Atrib/Attrib/, set extension enable flags |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Brian Paul | added boolean extension flags to _EGLDriver |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Brian Paul | restore _eglSetConfigAttrib (for now), added prototype... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Brian Paul | define M_E if needed |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Brian Paul | make _eglSetConfigAtrib() a static function, and rename it |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Brian Paul | remove MESA suffix from _eglInitScreenSurface, use... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Brian Paul | minor tweaks |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Brian Paul | fix GetRow parameters (Nicolai Haehnle) |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Jon Smirl | A few egl patches needed for glitz, mainly config BITS |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Aapo Tahkola | Make gleans polyoffset test happy. |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Aapo Tahkola | Dont assume GLbooleans are ones when true. |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Nicolai Haehnle | Cleanup blend state generation. |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Jon Smirl | Add empty placeholder for eglCopyContextMESA |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Nicolai Haehnle | The kernel doesn't like command buffers over 64KB,... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Jon Smirl | Fix compiler warning about missing parameter list |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Nicolai Haehnle | Remove dead span functions code. |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Nicolai Haehnle | Fix span functions for stencil buffer access. |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Nicolai Haehnle | Don't print debug messages unless the user explicitly... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Jon Smirl | Add forgotten demo2.c |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Jon Smirl | Fix compile error in demo egl driver |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Jon Smirl | Forgot to add fb_egl.c |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Nicolai Haehnle | Make software fallbacks work again: |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Nicolai Haehnle | Remove quiescence sequence from r300ClearBuffer. |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Jon Smirl | First attempt at getting egl support up on dumb framebu... |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Nicolai Haehnle | Patch from Jeff Smith: |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Nicolai Haehnle | Patch from Jeff Smith: |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Alan Hourihane | Remove MAX_VISUAL limitations of 100. If running dual... |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Keith Whitwell | Calculate render inputs for tcl stage correctly (hint... |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Ian Romanick | Remove some unused structure fields, add some comments... |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Keith Whitwell | new MESA_DEBUG option: disassem |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Keith Whitwell | Rein in debug slightly |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Keith Whitwell | Turn disassem off (oops). |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Keith Whitwell | Add check for mask == NULL to the one routine missing it. |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Keith Whitwell | When lighting is enabled, but no lights are enabled... |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Ben Skeggs | fix warnings in r300_texstate.c (Jeff Smith) |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Karl Schultz | The "P" suffix on APIENTRY and GLAPIENTRY is to be... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Aapo Tahkola | VBOs. |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Keith Whitwell | Don't let FragmentProgram._Active influence choice... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Keith Whitwell | Previously in TXP and TEX instructions, lambda was... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Keith Whitwell | Use _mesa_memset rather than memset |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Keith Whitwell | Don't let FragmentProgram._Active influence choice... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Keith Whitwell | Test for texcoord[3] == zero before dividing. Not... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Keith Whitwell | Fix glean/conform problems. Don't generate so much... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Keith Whitwell | Fix valgrind complaint, conform vertex order test. |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Keith Whitwell | Rename temp_flag to temp_in_use. Use ctx->Const.MaxVer... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Keith Whitwell | Fix logic for allocating texture temporaries (Ben Skeggs). |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Adam Jackson | int -> size_t to fix compile on LP64. |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Keith Whitwell | Ensure programs don't overflow allocated instruction... |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Keith Whitwell | Fix some valgrind complaints |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Keith Whitwell | fix some valgrind complaints |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Keith Whitwell | Improved detection of program changes. |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Keith Whitwell | Double-buffer generated instructions and only notify... |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Keith Whitwell | Fix some valgrind complaints |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Keith Whitwell | Double-buffer generated instructions and only notify... |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Keith Whitwell | reduce the use of malloc and strdup for parameter lists |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Keith Whitwell | don't be fooled into emitting padding for wpos when... |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Keith Whitwell | Missing from previous commit |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Keith Whitwell | Update for FragmentProgram._Active |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Keith Whitwell | Better driver notification on changes. |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Keith Whitwell | get fog working with _TexEnvProgram |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Keith Whitwell | Temporary fix - delete and recreate texenvprogram so... |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Keith Whitwell | Fix texenv segfault. Reported by Ben Skeggs. |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Keith Whitwell | Try not to use the same temp reg as a TXP destination... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Daniel Borca | pathetic attempt to accomodate new frambuffer changes... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Daniel Borca | accomodate new frambuffer changes |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Daniel Borca | fix some typos in FX code |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Keith Whitwell | i915 will use _TexEnvProgram (if active) |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Keith Whitwell | Use driver functions to create TexEnvProgram, TnlProgram |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Keith Whitwell | check for null DrawBuffer values |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Keith Whitwell | Fallback (rather than fail) on unknown program targets. |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Jon Smirl | dri fb works using renderbuffers now in RGBA mode |
commit | commitdiff | tree | snapshot |
next |