intel: Use dri_bo_get_tiling to get tiling mode of buffers we get from names.
[mesa.git] / src / mesa / main /
2008-10-23 Brian Paulmesa: remove calls to _mesa_adjust_image_for_convolutio...
2008-10-22 Brian Paulmesa: move convolution image adjustment code for glCopy...
2008-10-22 Brian Paulmesa: some re-org of glCopyTexSubImage1/2/3D() error...
2008-10-22 Brian Paulmesa: in textore.c, only adjust image for convolution...
2008-10-16 Brian Paulmesa: fix error codes in _mesa_GetObjectParameterivARB...
2008-10-10 Brian Paulmesa: fix asst. issues in _mesa_texstore_argb8888()
2008-10-10 Brian Paulmesa: remove unneeded includes
2008-10-10 Brian Paulmesa: fix error codes in _mesa_GetObjectParameterivARB...
2008-10-10 Brian Paulmesa: rename macro params to emphasize that there's...
2008-10-10 Brian Paulmesa: remove unneeded includes
2008-10-08 Eric Anholtmesa: Pass the context to query object delete cb to...
2008-10-06 Brianmesa: fix convolve/convolution mix-ups
2008-10-06 Brian Paulmesa: updated _mesa_delete_query() comments
2008-10-06 Brian Paulmesa: add missing GLcontext param to _mesa_delete_query().
2008-10-02 Ian RomanickUnify ARB_depth_texture and SGIX_depth_texture
2008-09-29 Ian RomanickGLSL: Implement GL_OBJECT_TYPE_ARB query
2008-09-29 Jouk Jansenmesa: asst updates for VMS
2008-09-29 Shunichi Fujimesa: drop calloc from _mesa_get_fixed_func_vertex_program
2008-09-26 Brian Paulmesa: remove invalid assertions that programs have...
2008-09-26 Brad Kingmesa: fix param indexing
2008-09-26 Brianmesa: fix cast/conversion for optional code
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
next