2005-05-19 |
Keith Whitwell | move osmesa demos to their own directory |
commit | commitdiff | tree |
2005-05-19 |
Jon Smirl | Fix EGL fbdev palette problem. demo3 can save ppm of... |
commit | commitdiff | tree |
2005-05-19 |
Keith Whitwell | Rename emit functions to reflect instruction set in... |
commit | commitdiff | tree |
2005-05-19 |
Brian Paul | remove the XFree86 ID line |
commit | commitdiff | tree |
2005-05-19 |
Michal Krol | intermediate code generator (not finished); |
commit | commitdiff | tree |
2005-05-19 |
Michal Krol | add static_assert macro |
commit | commitdiff | tree |
2005-05-19 |
Michal Krol | fix info log grabbing |
commit | commitdiff | tree |
2005-05-19 |
Aapo Tahkola | Ditch unused code and features that arent in subject... |
commit | commitdiff | tree |
2005-05-18 |
Ian Romanick | In addition to dead-code removal and other clean-up... |
commit | commitdiff | tree |
2005-05-18 |
Jon Smirl | Fix inverted y for egl fbdev, add egl demo3 |
commit | commitdiff | tree |
2005-05-18 |
Brian Paul | To better exercise pixel packing, replace regular glRea... |
commit | commitdiff | tree |
2005-05-18 |
Keith Whitwell | Remove old t_vertex.c codegen infrastructure, tie in... |
commit | commitdiff | tree |
2005-05-18 |
Keith Whitwell | Fix a few typos, initialize p->identity. |
commit | commitdiff | tree |
2005-05-18 |
Keith Whitwell | Eliminate a couple of swizzles. |
commit | commitdiff | tree |
2005-05-18 |
Keith Whitwell | Generates working SSE code for gears under the swrast... |
commit | commitdiff | tree |
2005-05-18 |
Keith Whitwell | Checkpoint commit: Preliminary version of a facility... |
commit | commitdiff | tree |
2005-05-18 |
Aapo Tahkola | Stick texture LOD back on. |
commit | commitdiff | tree |
2005-05-18 |
Aapo Tahkola | Polygon mode fixes. |
commit | commitdiff | tree |
2005-05-18 |
Jon Smirl | Fix for writing the wrong sysfs variable when blanking |
commit | commitdiff | tree |
2005-05-18 |
Jon Smirl | Implement fbdev swapbuffers() |
commit | commitdiff | tree |
2005-05-18 |
Ian Romanick | More comments. More dead-code removed. More clean-up. |
commit | commitdiff | tree |
2005-05-17 |
Keith Whitwell | Disable leftover debug statements |
commit | commitdiff | tree |
2005-05-17 |
Brian Paul | fix some BCOMP/ACOMP typos (fixes Brad King's vtk failures) |
commit | commitdiff | tree |
2005-05-17 |
Brian Paul | don't include strings.h |
commit | commitdiff | tree |
2005-05-17 |
Brian Paul | remove eglQueryDisplayMESA() |
commit | commitdiff | tree |
2005-05-17 |
Brian Paul | fix pbuffer sample code |
commit | commitdiff | tree |
2005-05-17 |
Brian Paul | remove glmode stuff |
commit | commitdiff | tree |
2005-05-17 |
Jon Smirl | Check error return from _eglInitPbufferSurface() correctly |
commit | commitdiff | tree |
2005-05-17 |
Jon Smirl | Compute stride in the right order |
commit | commitdiff | tree |
2005-05-17 |
Brian Paul | Added software-based pbuffer support (untested). |
commit | commitdiff | tree |
2005-05-17 |
Brian Paul | updated demoCreatePbufferSurface() |
commit | commitdiff | tree |
2005-05-17 |
Brian Paul | update comments |
commit | commitdiff | tree |
2005-05-17 |
Brian Paul | more work on _eglConfigToContextModesRec() |
commit | commitdiff | tree |
2005-05-17 |
Jon Smirl | Make EGL_NO_MODE_MESA work. |
commit | commitdiff | tree |
2005-05-17 |
Brian Paul | added _eglInitPbufferSurface() |
commit | commitdiff | tree |
2005-05-17 |
Jon Smirl | Fix several internal problems with generating the list... |
commit | commitdiff | tree |
2005-05-16 |
Ian Romanick | Rearranged some code and added some comments to mgaAllo... |
commit | commitdiff | tree |
2005-05-16 |
Felix Kuehling | Don't use _mesa_swizzle_ubyte_image if all three textur... |
commit | commitdiff | tree |
2005-05-16 |
Brian Paul | remove -ansi -pedantic -D_POSIX_C_SOURCE=199309L from... |
commit | commitdiff | tree |
2005-05-16 |
Jon Smirl | Implement query of surface type. |
commit | commitdiff | tree |
2005-05-16 |
Jon Smirl | Add error about write permission to fbdev attribs |
commit | commitdiff | tree |
2005-05-16 |
Brian Paul | another GLX / XCB patch (Jeremy Kolb) |
commit | commitdiff | tree |
2005-05-16 |
Keith Whitwell | Deal better with indirection and indirection accounting... |
commit | commitdiff | tree |
2005-05-16 |
Keith Whitwell | Apply r200 tcl fix to radeon - compiles but untested. |
commit | commitdiff | tree |
2005-05-16 |
Brian Paul | EGL_MESA_copy_context stuff |
commit | commitdiff | tree |
2005-05-16 |
Brian Paul | use EGLint instead of unsigned long for eglCopyContextM... |
commit | commitdiff | tree |
2005-05-16 |
Brian Paul | separate ext strings with a space |
commit | commitdiff | tree |
2005-05-16 |
Brian Paul | s/Atrib/Attrib/, set extension enable flags |
commit | commitdiff | tree |
2005-05-16 |
Brian Paul | added boolean extension flags to _EGLDriver |
commit | commitdiff | tree |
2005-05-16 |
Brian Paul | restore _eglSetConfigAttrib (for now), added prototype... |
commit | commitdiff | tree |
2005-05-16 |
Brian Paul | define M_E if needed |
commit | commitdiff | tree |
2005-05-16 |
Brian Paul | make _eglSetConfigAtrib() a static function, and rename it |
commit | commitdiff | tree |
2005-05-16 |
Brian Paul | remove MESA suffix from _eglInitScreenSurface, use... |
commit | commitdiff | tree |
2005-05-16 |
Brian Paul | minor tweaks |
commit | commitdiff | tree |
2005-05-15 |
Brian Paul | fix GetRow parameters (Nicolai Haehnle) |
commit | commitdiff | tree |
2005-05-15 |
Jon Smirl | A few egl patches needed for glitz, mainly config BITS |
commit | commitdiff | tree |
2005-05-14 |
Aapo Tahkola | Make gleans polyoffset test happy. |
commit | commitdiff | tree |
2005-05-14 |
Aapo Tahkola | Dont assume GLbooleans are ones when true. |
commit | commitdiff | tree |
2005-05-14 |
Nicolai Haehnle | Cleanup blend state generation. |
commit | commitdiff | tree |
2005-05-14 |
Jon Smirl | Add empty placeholder for eglCopyContextMESA |
commit | commitdiff | tree |
2005-05-14 |
Nicolai Haehnle | The kernel doesn't like command buffers over 64KB,... |
commit | commitdiff | tree |
2005-05-14 |
Jon Smirl | Fix compiler warning about missing parameter list |
commit | commitdiff | tree |
2005-05-14 |
Nicolai Haehnle | Remove dead span functions code. |
commit | commitdiff | tree |
2005-05-14 |
Nicolai Haehnle | Fix span functions for stencil buffer access. |
commit | commitdiff | tree |
2005-05-14 |
Nicolai Haehnle | Don't print debug messages unless the user explicitly... |
commit | commitdiff | tree |
2005-05-14 |
Jon Smirl | Add forgotten demo2.c |
commit | commitdiff | tree |
2005-05-14 |
Jon Smirl | Fix compile error in demo egl driver |
commit | commitdiff | tree |
2005-05-14 |
Jon Smirl | Forgot to add fb_egl.c |
commit | commitdiff | tree |
2005-05-13 |
Nicolai Haehnle | Make software fallbacks work again: |
commit | commitdiff | tree |
2005-05-13 |
Nicolai Haehnle | Remove quiescence sequence from r300ClearBuffer. |
commit | commitdiff | tree |
2005-05-13 |
Jon Smirl | First attempt at getting egl support up on dumb framebu... |
commit | commitdiff | tree |
2005-05-13 |
Nicolai Haehnle | Patch from Jeff Smith: |
commit | commitdiff | tree |
2005-05-13 |
Nicolai Haehnle | Patch from Jeff Smith: |
commit | commitdiff | tree |
2005-05-13 |
Alan Hourihane | Remove MAX_VISUAL limitations of 100. If running dual... |
commit | commitdiff | tree |
2005-05-13 |
Keith Whitwell | Calculate render inputs for tcl stage correctly (hint... |
commit | commitdiff | tree |
2005-05-12 |
Ian Romanick | Remove some unused structure fields, add some comments... |
commit | commitdiff | tree |
2005-05-12 |
Keith Whitwell | new MESA_DEBUG option: disassem |
commit | commitdiff | tree |
2005-05-12 |
Keith Whitwell | Rein in debug slightly |
commit | commitdiff | tree |
2005-05-12 |
Keith Whitwell | Turn disassem off (oops). |
commit | commitdiff | tree |
2005-05-12 |
Keith Whitwell | Add check for mask == NULL to the one routine missing it. |
commit | commitdiff | tree |
2005-05-12 |
Keith Whitwell | When lighting is enabled, but no lights are enabled... |
commit | commitdiff | tree |
2005-05-12 |
Ben Skeggs | fix warnings in r300_texstate.c (Jeff Smith) |
commit | commitdiff | tree |
2005-05-11 |
Karl Schultz | The "P" suffix on APIENTRY and GLAPIENTRY is to be... |
commit | commitdiff | tree |
2005-05-11 |
Aapo Tahkola | VBOs. |
commit | commitdiff | tree |
2005-05-11 |
Keith Whitwell | Don't let FragmentProgram._Active influence choice... |
commit | commitdiff | tree |
2005-05-11 |
Keith Whitwell | Previously in TXP and TEX instructions, lambda was... |
commit | commitdiff | tree |
2005-05-11 |
Keith Whitwell | Use _mesa_memset rather than memset |
commit | commitdiff | tree |
2005-05-11 |
Keith Whitwell | Don't let FragmentProgram._Active influence choice... |
commit | commitdiff | tree |
2005-05-11 |
Keith Whitwell | Test for texcoord[3] == zero before dividing. Not... |
commit | commitdiff | tree |
2005-05-11 |
Keith Whitwell | Fix glean/conform problems. Don't generate so much... |
commit | commitdiff | tree |
2005-05-11 |
Keith Whitwell | Fix valgrind complaint, conform vertex order test. |
commit | commitdiff | tree |
2005-05-11 |
Keith Whitwell | Rename temp_flag to temp_in_use. Use ctx->Const.MaxVer... |
commit | commitdiff | tree |
2005-05-11 |
Keith Whitwell | Fix logic for allocating texture temporaries (Ben Skeggs). |
commit | commitdiff | tree |
2005-05-11 |
Adam Jackson | int -> size_t to fix compile on LP64. |
commit | commitdiff | tree |
2005-05-10 |
Keith Whitwell | Ensure programs don't overflow allocated instruction... |
commit | commitdiff | tree |
2005-05-10 |
Keith Whitwell | Fix some valgrind complaints |
commit | commitdiff | tree |
2005-05-10 |
Keith Whitwell | fix some valgrind complaints |
commit | commitdiff | tree |
2005-05-10 |
Keith Whitwell | Improved detection of program changes. |
commit | commitdiff | tree |
2005-05-10 |
Keith Whitwell | Double-buffer generated instructions and only notify... |
commit | commitdiff | tree |
2005-05-10 |
Keith Whitwell | Fix some valgrind complaints |
commit | commitdiff | tree |
next |