summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-05-12tgsi: also count instructions in tgsi_scan_shader()Brian Paul
2010-05-12llvmpipe: Handle PIPE_CAP_GUARD_*.José Fonseca
2010-05-12llvmpipe: Use RAST_WHOLE/EDGE_TEST in more places.José Fonseca
2010-05-12llvmpipe: Move the opaque flag computation into the variant.José Fonseca
2010-05-12svga: Advertise shader limits.José Fonseca
2010-05-12llvmpipe: Advertise (gallivm's) shader limits.José Fonseca
2010-05-12softpipe: Adverstise (tgsi_exec's) shader limits.José Fonseca
2010-05-12mesa/st: Expose pipe driver's shader limits.José Fonseca
2010-05-12gallium: Add new fine grained PIPE_CAP_xx for shader limits.José Fonseca
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca
2010-05-12st/egl: Link egl-apis to LLVM when enabled.Chia-I Wu
2010-05-12st/mesa: Do not use draw module in OpenGL ES build.Chia-I Wu
2010-05-12mesa/es: Merge back to core mesa.Chia-I Wu
2010-05-12mesa/es: Remove omit list.Chia-I Wu
2010-05-12mesa: Make FEATURE_ATI_fragment_shader more modular.Chia-I Wu
2010-05-12mesa/es: Remove sources.mak.Chia-I Wu
2010-05-12mesa/es: Update sources.mak and fix the build.Chia-I Wu
2010-05-12st/mesa: Make st_cb_drawtex.h FEATURE_OES_draw_texture aware.Chia-I Wu
2010-05-12mesa: Add dummy _mesa_lookup_query_object to queryobj.h.Chia-I Wu
2010-05-12st/mesa: Make st_cb_blit.h FEATURE_EXT_framebuffer_blit aware.Chia-I Wu
2010-05-12st/mesa: Make st_cb_queryobj.h FEATURE_queryobj aware.Chia-I Wu
2010-05-12st/mesa: Make FEATURE_feedback and FEATURE_rastpos more modular.Chia-I Wu
2010-05-12st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware.Chia-I Wu
2010-05-12st/mesa: Make st_cb_accum.h FEATURE_accum aware.Chia-I Wu
2010-05-12mesa: Make FEATURE_EXT_transform_feedback more modular.Chia-I Wu
2010-05-11glapi: fix generator scripts w.r.t. GLX_USE_APPLEGLBrian Paul
2010-05-11glapi: added GL_ARB_transform_feedback2 entrypointsBrian Paul
2010-05-11mesa: fix error message stringsBrian Paul
2010-05-11mesa: added glGet code for GL_ARB_transform_feedback2Brian Paul
2010-05-11mesa: remove unused headerBrian Paul
2010-05-11mesa: remove unused headerBrian Paul
2010-05-11glew: update to version 1.5.4Brian Paul
2010-05-11st/mesa: update query code for transform feedbackBrian Paul
2010-05-11mesa/st+tgsi: Provide a free callback to match with ureg_get_tokens().José Fonseca
2010-05-11mesa: Optimize get.c by using a table-driven approachKristian Høgsberg
2010-05-11llvmpipe: fix texture image size calculationBrian Paul
2010-05-11llvmpipe: add a simple resource tracking/debug featureBrian Paul
2010-05-11llvmpipe: remove trailing whitespace, rewrap commentBrian Paul
2010-05-11scons: Export shouldn't be part of the if stanza.José Fonseca
2010-05-11st/mesa: Remove unnecessary header.Vinson Lee
2010-05-11intel: Don't update renderbuffers in intelSetTexBuffer2 if we have invalidateKristian Høgsberg
2010-05-11intel: Drop viewport hack when we canKristian Høgsberg
2010-05-11glx: Provide the __DRI_USE_INVALIDATE extension to the driver when we canKristian Høgsberg
2010-05-11st/xorg: Fix SCons build.Michel Dänzer
2010-05-11mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca
2010-05-11tests/graw: raw -> grawJosé Fonseca
2010-05-10mesa: s/uint/GLuint/ in _mesa_BindTransformFeedback prototype.Vinson Lee
2010-05-11gallium: Add llvmpipe support to st/egl.Chia-I Wu
2010-05-10mesa: more transform feedback infrastructureBrian Paul
2010-05-10intel: Also flush front buffer in glFinish()Kristian Høgsberg