mesa: refactor: move glTexEnv-related functions into new texenv.c file
[mesa.git] / src / mesa / main /
2008-06-12 Brian Paulmesa: refactor: move glTexEnv-related functions into...
2008-06-12 Brian Paulmesa: refactor: move glTexGen-related functions into...
2008-06-10 Brian Paulmesa: refactor: fix some FEATURE_ typos, mistakes
2008-06-10 Brian Paulmesa: refactor: move #define FEATURE flags into new...
2008-06-10 Brian Paulgallium: remove stray include of st_context.h
2008-06-09 Brian Paulmesa: remove unused api_eval.h header file
2008-06-09 Brian Paulmesa: refactor: move _mesa_update_minmax/histogram...
2008-06-09 Brian Paulmesa: refactor: move multisample-related functions...
2008-06-09 Brian Paulmesa: refactor: move _mesa_resizebuffers(), _mesa_Resiz...
2008-06-09 Brian Paulmesa: refactor: move glClear, glClearColor into new...
2008-06-09 Brian Paulmesa: refactor: move scissor functions into new scissor...
2008-06-09 Brian Paulmesa: refactor: move _mesa_init_exec_table() into new...
2008-06-09 Brian Paulmesa: refactor: move pixel map/scale/bias code into...
2008-06-09 Brian Paulmesa: refactor: new _mesa_init_pixelstore() function
2008-06-09 Brian Paulmesa: refactor: move glReadPixels code into new readpix...
2008-06-09 Brian Paulmesa: refactor: move glPixelStore function into new...
2008-06-09 Brian Paulmesa: chmod a-x context.c
2008-06-09 Jakob Bornecrantzmesa: Most of the functions of MESA_TEXTURE_S8_Z24...
2008-06-08 Jakob Bornecrantzmesa: Add MESA_FORMAT_S8_Z24 texture format
2008-06-06 Keith Whitwellmesa: turn off ffvertex prog debug
2008-06-05 Brian Paulmesa: remove EXT/NV suffixes from _mesa_PointParameter...
2008-06-05 Brian Paulmesa: added _mesa_DrawArrays, DrawElements, DrawRangeEl...
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-31 José Fonsecamesa: Apply MSVC portability fixes from Alan Hourihane.
2008-05-30 Keith Whitwellmesa: undo accidental setting of _ForceEyeCoords
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-27 Keith Whitwellffvertex: emit full LIT when attenuating (needs the...
2008-05-27 Keith Whitwellffvertex: don't compute whole eye vector if only eye...
2008-05-24 Keith WhitwellRevert "mesa: save a temp on normalizes"
2008-05-24 Keith Whitwellmesa: pre-swizzle normal scale state value
2008-05-24 Keith Whitwellmesa: evaluate _NeedEyeCoords prior to generating inter...
2008-05-23 Keith Whitwellmesa: save a temp on normalizes
2008-05-23 Keith Whitwellmesa: further degenerate the special case lit substitute
2008-05-23 Keith Whitwellmesa: don't emit LIT instruction when mat shininess...
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-23 Keith Whitwellmesa: do object-space lighting in ffvertex_prog.c
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian PaulFix program refcounting assertion failure during contex...
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-18 Brian Paulalias ProgramEnvParameter4xyARB and ProgramParameter4xy...
2008-05-07 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-07 Brian Paulmesa: free shader program data before deleting shader...
2008-05-07 Brian Paulgallium: implement full reference counting for vertex...
2008-05-07 Brianmesa: free shader program data before deleting shader...
2008-05-07 Briangallium: implement full reference counting for vertex...
2008-05-07 Brianmesa: comments, whitespace
2008-05-06 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-05 Alan Hourihanefix _mesa_ffs for alternative compilers
2008-05-02 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-01 Alan HourihaneFix build problem with MSVC
2008-04-30 Brian PaulAdd support for GL_REPLACE_EXT texture env mode.
2008-04-29 Brian Paulmesa: added _mesa_scale_and_bias_depth_uint()
2008-04-25 Brian Paulgallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_...
2008-04-24 Brian Paulmesa: adjust glBitmap coords by a small epsilon
2008-04-05 Brianmesa: no longer combine vertex/fragment shader paramete...
2008-04-04 BrianAlias glStencilOpSeparateATI with glStencilOpSeparate.
2008-04-04 BrianFinish up ATI_separate_stencil
2008-04-04 Roland Scheideggeradd missing _mesa_StencilFuncSeparateATI function
2008-03-28 Brian Paulmesa: fix texture/renderbuffer mix-up in test_attachmen...
2008-03-22 Briandelete default programs with ctx->Driver.DeleteProgram()
2008-03-21 BrianRefactor PBO validate/map code.
2008-03-21 Brian Pauladd a number of PBO validate/map/unmap functions
2008-03-21 BrianFix some PBO breakage.
2008-03-14 Brian Paulmesa: clamp point size in vertex program when computing...
2008-03-11 Brianfix Height2/Depth2 init problem when using texture...
2008-02-25 José FonsecaRemove files of unsupported build systems.
2008-02-11 Briangallium: take pitch/stride into account in mipmap gener...
2008-02-11 Briancode refactoring, new next_mipmap_level_size() function
2008-02-11 Brianadded _mesa_tex_target_to_face()
2008-02-11 Brianrefactor code, export _mesa_generate_mipmap_level()
2008-02-11 Brianmove _mesa_format_to_type_and_comps() to texformat.c
2008-02-11 Brianreorder cases in do_row()
2008-02-11 Brianre-indent do_row()
2008-02-11 Briancheckpoint- consolidation in do_row()
2008-02-11 Briancheckpoint- remove dependencies on gl_texture_format...
2008-02-08 BrianRemove unused texunit parameter to ctx->Driver.Generate...
2008-02-06 BrianAdded ctx->Driver.GenerateMipmap() driver hook
2008-01-18 Brianuse PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when...
2008-01-01 Brianfix mem leak (free key)
2008-01-01 Brianfree Default1D/2DArray objects
2007-12-14 Brianset SamplerUnit[] entry in load_texture() just to be...
2007-12-14 Brianset program->SamplersUsed bit when using a texture...
2007-12-12 Brianprefix some #includes
2007-12-11 Keith WhitwellRework gallium and mesa queries a little.
2007-12-05 BrianFix endianness bug in _mesa_texstore_argb8888()
2007-11-08 Brianin check_end_texture_render(), test for presence of...
2007-11-06 BrianDetermine GL extensions/limits by making pipe queries.
2007-11-05 Brianno-op glCopyPixels if width or height is zero
2007-11-02 Briandisable the driverContext assertions
2007-10-31 BrianUpdate texenvprogram.c code to use prog_cache.c routines.
2007-10-31 Brianmore flags for MaintainTnlProgram case, update #includes
2007-10-31 BrianUse ffvertex_prog.c code instead of t_vp_build.c code.
2007-10-31 BrianLift fixed function vertex program generation up from...
2007-10-31 Brianalloc caches for fixed-func vertex/fragment progs
2007-10-30 BrianSet _NEW_BUFFERS in glRead/DrawBuffer().
2007-10-29 BrianRewrite update_program() to use _mesa_get_fixed_func_fr...
2007-10-29 BrianRemove ctx field from texenvprog_cache
2007-10-29 BrianRefactor _mesa_UpdateTexEnvProgram()
next