summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-01-28mesa: Fix available APIs for AMD_conservative_depthChad Versace
2011-01-28r300/compiler: print stats based on the initial number of instructionsMarek Olšák
2011-01-28r300g: fix resource_copy_region for DXT SRGB formatsMarek Olšák
2011-01-28glcpp: Demote "macro redefined" from an error to a warningCarl Worth
2011-01-27glapi: add @GOTPCREL relocation typeDimitry Andric
2011-01-28r600g: handle PIPE_CAP_ARRAY_TEXTURESMarek Olšák
2011-01-28r300g: handle PIPE_CAP_ARRAY_TEXTURESMarek Olšák
2011-01-28r300g: 8x8-compressed zbuffer can only be point-sampledMarek Olšák
2011-01-28r300g: fix and re-enable 8x8 zbuffer compression modeMarek Olšák
2011-01-27r300g: print driver info if RADEON_DEBUG=infoMarek Olšák
2011-01-27r300g: add winsys flag CAN_AACOMPRESSMarek Olšák
2011-01-27r300g: rename flag squaretiling -> drm_2_1_0Marek Olšák
2011-01-27util: fix parsing debug optionsMarek Olšák
2011-01-27r300g: fix some bugs with zbuffer compression (v4)Marek Olšák
2011-01-26glsl: use 'this' pointer to be consistentBrian Paul
2011-01-26glsl: remove needless conditionalBrian Paul
2011-01-26glsl: move ir_var_out codeBrian Paul
2011-01-26glsl: move ir_var_system_value codeBrian Paul
2011-01-26glsl: use local var to simplify code a bitBrian Paul
2011-01-26mesa: fix compilationZack Rusin
2011-01-26glsl: Refresh autogenerated lexer fileChad Versace
2011-01-26glsl: Remove extraneously extraneous parensChad Versace
2011-01-26mesa: Allow extensions in MESA_EXTENSION_OVERRIDE to be prefixed with '+'Chad Versace
2011-01-26mesa: Simplify logic in get_extension_override()Chad Versace
2011-01-26glsl: Enable AMD_conservative_depth in parserChad Versace
2011-01-26mesa: Propagate gl_FragDepth layout from GLSL IR to Mesa IRChad Versace
2011-01-26glsl: Raise linking error if gl_FragDepth layout is inconsistentChad Versace
2011-01-26glsl: Propagate depth layout qualifier from AST to IRChad Versace
2011-01-26glsl: Define enum ir_depth_layoutChad Versace
2011-01-26glsl: Refresh autogenerated parser filesChad Versace
2011-01-26glsl: Add support for AMD_conservative_depth to parserChad Versace
2011-01-26glsl: Add depth layout qualifiers to ast_type_qualifierChad Versace
2011-01-26glcpp: Conditionally define macro GL_AMD_conservative_depthChad Versace
2011-01-26mesa: Add AMD_conservative_depth to extension listChad Versace
2011-01-26tgsi: add cases for array texturesBrian Paul
2011-01-26mesa: Support internalFormat=GL_BGRA for DRI driversKristian Høgsberg
2011-01-26st/egl: Downgrade warning to debug when we can't create a drm screenKristian Høgsberg
2011-01-26mesa: fix MESA/EXT typoBrian Paul
2011-01-26util: require debug options to be separated by commasMarek Olšák
2011-01-26gallium: add an interface for query predicatesZack Rusin
2011-01-25softpipe: support for 1D/2D texture arraysBrian Paul
2011-01-25st/mesa: support for 1D/2D texture arraysBrian Paul
2011-01-25tgsi: add support for 1D/2D texture arraysBrian Paul
2011-01-25mesa: remove isProxy local varBrian Paul
2011-01-25mesa: use texFormat local var in more placesBrian Paul
2011-01-25mesa: consolidate error handling code in _mesa_GetTexLevelParameteriv()Brian Paul
2011-01-25mesa: consolidate error handling in set_tex_parameteri()Brian Paul
2011-01-25mesa: add checks for GL_EXT_texture_arrayBrian Paul
2011-01-25linker: Propagate max_array_access while linking functionsIan Romanick
2011-01-25linker: Set sizes for non-global arrays as wellIan Romanick