summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-09-14glapi: Respect IN_DRI_DRIVER in extension_helper.h.Chia-I Wu
2009-09-14es/main: Report GL_OES_draw_texture only when enabled.Chia-I Wu
2009-09-14es/st: Move state tracker code to mesa/st.Chia-I Wu
2009-09-14es: Proper support for FEATURE_OES_draw_texture.Chia-I Wu
2009-09-13mesa/swrast: Respect mfeatures.h.Chia-I Wu
2009-09-13mesa/tnl: Respect mfeatures.h.Chia-I Wu
2009-09-13es/main: Better glGetString support.Chia-I Wu
2009-09-13es/glapi: Remove unnecessary extensions from es_COMPAT.Chia-I Wu
2009-09-13mesa: New feature FEATURE_beginend.Chia-I Wu
2009-09-12st/es: Add OpenGL ES state trackers.Chia-I Wu
2009-09-12mesa/es: Add OpenGL ES overlay.Chia-I Wu
2009-09-12mesa/es: Add OpenGL ES XMLs.Chia-I Wu
2009-09-12glapi: Add OpenGL ES compatibility mode to scripts.Chia-I Wu
2009-09-12glapi: Prefix includes with glapi.Chia-I Wu
2009-09-12mesa/main: Add point size array.Chia-I Wu
2009-09-12mesa: silence warningBrian Paul
2009-09-12st: added preprocessor test for FEATURE_texture_s3tcBrian Paul
2009-09-12mesa: fix set_tex_parameteri() callBrian Paul
2009-09-12mesa/main: Provide dummy texformats when FEATURE_texture_s3tc is disabled.Chia-I Wu
2009-09-12mesa/main: Provide dummy texformats when FEATURE_texture_fxt1 is disabled.Chia-I Wu
2009-09-12mesa/main: Export null texformat operations.Chia-I Wu
2009-09-12mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu
2009-09-12mesa/main: Make FEATURE_evaluators follow feature conventions.Chia-I Wu
2009-09-12mesa/main: New feature FEATURE_queryobj.Chia-I Wu
2009-09-12mesa/main: New feature FEATURE_arrayelt.Chia-I Wu
2009-09-12mesa/main: Make FEATURE_texgen follow feature conventions.Chia-I Wu
2009-09-12mesa/main: Make FEATURE_feedback follow feature conventions.Chia-I Wu
2009-09-12mesa/main: Make FEATURE_drawpix follow feature conventions.Chia-I Wu
2009-09-12mesa/main: New feature FEATURE_rastpos.Chia-I Wu
2009-09-12mesa/main: Make FEATURE_histogram follow feature conventions.Chia-I Wu
2009-09-12mesa/main: Make FEATURE_attrib_stack follow feature conventions.Chia-I Wu
2009-09-12mesa/main: Make FEATURE_accum follow feature conventions.Chia-I Wu
2009-09-12mesa/main: Make FEATURE_convolve follow feature conventions.Chia-I Wu
2009-09-12mesa/main: Make FEATURE_colortable follow feature conventions.Chia-I Wu
2009-09-12mesa/main: Make FEATURE_pixel_transfer follow feature conventions.Chia-I Wu
2009-09-12mesa/main: Add comments to mfeatures.h.Chia-I Wu
2009-09-11i965: Move OPCODE_DDX/DDY to brw_wm_emit.c and make it actually work.Eric Anholt
2009-09-11r600: fix texcoords from constantsAndre Maasikas
2009-09-11Revert "r600: support tex coords from constants"Alex Deucher
2009-09-11r300g: only allocate one BO for vertex buffers, default size is 64*1024Cooper Yuan
2009-09-11r600: support tex coords from constantsAlex Deucher
2009-09-11r600: enable caching of vertex programsAndre Maasikas
2009-09-11llvmpipe: set dirty_render_cache in llvmpipe_clear()José Fonseca
2009-09-11llvmpipe: Update status in README and TODO/FIXME comments throughout the code.José Fonseca
2009-09-10i965: Enable loops in the VS.Eric Anholt
2009-09-10mesa: nicer vertex setupBrian Paul
2009-09-10st/mesa: use st_context() helperBrian Paul
2009-09-10softpipe: remove no-op softpipe_init_texture_funcs() functionBrian Paul
2009-09-10softpipe: remove unused #includes, move commentBrian Paul
2009-09-10util: remove unneeded #includesBrian Paul