summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2008-09-23mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca
2008-09-23mesa: new gl_fragment_program fields indicating use of fog, front-facing, poi...Brian Paul
2008-09-23Added new _mesa_clip_copytexsubimage() function to do avoid clipping down in ...Brian
2008-09-22Remove incorrect test from mmAllocMem.Michel Dänzer
2008-09-21mesa: allow for extra per-context initBrian Paul
2008-09-21mesa: texture crop rect stateBrian Paul
2008-09-21mesa: set point stateBrian Paul
2008-09-21mesa: fix some feature testsBrian Paul
2008-09-21mesa: fix some pixel transfer state tests for depth formatsBrian Paul
2008-09-21mesa: Silence compiler warnings on Windows.Michal Krol
2008-09-21mesa: comments about vectors vs componentsBrian Paul
2008-09-21mesa: remove debug codeBrian Paul
2008-09-21mesa: implement glGetUniformiv() with new ctx->Driver functionBrian Paul
2008-09-21mesa: added case for fixed ptBrian Paul
2008-09-21mesa: point size arraysBrian Paul
2008-09-21mesa: Replace deprecated __MSC__ macro.José Fonseca
2008-09-21mesa: More signed/unsigned float/integer fixes.José Fonseca
2008-09-21mesa: Use appropriate unsigned/signed, float/integer types.José Fonseca
2008-09-21mesa: Use _mesa_bsearch.José Fonseca
2008-09-21mesa: bsearch implementation for WinCE.José Fonseca
2008-09-21mesa: ASSERT macro is already defined by WinCE headers.José Fonseca
2008-09-21mesa: init ctx->RenderModeBrian Paul
2008-09-21mesa: GL_BYTE vertex/texcoord arraysBrian Paul
2008-09-21mesa: initial support for fixed-pt vertex arraysBrian Paul
2008-09-21mesa: refactor: move initialization of DefaultPacking state.Brian Paul
2008-09-21mesa: fix errors in prev commitBrian Paul
2008-09-21mesa: revamp glBlendFunc loopbackBrian Paul
2008-09-21mesa: fix some FEATURE_x testsBrian Paul
2008-09-21mesa: test for FEATURE_ATI_fragment_shaderBrian Paul
2008-09-21mesa: fix ReadBuffer initializationBrian Paul
2008-09-21mesa: FEATURE_dispatch to control dispatch table usageBrian Paul
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: 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