mesa: fix typo (s/feadback/feedback/). Fixes broken selection/feedback.
[mesa.git] / src / mesa / main /
2008-09-26 Brian Paulmesa: fix typo (s/feadback/feedback/). Fixes broken...
2008-09-25 Brian Paulmesa: fix float->int mapping for glGetIntegerv(GL_DEPTH...
2008-09-24 Brianset SamplerUnit[] entry in load_texture() just to be...
2008-09-24 Brianuse PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when...
2008-09-24 Brianset program->SamplersUsed bit when using a texture...
2008-09-24 BrianRemove ctx field from texenvprog_cache
2008-09-24 Brianinclude programopt.h
2008-09-24 BrianDisable vertex shader fog, compute fog in fragment...
2008-09-24 Briantemporarily set the FRAG_BIT_FOGC bit in InputsRead...
2008-09-24 José Fonsecamesa: Apply MSVC portability fixes from Alan Hourihane.
2008-09-24 Brian Paulmesa: new gl_fragment_program fields indicating use...
2008-09-23 BrianAdded new _mesa_clip_copytexsubimage() function to...
2008-09-22 Michel DänzerRemove incorrect test from mmAllocMem.
2008-09-22 Brian Paulmesa: allow for extra per-context init
2008-09-22 Brian Paulmesa: texture crop rect state
2008-09-22 Brian Paulmesa: set point state
2008-09-22 Brian Paulmesa: fix some feature tests
2008-09-22 Brian Paulmesa: fix some pixel transfer state tests for depth...
2008-09-22 Michal Krolmesa: Silence compiler warnings on Windows.
2008-09-22 Brian Paulmesa: comments about vectors vs components
2008-09-22 Brian Paulmesa: remove debug code
2008-09-22 Brian Paulmesa: implement glGetUniformiv() with new ctx->Driver...
2008-09-22 Brian Paulmesa: added case for fixed pt
2008-09-22 Brian Paulmesa: point size arrays
2008-09-22 José Fonsecamesa: Replace deprecated __MSC__ macro.
2008-09-22 José Fonsecamesa: More signed/unsigned float/integer fixes.
2008-09-22 José Fonsecamesa: Use appropriate unsigned/signed, float/integer...
2008-09-22 José Fonsecamesa: Use _mesa_bsearch.
2008-09-22 José Fonsecamesa: bsearch implementation for WinCE.
2008-09-22 José Fonsecamesa: ASSERT macro is already defined by WinCE headers.
2008-09-22 Brian Paulmesa: init ctx->RenderMode
2008-09-22 Brian Paulmesa: GL_BYTE vertex/texcoord arrays
2008-09-22 Brian Paulmesa: initial support for fixed-pt vertex arrays
2008-09-22 Brian Paulmesa: refactor: move initialization of DefaultPacking...
2008-09-22 Brian Paulmesa: fix errors in prev commit
2008-09-22 Brian Paulmesa: revamp glBlendFunc loopback
2008-09-22 Brian Paulmesa: fix some FEATURE_x tests
2008-09-22 Brian Paulmesa: test for FEATURE_ATI_fragment_shader
2008-09-22 Brian Paulmesa: fix ReadBuffer initialization
2008-09-22 Brian Paulmesa: FEATURE_dispatch to control dispatch table usage
2008-09-22 Brian Paulmesa: move some glapi bits around
2008-09-22 Brian Paulmesa: remove some temp debug code
2008-09-22 Brian Paulmesa: check FEATURE_ARB_occlusion_query
2008-09-22 Brian Paulmesa: fix typo: s/stacks/stack/
2008-09-22 Briancode refactoring, new next_mipmap_level_size() function
2008-09-22 Brianadded _mesa_tex_target_to_face()
2008-09-22 Brianrefactor code, export _mesa_generate_mipmap_level()
2008-09-22 Brianmove _mesa_format_to_type_and_comps() to texformat.c
2008-09-22 Keith Whitwellmesa: pull in mipmap.c changes from gallium-0.2
2008-09-22 Brian Paulmesa: refactor: move various ENUM_TO_x macros into...
2008-09-22 Brian Paulmesa: refactor: move glTexParameter-related functions...
2008-09-22 Brian Paulmesa: refactor: move glTexEnv-related functions into...
2008-09-22 Brian Paulmesa: refactor: move glTexGen-related functions into...
2008-09-22 Brian Paulmesa: refactor: fix some FEATURE_ typos, mistakes
2008-09-22 Keith Whitwellmesa: refactor: move #define FEATURE flags into new...
2008-09-22 Brian Paulmesa: refactor: move _mesa_update_minmax/histogram...
2008-09-22 Brian Paulmesa: refactor: move multisample-related functions...
2008-09-22 Brian Paulmesa: refactor: move _mesa_resizebuffers(), _mesa_Resiz...
2008-09-22 Brian Paulmesa: refactor: move glClear, glClearColor into new...
2008-09-22 Brian Paulmesa: refactor: move scissor functions into new scissor...
2008-09-22 Brian Paulmesa: refactor: move pixel map/scale/bias code into...
2008-09-22 Brian Paulmesa: refactor: new _mesa_init_pixelstore() function
2008-09-22 Brian Paulmesa: refactor: move _mesa_init_exec_table() into new...
2008-09-22 Brian Paulmesa: refactor: move glReadPixels code into new readpix...
2008-09-22 BrianAdd some FLUSH_CURRENT() calls.
2008-09-22 Brian Paulmesa: refactor: move glPixelStore function into new...
2008-09-22 Brian Paulmesa: remove EXT/NV suffixes from _mesa_PointParameter...
2008-09-21 Keith Whitwellmesa: remove dead file
2008-09-21 Keith Whitwellmesa: add explict float casts
2008-09-21 Keith Whitwellmesa: move fixed function vertex program builder from...
2008-09-21 Brian Paulmesa: add parenthesis
2008-09-21 Keith Whitwellmesa: standardize on C99's uint*_t instead of u_int*_t
2008-09-21 Keith Whitwellmesa: move rastpos helper to tnl
2008-09-21 Keith Whitwellmesa: improved driver query interface
2008-09-18 Brian Paulmesa: prefix a bunch of #include lines with "main/".
2008-09-16 Brian Paulmesa: rework GLSL vertex attribute binding
2008-09-15 Brian Paulmesa: fix MSAA enable state in update_multisample()
2008-09-15 Brian Paulmesa: remove some assertions that are invalid during...
2008-09-15 Keith Whitwellmesa: get another class of degenerate dlists working
2008-09-13 Guillaume Melquiondmesa: return after _mesa_problem() calls
2008-09-11 Shane BlackettFixes for Mingw
2008-09-05 Brian Paulmesa: replace MALLOC w/ CALLOC to fix memory error...
2008-09-05 Brian Paulmesa: replace MALLOC w/ CALLOC to fix valgrind warning
2008-09-04 Brian Paulmesa: improved gl_buffer_object reference counting
2008-09-04 Xiang, Haihaomesa: merge stencil values into depth values for MESA_F...
2008-09-04 Jakob Bornecrantzmesa: Support for MESA_FORMAT_S8_Z24 texture
2008-09-03 Brian Paulfix BUFFER_DEPTH/BUFFER_ACCUM mix-up
2008-09-02 Roland Scheideggerfix no error generated when calling glLight{if}[v]...
2008-08-26 Brian Paulmesa: don't check for GLSL 1.2 to advertise GL 2.1
2008-08-25 Brian Paulmesa: set version string to 7.3-devel
2008-08-21 Krzysztof CzuryloCall _ae_update_state when array enable state changes
2008-08-21 Eric AnholtFlush vertices when updating texObj->GenerateMipmap...
2008-08-18 Brian Paulmesa: rearrange some code in _mesa_BindTexture() to...
2008-08-16 Brian Paulprep for 7.1 rc4
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-08-08 Brian Paulmesa: fix out-of-bounds memory reads in swizzle_copy()
2008-08-07 Brian Paulmesa: fix glBindTexture error string (bug 17005)
2008-08-06 Brian Paulmesa: fix comment about texture targets (bug 17005)
2008-08-06 Brian Paulfix some FBO/texture queries (bug 15296)
2008-08-03 Brian Pauladded null ptr check (fix bug 16959)
next