Age | Commit message (Expand) | Author |
2006-10-13 | remove needless condition | Brian Paul |
2006-10-13 | Consolidate, move, fix code related to color index and stencil image transfer | Brian Paul |
2006-10-13 | Fix dumb build errors. | Ian Romanick |
2006-10-13 | In _mesa_pack_rgba_span_float() we don't need to make a temporary copy of | Brian Paul |
2006-10-13 | s/GLuint/GLbitfield/ | Brian Paul |
2006-10-13 | s/GL_FALSE/0x0/ | Brian Paul |
2006-10-13 | removed obsolete _mesa_pack_rgba_span_chan() | Brian Paul |
2006-10-13 | include glapi.h to fix broken build | Brian Paul |
2006-10-13 | Upload of interleaved arrays currently assumes that position is the | Keith Whitwell |
2006-10-13 | Make sure instructions are zero'd out before use. | Keith Whitwell |
2006-10-13 | Use unsigned long batchbuffer offset, fixes x64 warnings. | Keith Whitwell |
2006-10-13 | Fix printf warning. | Keith Whitwell |
2006-10-13 | Use unsigned long cast for checking pointer alignment, fixes x64 warnings. | Keith Whitwell |
2006-10-13 | Use mesa function to get opcode name rather than an internal table. | Keith Whitwell |
2006-10-13 | Indent and cosmetic changes. | Michal Krol |
2006-10-13 | Revamp color table code. | Brian Paul |
2006-10-12 | adjust_colors() function replaces old _mesa_chan_to_float_span() function. | Brian Paul |
2006-10-12 | use _mesa_map_ci8_to_rgba8() instead of _mesa_map_ci8_to_rgba() | Brian Paul |
2006-10-12 | remove _mesa_chan_to_float_span(), rename _mesa_map_ci8_to_rgba() | Brian Paul |
2006-10-12 | _mesa_map_ci_to_rgba_chan() no longer used | Brian Paul |
2006-10-12 | Lots of changes to support runtime renderbuffer depths. | Brian Paul |
2006-10-12 | don't use temp storage in _mesa_convert_colors() when possible | Brian Paul |
2006-10-12 | remove some debug code invalidated by prev check-in | Brian Paul |
2006-10-11 | Fix bug #4681. | Ian Romanick |
2006-10-11 | use GLvoid * for _swrast_write_zoomed_rgb/rgba_span() functions | Brian Paul |
2006-10-11 | rewrite/simplify the fast_draw_pixels() function | Brian Paul |
2006-10-11 | use _mesa_convert_colors(), update some assertions | Brian Paul |
2006-10-11 | Added _mesa_convert_colors(). | Brian Paul |
2006-10-11 | support for runtime renderbuffer depths | Brian Paul |
2006-10-11 | In xmesa_DrawPixels_8R8G8B() check if drawing into a window system buffer, | Brian Paul |
2006-10-11 | added shaderobjects_3dlabs.c | Brian Paul |
2006-10-11 | remove 3dlabs.c | Brian Paul |
2006-10-11 | sources for X.org xserver build | Brian Paul |
2006-10-11 | List of source (.c) files in each directory. | Brian Paul |
2006-10-10 | a step toward moving run-time vertex program state out of GLcontext | Brian Paul |
2006-10-10 | fixed NV_position_invariant | Brian Paul |
2006-10-10 | Move the fp_machine struct into s_nvfragmprog.c since (except for program | Brian Paul |
2006-10-10 | s/GLuint/GLbitfield/ | Brian Paul |
2006-10-10 | If program is position invariant, set VERT_BIT_POS in InputsRead field. | Brian Paul |
2006-10-10 | Use the mesa-provided texenv program rather than rolling our own. | Keith Whitwell |
2006-10-09 | Added dispatch.html. | Ian Romanick |
2006-10-09 | return void instead of GLvoid for glClearDebugLogMESA(), glGetDebugLogMESA() | Brian Paul |
2006-10-09 | Updates for XCB. Bug 8560. | Ian Romanick |
2006-10-09 | added a SyncHandle() call, remove UnlockDisplay() call. (bug 8521) | Brian Paul |
2006-10-09 | Updates for XCB. Bug 8560. | Brian Paul |
2006-10-07 | Major clean up of MakeContextCurrent | Ian Romanick |
2006-10-07 | do not import arrays for generic arb attribs if the array is not enabled (sam... | Roland Scheidegger |
2006-10-06 | rewrite clear_rgba_buffer_with_masking() | Brian Paul |
2006-10-06 | deal with union/aliasing in convert_color_type() | Brian Paul |
2006-10-06 | rewrite of read_fast_rgba_pixels() | Brian Paul |