summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i915,i965: Fix memory leak in try_pbo_upload (v2)Vinson Lee2013-08-152-0/+2
* radeonsi: Don't leave gaps between position exports from vertex shaderMichel Dänzer2013-08-153-59/+83
* llvmpipe: fix stencil bug if we have both stencil and depth testsRoland Scheidegger2013-08-151-14/+13
* nv30: U8_USCALED only works for size 4Ilia Mirkin2013-08-151-3/+0
* glsl: Emit better warnings for things that look like default precision statem...Ian Romanick2013-08-151-13/+31
* draw: always call util_cpu_detect() in draw context creation.Roland Scheidegger2013-08-151-1/+4
* radeon/llvm: Add missing "%s" format string to fprintf.Jon Severinsson2013-08-141-1/+1
* glsl: disable ARB_texture_cube_map_array_enable keywords for glsl esTapani Pälli2013-08-131-24/+5
* gbm: Link to libwayland-drm if Wayland EGL platform is enabledArmin K2013-08-133-5/+6
* glsl: Require function return type arrays be explicitly sizedIan Romanick2013-08-131-0/+12
* glsl: Move and refine test for unsized arrays in GLSL ESIan Romanick2013-08-131-6/+27
* glx: Generate GLXBadDrawable when drawable is zeroIan Romanick2013-08-131-2/+12
* mesa: Use _mesa_detach_renderbuffer when deleting a textureIan Romanick2013-08-132-20/+48
* mesa: Make detach_renderbuffer available outside fbobject.cIan Romanick2013-08-132-9/+38
* meta: Don't call _mesa_Ortho with width or height of 0Ian Romanick2013-08-131-3/+8
* r600g/sb: use MULADD workaround on R7xx for MULADD_IEEEVadim Girlin2013-08-131-1/+2
* glsl: Don't allow const on out or inout function parametersIan Romanick2013-08-091-0/+15
* r600g: disable GPUVM by defaultAlex Deucher2013-08-091-1/+1
* egl: Do not export private symbolsChad Versace2013-08-095-0/+5
* i965: Remember to call intel_prepare_render() before blitting.Kenneth Graunke2013-08-091-0/+5
* r300g/compiler/tests: Pass the required LDFLAGS when building the test programTom Stellard2013-08-071-1/+2
* r300g/compiler/tests: Fix segfaultTom Stellard2013-08-073-4/+4
* nv50: handle pure integer vertex attributesEmil Velikov2013-08-062-2/+14
* mesa: Generate a renderbuffer wrapper even if the texture has no imageIan Romanick2013-08-061-2/+3
* mesa: Validate the layer selection of an array texture tooIan Romanick2013-08-061-4/+30
* mesa: Don't call driver RenderTexture for invalid zoffsetIan Romanick2013-08-061-0/+6
* mesa: Don't call driver RenderTexture for really broken texturesIan Romanick2013-08-061-2/+20
* mesa: Remove stray debug printfs in attachment completeness codeIan Romanick2013-08-061-2/+0
* mesa: Treat glBindFramebuffer and glBindFramebufferEXT more correctlyIan Romanick2013-08-063-12/+20
* mesa: Treat glBindRenderbuffer and glBindRenderbufferEXT correctlyIan Romanick2013-08-063-8/+19
* mesa: Disable GL_EXT_framebuffer_object in core profiles and OpenGL 3.1Ian Romanick2013-08-061-1/+1
* st/dri: add a new driconf option disable_shader_bit_encoding for UnigineMarek Olšák2013-08-067-2/+21
* mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák2013-08-069-8/+64
* driconf: enable app-specific workarounds for all driversMarek Olšák2013-08-062-2/+6
* st/dri: remove more unused driconf optionsMarek Olšák2013-08-061-6/+1
* st/dri: implement the driconf option force_s3tc_enable properlyMarek Olšák2013-08-066-21/+24
* driconf: remove the unused option allow_large_texturesMarek Olšák2013-08-062-11/+1
* st/dri: support the driconf option disable_blend_func_extendedMarek Olšák2013-08-065-4/+10
* st/osmesa: initialize disable_glsl_line_continuationsMarek Olšák2013-08-061-0/+1
* radeonsi: Number of SGPRs retrieved from LLVM already includes VCCMichel Dänzer2013-08-061-8/+8
* nvc0: properly align NVE4_COMPUTE_MP_TEMP_SIZESamuel Pitoiset2013-08-052-2/+3
* mesa/program: Switch from the deprecated YYLEX_PARAM to %lex-param.Kenneth Graunke2013-08-051-5/+4
* mesa/program: Change the program parser's namespace.Kenneth Graunke2013-08-052-3/+10
* glsl: Switch from the deprecated YYLEX_PARAM to %lex-param.Kenneth Graunke2013-08-051-5/+3
* glsl: Change the lexer's namespace.Kenneth Graunke2013-08-053-3/+9
* egl: Restore "bogus" DRI2 invalidate event code.Eric Anholt2013-08-051-0/+14
* mesa: fix multisampling proxy textures not being queryableMikko Juola2013-08-051-0/+2
* mesa: fix proxy textures becoming immutable and unusableMikko Juola2013-08-051-1/+1
* mesa: fix proxy textures not working with default texture bindingMikko Juola2013-08-051-1/+1
* mesa: fix number of mipmaps calculation for proxy texturesMikko Juola2013-08-051-0/+10