Added line smooth test
[mesa.git] / src / mesa / main /
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()
2007-10-29 Michal KrolRename 'mms-config.' to 'mms.config'.
2007-10-29 BrianDisable the else clause which assigns the default fragm...
2007-10-27 BrianRe-implement GLSL texture sampler variables.
2007-10-23 Brianproperly init dst reg's CondMask/Swizzle fields
2007-10-23 Brianbump up MAX_INSTRUCTIONS and add an assertion to catch...
2007-10-19 Briancall Driver.Flush() in _mesa_notifySwapBuffers()
2007-10-17 BrianAdd some FLUSH_CURRENT() calls.
2007-10-15 Briancheck for width or height = 0 before calling driver...
2007-10-02 BrianGenerate a texenv fragment program if there's a GLSL...
2007-09-27 Briandon't use scissored bounds in _mesa_clip_copytexsubimage()
2007-09-26 BrianAdded new _mesa_clip_copytexsubimage() function to...
2007-09-25 Brianinclude programopt.h
2007-09-25 BrianDisable vertex shader fog, compute fog in fragment...
2007-09-19 Briantemporarily set the FRAG_BIT_FOGC bit in InputsRead...
2007-09-11 BrianImplement query object interface.
2007-09-10 Brianmove FLUSH_CURRENT
2007-09-06 BrianMove guts of glRasterPos down into T&L module.
2007-08-20 Briandon't map element buffer in _mesa_validate_DrawElements...
2007-08-11 Brianremove some temp pipe hacks
2007-08-10 Brianremove some temporary hacks
2007-08-10 Keith WhitwellAdd printf handlers, pass pci id and move texlayout...
2007-08-09 BrianCheckpoint intel_renderbuffer removal.
2007-08-02 Brianremove st_draw.h include
2007-08-02 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-02 Keith WhitwellReroute some clear functionality.
2007-08-01 Brians/Z24_S8/S8_Z24/ (stencil is in the high byte)
2007-08-01 BrianCheckpoint: glClear changes - working, bug very rough.
2007-07-31 Briansp_z_surface.h is dead
2007-07-31 BrianRedesign pipe_surface in terms of pipe_region.
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-31 Brian32 and z24s8 softpipe buffers
2007-07-30 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-30 BrianLots of improvements to the surface-related code.
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-24 Brianremove unused MAX_3D_TEXTURE_SIZE, reformattting
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-21 ZhangFix a number of MINGW32 issues
2007-07-21 BrianRemove ctx->Point._Size and ctx->Line._Width.
2007-07-20 Roland Scheideggerfix bogus recently introduced function param comments
2007-07-20 Roland Scheideggerfix bogus recently introduced function param comments
2007-07-19 Roland Scheideggerfix mesa's handling of fbo's / window fb (again)
2007-07-19 Roland Scheideggermore fixes for mesa's fbo handling (fixes tests/fbotest1/2)
2007-07-19 Roland Scheideggerfix up mesa's probably bogus framebuffer updates with...
2007-07-19 Roland Scheideggerfix mesa fb binding
2007-07-18 Roland Scheideggerfix mesa's handling of fbo's / window fb (again)
2007-07-18 Roland Scheideggermore fixes for mesa's fbo handling (fixes tests/fbotest1/2)
2007-07-17 Roland Scheideggerfix up mesa's probably bogus framebuffer updates with...
2007-07-17 Roland Scheideggerfix mesa fb binding
2007-07-17 Roland Scheideggerremove old code, remaining bits of static handles,...
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-16 Roland Scheideggerfix bogus fb/drawable information
2007-07-15 Roland Scheideggerfix bogus fb/drawable information (fixes xdemos/wincopy)
2007-07-13 BrianAdded basic occlusion counting
2007-07-13 Brianfix width/depth mix-up (bug 11577)
2007-07-11 BrianMinor clean-up of polygon offset logic. Properly comput...
2007-07-08 BrianFix size test bug in _mesa_test_proxy_teximage().
2007-07-08 BrianCheck if 'indices' parameter is NULL (bug 11314)
2007-07-08 BrianChange float depthScale param to _mesa_unpack_depth_spa...
2007-07-08 Briancheck depthScale value for optimized ushort->uint case...
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-05 Brianstencil pixel map didn't work in _mesa_unpack_stencil_s...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2007-07-03 Roland Scheideggerfix GL_DOT3_RGBA texture combiner mode in generated...
2007-07-02 Brianavoid unnecessary clamping of depth values (bug 11448)
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
next