summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-19mesa: Bump version to 9.2-rc1mesa-9.2-rc1Ian Romanick3-3/+3
2013-08-19glsl: Use alignment of container record for its first fieldIan Romanick2-2/+28
2013-08-19glsl: Add new overload of program_resource_visitor::visit_field methodIan Romanick2-10/+48
2013-08-19glsl: Disallow embedded structure definitionsIan Romanick3-0/+38
2013-08-19meta: Add default precision qualifier to all fragement shadersIan Romanick1-0/+18
2013-08-19glsl: Add default precision qualifiers for ES builtinsIan Romanick5-0/+6
2013-08-19glsl: don't eliminate texcoords that can be set by GL_COORD_REPLACEMarek Olšák3-12/+23
2013-08-19nv50: allow non-nv12 buffers to be created, just pass them through to vlIlia Mirkin1-5/+1
2013-08-16meta: Fix blitting a framebuffer with renderbuffer attachmentAnuj Phogat1-10/+15
2013-08-16nv30: remove no-longer-used formats from tableIlia Mirkin1-3/+0
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-15radeonsi: Don't leave gaps between position exports from vertex shaderMichel Dänzer3-59/+83
2013-08-15llvmpipe: fix stencil bug if we have both stencil and depth testsRoland Scheidegger1-14/+13
2013-08-15nv30: U8_USCALED only works for size 4Ilia Mirkin1-3/+0
2013-08-15glsl: Emit better warnings for things that look like default precision statem...Ian Romanick1-13/+31
2013-08-15draw: always call util_cpu_detect() in draw context creation.Roland Scheidegger1-1/+4
2013-08-14radeon/llvm: Add missing "%s" format string to fprintf.Jon Severinsson1-1/+1
2013-08-13glsl: disable ARB_texture_cube_map_array_enable keywords for glsl esTapani Pälli1-24/+5
2013-08-13gbm: Link to libwayland-drm if Wayland EGL platform is enabledArmin K3-5/+6
2013-08-13glsl: Require function return type arrays be explicitly sizedIan Romanick1-0/+12
2013-08-13glsl: Move and refine test for unsized arrays in GLSL ESIan Romanick1-6/+27
2013-08-13glx: Generate GLXBadDrawable when drawable is zeroIan Romanick1-2/+12
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-13r600g/sb: use MULADD workaround on R7xx for MULADD_IEEEVadim Girlin1-1/+2
2013-08-09glsl: Don't allow const on out or inout function parametersIan Romanick1-0/+15
2013-08-09r600g: disable GPUVM by defaultAlex Deucher1-1/+1
2013-08-09egl: Do not export private symbolsChad Versace5-0/+5
2013-08-09i965: Remember to call intel_prepare_render() before blitting.Kenneth Graunke1-0/+5
2013-08-07r300g/compiler/tests: Pass the required LDFLAGS when building the test programTom Stellard1-1/+2
2013-08-07r300g/compiler/tests: Fix segfaultTom Stellard3-4/+4
2013-08-06nv50: handle pure integer vertex attributesEmil Velikov2-2/+14
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 Romanick3-12/+20
2013-08-06mesa: Treat glBindRenderbuffer and glBindRenderbufferEXT correctlyIan Romanick3-8/+19
2013-08-06mesa: Disable GL_EXT_framebuffer_object in core profiles and OpenGL 3.1Ian Romanick1-1/+1
2013-08-06Makefile.am: Remove api_exec_es* from EXTRA_FILES.Matt Turner1-6/+0
2013-08-06st/dri: add a new driconf option disable_shader_bit_encoding for UnigineMarek Olšák7-2/+21
2013-08-06mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák9-8/+64
2013-08-06driconf: enable app-specific workarounds for all driversMarek Olšák2-2/+6
2013-08-06st/dri: remove more unused driconf optionsMarek Olšák1-6/+1
2013-08-06st/dri: implement the driconf option force_s3tc_enable properlyMarek Olšák6-21/+24