summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* main: Fix geometry shader error messages (missing right paren)Paul Berry2013-08-011-3/+3
* glsl: Change do_set_program_inouts' is_fragment_shader arg to shader_type.Paul Berry2013-08-013-4/+3
* i965: Delete the BATCH_LOCALS macro.Kenneth Graunke2013-08-012-6/+0
* Correct clamping of TEXTURE_{MAX, BASE}_LEVELCorey Richardson2013-08-011-2/+20
* De-tab and align comments in gl_texture_objectCorey Richardson2013-08-011-22/+23
* i965 Gen4/5: clip: Don't mangle flat varyingsChris Forbes2013-08-011-21/+32
* i965 Gen4/5: clip: Add support for noperspective varyingsChris Forbes2013-08-013-10/+113
* i965 Gen4/5: clip: correctly handle flat varyingsChris Forbes2013-08-016-54/+30
* i965 Gen4/5: Generalize SF interpolation setup for GLSL1.3Chris Forbes2013-08-014-70/+85
* i965: Add helper functions for interpolation mapChris Forbes2013-08-011-0/+18
* i965 Gen4/5: Introduce 'interpolation map' alongside the VUE mapChris Forbes2013-08-019-2/+120
* mesa/program: remove useless YYIDLaurent Carlier2013-07-311-2/+2
* mesa/program: Switch from the deprecated YYLEX_PARAM to %lex-param.Kenneth Graunke2013-07-311-5/+4
* mesa/program: Change the program parser's namespace.Kenneth Graunke2013-07-312-3/+10
* mesa: fix multisampling proxy textures not being queryableMikko Juola2013-07-311-0/+2
* mesa: fix proxy textures becoming immutable and unusableMikko Juola2013-07-311-1/+1
* mesa: fix proxy textures not working with default texture bindingMikko Juola2013-07-311-1/+1
* mesa: fix number of mipmaps calculation for proxy texturesMikko Juola2013-07-311-0/+10
* mesa: improve free() cleanup in generate_mipmap_compressed()Brian Paul2013-07-311-10/+7
* i965/vs: Put lod parameter in the correct place for Gen4Chris Forbes2013-07-311-1/+1
* i965/vs: set up sampler state pointer for Gen4/5.Chris Forbes2013-07-311-6/+21
* st/dri: add a new driconf option disable_shader_bit_encoding for UnigineMarek Olšák2013-07-303-1/+15
* st/mesa: fix opcode translation for ARB_shader_bit_encoding functionsMarek Olšák2013-07-301-0/+7
* mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák2013-07-304-0/+50
* mesa: add MESA_GLSL debug flag to dump shaders on compile errorMarek Olšák2013-07-302-5/+15
* driconf: enable app-specific workarounds for all driversMarek Olšák2013-07-302-2/+6
* st/dri: implement the driconf option force_s3tc_enable properlyMarek Olšák2013-07-301-9/+1
* driconf: remove the unused option allow_large_texturesMarek Olšák2013-07-301-9/+0
* st/dri: support the driconf option disable_blend_func_extendedMarek Olšák2013-07-301-1/+2
* mesa: default texture buffer format should be R8 in the core profileMarek Olšák2013-07-301-2/+2
* mesa: default DEPTH_TEXTURE_MODE should be RED in the core profileMarek Olšák2013-07-308-10/+12
* st/mesa: expose EXT_framebuffer_multisample_blit_scaled if MSAA is supportedMarek Olšák2013-07-301-0/+1
* st/mesa: fix sRGB renderbuffers without EXT_framebuffer_sRGB supportMarek Olšák2013-07-302-0/+15
* glsl: Remove redundant writes to prog->LinkStatusPaul Berry2013-07-301-1/+0
* mesa: Remove broken assertion about enabled texture targets.Kenneth Graunke2013-07-291-4/+2
* i965: Don't create a swrast context on ES2+.Kenneth Graunke2013-07-291-1/+1
* mesa: Expose OES_surfaceless_context.Matt Turner2013-07-291-0/+1
* mesa: Return GL_FRAMEBUFFER_UNDEFINED if the winsys fbo is incomplete.Matt Turner2013-07-291-2/+6
* mesa: Disable GL_EXT_framebuffer_object in core profiles and OpenGL 3.1Ian Romanick2013-07-261-1/+1
* i965/vs: Fix flaky texture swizzlingChris Forbes2013-07-271-1/+1
* Revert "i965: Delete pre-DRI2.3 viewport hacks."Kenneth Graunke2013-07-253-1/+25
* i965: Initialize inout_offset parameter to brw_search_cache().Paul Berry2013-07-252-2/+2
* mesa: implement mipmap generation for compressed 2D array texturesBrian Paul2013-07-241-16/+43
* meta: handle 2D texture arrays in decompress_texture_image()Brian Paul2013-07-241-2/+21
* mesa: handle 2D texture arrays in get_tex_rgba_compressed()Brian Paul2013-07-241-28/+24
* mesa: fix rgtc snorm decodingRoland Scheidegger2013-07-241-3/+3
* build: Add tests directories to SUBDIRSMatt Turner2013-07-221-1/+1
* scons: Don't use -z defs ld option on Mac.José Fonseca2013-07-211-1/+2
* scons: Disallow undefined symbols in Xlib libGL.so.José Fonseca2013-07-191-0/+3
* mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently9.2-branchpointTomasz Lis2013-07-183-0/+24