summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2008-09-21mesa: move some glapi bits aroundBrian Paul
2008-09-21mesa: remove some temp debug codeBrian Paul
2008-09-21mesa: check FEATURE_ARB_occlusion_queryBrian Paul
2008-09-21mesa: fix typo: s/stacks/stack/Brian Paul
2008-09-21code refactoring, new next_mipmap_level_size() functionBrian
2008-09-21added _mesa_tex_target_to_face()Brian
2008-09-21refactor code, export _mesa_generate_mipmap_level()Brian
2008-09-21move _mesa_format_to_type_and_comps() to texformat.cBrian
2008-09-21mesa: pull in mipmap.c changes from gallium-0.2Keith Whitwell
2008-09-21mesa: remove unneeded #includeBrian Paul
2008-09-21mesa: refactor: move various ENUM_TO_x macros into macros.hBrian Paul
2008-09-21mesa: refactor: move glTexParameter-related functions into new texparam.c fileBrian Paul
2008-09-21mesa: refactor: move glTexEnv-related functions into new texenv.c fileBrian Paul
2008-09-21mesa: refactor: move glTexGen-related functions into new texgen.c fileBrian Paul
2008-09-21mesa: refactor: fix some FEATURE_ typos, mistakesBrian Paul
2008-09-21mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell
2008-09-21mesa: refactor: move _mesa_update_minmax/histogram() into image.cBrian Paul
2008-09-21mesa: refactor: move multisample-related functions into new multisample.c fileBrian Paul
2008-09-21mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram...Brian Paul
2008-09-21mesa: refactor: move glClear, glClearColor into new clear.c file.Brian Paul
2008-09-21mesa: refactor: move scissor functions into new scissor.c fileBrian Paul
2008-09-21mesa: refactor: move pixel map/scale/bias code into image.cBrian Paul
2008-09-21mesa: refactor: new _mesa_init_pixelstore() functionBrian Paul
2008-09-21mesa: refactor: move _mesa_init_exec_table() into new api_exec.c fileBrian Paul
2008-09-21mesa: refactor: move glReadPixels code into new readpix.c fileBrian Paul
2008-09-21Add some FLUSH_CURRENT() calls.Brian
2008-09-21mesa: refactor: move glPixelStore function into new pixelstore.c fileBrian Paul
2008-09-21mesa: remove EXT/NV suffixes from _mesa_PointParameter functionsBrian Paul
2008-09-22i965: fix compilationBenjamin Close
2008-09-21gallium: cleanup the after merge framebuffer update codeZack Rusin
2008-09-21gallium: fix a fbo crashZack Rusin
2008-09-21Fix X86 compilation.Chris Rankin
2008-09-21Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-21swrast: remove merge droppingsKeith Whitwell
2008-09-21swrast: remove dead file not present in masterKeith Whitwell
2008-09-21drivers/x11: remove early gallium supportKeith Whitwell
2008-09-21state_tracker: remove dead fileKeith Whitwell
2008-09-21gallium: remove files not in masterKeith Whitwell
2008-09-21gallium: remove remnants of an nouveau driverKeith Whitwell
2008-09-21swrast: remove merge droppingsKeith Whitwell
2008-09-21Remove CVS keywords.Keith Whitwell
2008-09-21mesa: Prefix main includes with dir to avoid conflicts.José Fonseca
2008-09-21mesa: remove dead fileKeith Whitwell
2008-09-21mesa: add explict float castsKeith Whitwell
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell
2008-09-21mesa: move fixed function vertex program builder from tnl to core mesaKeith Whitwell
2008-09-21mesa: add parenthesisBrian Paul
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell
2008-09-21mesa: Remove assyntax.h include from generated matypes.h.José Fonseca
2008-09-21mesa: move rastpos helper to tnlKeith Whitwell