summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2009-03-24mesa: bump MAX_PROGRAM_TEMPS to 256 (there's some big shaders out there)Alan Hourihane
2009-03-19glsl: change GLSL #pragma initializationBrian Paul
2009-03-18mesa: use the IROUND() macro in pixel packing codeBrian Paul
2009-03-17mesa: update/fix doxygen commentsVinson Lee
2009-03-13mesa: improve another _mesa_problem() callBrian Paul
2009-03-13mesa: add GL_DUDV_ATI cases in calculate_derived_texenv()Brian Paul
2009-03-13mesa: more info in _mesa_problem() callBrian Paul
2009-03-13mesa: added 1D/3D fetch_texel functions for DUDV8Brian Paul
2009-03-12mesa: added GL_DU8DV8_ATI case in _mesa_components_in_format()Brian Paul
2009-03-12mesa: override_internal_format() function for debug/test purposes (disabled)Brian Paul
2009-03-12mesa: improve some error messagesBrian Paul
2009-03-12mesa: move declarations before codeBrian Paul
2009-03-12mesa: fix glRead/DrawBuffer(GL_AUXn) error valueBrian Paul
2009-03-12i965: fix polygon stipple when rendering to FBORobert Ellison
2009-03-12mesa: fix transposed red/blue in store_texel_rgb888/bgr888() functionsBrian Paul
2009-03-12regenerate glapiRoland Scheidegger
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger
2009-03-12mesa: add missing _glthread_INIT_MUTEX in _mesa_new_framebuffer()Keith Whitwell
2009-03-11i965: fix polygon face orientation when rendering to FBORobert Ellison
2009-03-11mesa: remove some last remnants of GL_MESA_program_debugBrian Paul
2009-03-11mesa: minor commentsBrian Paul
2009-03-11mesa: remove gl_texture_object::_Function field and associated codeBrian Paul
2009-03-09mesa: reorder register file enumsBrian Paul
2009-03-07mesa: move shared context state functions to new shared.c fileBrian Paul
2009-03-07mesa: move glViewport and glDepthRange functions into new viewport.c fileBrian Paul
2009-03-07mesa: gl_register_file enum typedefBrian Paul
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul
2009-03-07mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul
2009-03-06Add Solaris to OS'es using PROT_EXEC mmap() to get executable heap spaceAlan Coopersmith
2009-03-06mesa: added _mesa_read_shader() function to read shaders from filesBrian Paul
2009-03-06mesa: Reads must also be done with lock held.José Fonseca
2009-03-06mesa: Fix typo.José Fonseca
2009-03-04mesa: call _mesa_get_cpu_features() during one-time-initBrian Paul
2009-03-04mesa: new cpuinfo.c file to init/query cpu info and extensionsBrian Paul
2009-03-04mesa: Follow ARB_map_buffer_range more stricly.José Fonseca
2009-03-03mesa: fix sw fallback state validation bugBrian Paul
2009-03-03Merge commit 'origin/gallium-0.1'Keith Whitwell
2009-03-03mesa: add MapBufferRange driver callbacksKeith Whitwell
2009-03-03mesa: Add BeginVertices driver callKeith Whitwell
2009-03-02mesa: more tex image debug/dumping codeBrian Paul
2009-03-02mesa: move call to update_texture_compare_function()Brian Paul
2009-03-02mesa: fix texture enable regressionBrian Paul
2009-03-02mesa: use _mesa_reference_texobj() when setting texUnit->Current pointerBrian Paul
2009-03-02mesa: don't draw arrays if vertex position array is not enabledBrian Paul
2009-03-02mesa: remove warning/short-circuit of stencil enable w/ no stencil bufferBrian Paul
2009-03-02mesa: add ctx->Stencil._Enabled fieldBrian Paul
2009-03-02mesa: fixed computation of _EnabledCoordUnitsBrian Paul
2009-03-02mesa: clarify comments for per-unit texture bitfieldsBrian Paul
2009-03-02mesa: move texture_override() code into calling loopBrian Paul
2009-03-02mesa: move update_texture_compare_function() call out of loopBrian Paul