summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2011-01-29r300/compiler: Standardize the number of bits used by swizzle fieldsTom Stellard
2011-01-28st/mesa: fix texture array dimensionsBrian Paul
2011-01-28mesa: fix typo, wrap long lineBrian Paul
2011-01-28st/mesa: pass layers param to st_texture_create()Brian Paul
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-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-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-26mesa: Propagate gl_FragDepth layout from GLSL IR to Mesa IRChad Versace
2011-01-26mesa: Add AMD_conservative_depth to extension listChad Versace
2011-01-26mesa: Support internalFormat=GL_BGRA for DRI driversKristian Høgsberg
2011-01-26mesa: fix MESA/EXT typoBrian Paul
2011-01-25st/mesa: 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-25ir_to_mesa: Add several assertions about sizes of arraysIan Romanick
2011-01-25st/mesa: add comments in emit_wpos()Brian Paul
2011-01-25st/mesa: fix incorrect fragcoord.x translationBrian Paul
2011-01-24mesa: add red, red/green formats in _mesa_base_fbo_format()Brian Paul
2011-01-24mesa: plug in fallback function for ctx->Driver.ValidateFramebuffer()Brian Paul
2011-01-24mesa: new cases in _mesa_base_fbo_format()Brian Paul
2011-01-24Revert "mesa: Simplify _mesa_base_fbo_format by making it exceptions to texim...Brian Paul
2011-01-24st/mesa: Enable EXT_texture_format_BGRA8888 for gles1/2Benjamin Franzke
2011-01-24st/mesa: support internalFormat=GL_BGRA in TexImage2DBenjamin Franzke
2011-01-24mesa/es: require internalFormat==format in TexImage2DBenjamin Franzke
2011-01-24mesa: allow internalFormat=GL_BGRA_EXT in TexImage2DBenjamin Franzke
2011-01-24mesa: s/movzxw/movzwl/ in read_rgba_span_x86.SDimitry Andric
2011-01-24mesa: s/movzx/movzbl/Dimitry Andric
2011-01-24osmesa: mklib requires arguments before objectsChristopher James Halse Rogers
2011-01-24r600c: only colors can be flat shadedAndre Maasikas
2011-01-23r300g: Increase fragment shader limits for r400 cardsTom Stellard
2011-01-23gldirect: remove _NEW_ACCUMBrian Paul
2011-01-23i965: remove _NEW_ACCUMBrian Paul
2011-01-23mesa: add ARB_framebuffer_sRGB as alias of the EXT variantMarek Olšák
2011-01-23mesa: return GL_LINEAR for ..COLOR_ENCODING if framebuffer_sRGB is unsupportedMarek Olšák
2011-01-23mesa: get rid of _NEW_ACCUM, clean-up _NEW_* #definesBrian Paul
2011-01-23mesa: smarter glTexParameter state invalidationBrian Paul
2011-01-23r300/compiler: remove any code related to relative addressing of temporariesMarek Olšák
2011-01-22st/mesa: ensure that all pixel paths operation on linear RGB data, not sRGBBrian Paul
2011-01-22st/mesa: update comment, use st_fb_orientation()Brian Paul
2011-01-22st/mesa: comments in update_viewport()Brian Paul