summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2013-08-19meta: Add default precision qualifier to all fragement shadersIan Romanick1-0/+18
2013-08-16meta: Fix blitting a framebuffer with renderbuffer attachmentAnuj Phogat1-10/+15
2013-08-16i965: Force X-tiling for 128 bpp formats on Sandybridge.Kenneth Graunke1-0/+9
2013-08-16mesa/program: remove useless YYIDLaurent Carlier1-2/+2
2013-08-15mesa/vbo: Fix handling of attribute 0 in non-compatibilty contextsIan Romanick1-23/+59
2013-08-15i915,i965: Fix memory leak in try_pbo_upload (v2)Vinson Lee2-0/+2
2013-08-13mesa: Use _mesa_detach_renderbuffer when deleting a textureIan Romanick2-20/+48
2013-08-13mesa: Make detach_renderbuffer available outside fbobject.cIan Romanick2-9/+38
2013-08-13meta: Don't call _mesa_Ortho with width or height of 0Ian Romanick1-3/+8
2013-08-09i965: Remember to call intel_prepare_render() before blitting.Kenneth Graunke1-0/+5
2013-08-06mesa: Generate a renderbuffer wrapper even if the texture has no imageIan Romanick1-2/+3
2013-08-06mesa: Validate the layer selection of an array texture tooIan Romanick1-4/+30
2013-08-06mesa: Don't call driver RenderTexture for invalid zoffsetIan Romanick1-0/+6
2013-08-06mesa: Don't call driver RenderTexture for really broken texturesIan Romanick1-2/+20
2013-08-06mesa: Remove stray debug printfs in attachment completeness codeIan Romanick1-2/+0
2013-08-06mesa: Treat glBindFramebuffer and glBindFramebufferEXT more correctlyIan Romanick2-11/+19
2013-08-06mesa: Treat glBindRenderbuffer and glBindRenderbufferEXT correctlyIan Romanick2-7/+18
2013-08-06mesa: Disable GL_EXT_framebuffer_object in core profiles and OpenGL 3.1Ian Romanick1-1/+1
2013-08-06st/dri: add a new driconf option disable_shader_bit_encoding for UnigineMarek Olšák3-1/+15
2013-08-06mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák4-0/+50
2013-08-06driconf: enable app-specific workarounds for all driversMarek Olšák2-2/+6
2013-08-06st/dri: implement the driconf option force_s3tc_enable properlyMarek Olšák1-9/+1
2013-08-06driconf: remove the unused option allow_large_texturesMarek Olšák1-9/+0
2013-08-06st/dri: support the driconf option disable_blend_func_extendedMarek Olšák1-1/+2
2013-08-05mesa/program: Switch from the deprecated YYLEX_PARAM to %lex-param.Kenneth Graunke1-5/+4
2013-08-05mesa/program: Change the program parser's namespace.Kenneth Graunke2-3/+10
2013-08-05mesa: fix multisampling proxy textures not being queryableMikko Juola1-0/+2
2013-08-05mesa: fix proxy textures becoming immutable and unusableMikko Juola1-1/+1
2013-08-05mesa: fix proxy textures not working with default texture bindingMikko Juola1-1/+1
2013-08-05mesa: fix number of mipmaps calculation for proxy texturesMikko Juola1-0/+10
2013-08-05mesa: improve free() cleanup in generate_mipmap_compressed()Brian Paul1-10/+7
2013-08-05i965/vs: Put lod parameter in the correct place for Gen4Chris Forbes1-1/+1
2013-08-05i965/vs: set up sampler state pointer for Gen4/5.Chris Forbes1-6/+21
2013-08-05st/mesa: fix opcode translation for ARB_shader_bit_encoding functionsMarek Olšák1-0/+7
2013-08-05mesa: default texture buffer format should be R8 in the core profileMarek Olšák1-2/+2
2013-08-05mesa: default DEPTH_TEXTURE_MODE should be RED in the core profileMarek Olšák8-10/+12
2013-08-05st/mesa: fix sRGB renderbuffers without EXT_framebuffer_sRGB supportMarek Olšák2-0/+15
2013-08-05i965/vs: Fix flaky texture swizzlingChris Forbes1-1/+1
2013-08-05Revert "i965: Delete pre-DRI2.3 viewport hacks."Kenneth Graunke3-1/+25
2013-08-05mesa: implement mipmap generation for compressed 2D array texturesBrian Paul1-16/+43
2013-08-05meta: handle 2D texture arrays in decompress_texture_image()Brian Paul1-2/+21
2013-08-05mesa: handle 2D texture arrays in get_tex_rgba_compressed()Brian Paul1-28/+24
2013-07-18mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently9.2-branchpointTomasz Lis3-0/+24
2013-07-18st/mesa: Enable the ARB_shading_language_420pack extension for 1.30+.Kenneth Graunke1-0/+1
2013-07-18i965: Enable the GL_ARB_shading_language_420pack extension on Gen6+.Kenneth Graunke1-0/+1
2013-07-18i965: Combine URB code emission into a single group.Kenneth Graunke1-10/+2
2013-07-18i965/hsw: Change L3 MOCS for depth, hiz, and stencilChad Versace2-4/+9
2013-07-18i965/hsw: Change L3 MOCS of 3DSTATE_CONSTANT_VS/PSChad Versace3-3/+9
2013-07-18i965/hsw: Change L3 MOCS of SURFACE_STATChad Versace2-2/+8
2013-07-18i965/hsw: Change L3 MOCS of 3DSTATE_VERTEX_BUFFERSChad Versace2-0/+6