summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: Generate format_info.c in Android buildsTomasz Figa2014-10-031-0/+9
* util: Include in Android buildsTomasz Figa2014-10-039-4/+115
* i965/fs: Use the correct base_mrf for spilling pairs in SIMD8Jason Ekstrand2014-10-021-3/+4
* i965/fs: Add a MAX_GRF_SIZE define and use it various placesJason Ekstrand2014-10-024-6/+9
* i965/fs: Use the actual regsister width in brw_reg_from_fs_regJason Ekstrand2014-10-021-0/+13
* i965/fs_fp: Use null_reg from fs_visitor instead of rolling our ownJason Ekstrand2014-10-021-6/+4
* freedreno/a3xx: handle large shader program sizesRob Clark2014-10-021-11/+63
* freedreno: update generated headersRob Clark2014-10-024-8/+9
* freedreno: dual-source render targets are not supportedIlia Mirkin2014-10-021-1/+1
* gallium/hud: use u_sampler_view_default_template helperIlia Mirkin2014-10-021-6/+3
* glsl: Fix memory leak in builtin_builder::_image_prototype.Iago Toral Quiroga2014-10-021-3/+5
* mesa: relax draw api validation on ES2Tapani Pälli2014-10-021-3/+2
* glsl: make consistent use of DECLARE_RALLOC_CXX_OPERATORSIlia Mirkin2014-10-022-47/+3
* vc4: Fix the mapping of the minification filter to HW values.Eric Anholt2014-10-011-8/+8
* vc4: Make the last static array in vc4_program.c dynamically sized.Eric Anholt2014-10-012-3/+13
* vc4: Fix some broken indentation.Eric Anholt2014-10-011-1/+1
* vc4: Add support for the FACE semantic.Eric Anholt2014-10-015-1/+24
* vc4: Add support for TGSI_OPCODE_CLAMP.Eric Anholt2014-10-011-0/+12
* vc4: Fix compiler warningEric Anholt2014-10-011-1/+1
* meta: Fix make check failures in setup_glsl_msaa_blit_scaled_shader()Anuj Phogat2014-10-011-8/+9
* mesa: fix _mesa_alloc_dispatch_table() declarationBrian Paul2014-10-011-1/+1
* meta: (trivial) remove accidental double semicolonRoland Scheidegger2014-10-011-1/+1
* i965: Enable EXT_framebuffer_multisample_blit_scaled for gen8Anuj Phogat2014-10-011-2/+1
* meta: Implement ext_framebuffer_multisample_blit_scaled extensionAnuj Phogat2014-10-012-13/+199
* i965: Initialize the SampleMap{2,4,8}x variablesAnuj Phogat2014-10-013-0/+55
* mesa: Add new variables in gl_context to store sample layoutAnuj Phogat2014-10-011-0/+32
* st/va: implement vlVa(Query|Create|Get|Put|Destroy)ImageLeo Liu2014-10-013-9/+281
* st/va: implement Picture functions for mpeg2 h264 and vc1Christian König2014-10-014-6/+371
* st/va: implement Context Surface and BufferChristian König2014-10-014-21/+320
* st/va: implement vlVa(Create|Destroy|Query|Get)ConfigChristian König2014-10-013-5/+143
* st/va: skeleton VAAPI state trackerChristian König2014-10-0116-0/+1052
* st/vdpau: move common functions to utilLeo Liu2014-10-012-77/+78
* freedreno: max-texture-lod-bias should be 15.0fRob Clark2014-10-011-1/+1
* mesa: Avoid flagging _NEW_VIEWPORT on redundant viewport updates.Kenneth Graunke2014-10-011-0/+6
* i965: Drop CACHE_NEW_VS_PROG from the gen7_sf_state atom.Kenneth Graunke2014-10-011-1/+1
* i965: Drop brwBindProgram driver hook.Kenneth Graunke2014-10-011-20/+0
* i965: Add missing /* BRW_NEW_FRAGMENT_PROGRAM */ comments.Kenneth Graunke2014-10-013-6/+7
* i965: Use "1ull" instead of "1" in BRW_NEW_* defines.Kenneth Graunke2014-10-011-32/+32
* i965: Use ~0ull when flagging all BRW_NEW_* dirty flags.Kenneth Graunke2014-10-013-4/+4
* i965: Fix INTEL_DEBUG=state to work with 64-bit dirty bits.Kenneth Graunke2014-10-011-16/+7
* i965: Delete CACHE_NEW_BLORP_CONST_COLOR_PROG.Kenneth Graunke2014-10-012-3/+0
* i965: Fix typo in commentChris Forbes2014-10-011-1/+1
* i965: Fix spelling of GEN7_SAMPLER_EWA_ANISOTROPIC_ALGORITHMChris Forbes2014-10-012-2/+2
* llvmpipe: Add missing LLVMGetGlobalContext() arg in lp_test_format.c.Vinson Lee2014-09-301-1/+1
* glx/dri3: Provide error diagnostics when DRI3 allocation failsKeith Packard2014-09-301-8/+25
* glx/dri3: Use four buffers until X driver supports async flipsKeith Packard2014-09-302-2/+24
* i965/fs: Fix the buildJason Ekstrand2014-09-301-1/+1
* i965/fs: Fix an uninitialized value warningsJason Ekstrand2014-09-301-3/+4
* galahad: fix indirect drawRoland Scheidegger2014-10-011-2/+9
* galahad: (trivial) handle cubemap arraysRoland Scheidegger2014-10-011-0/+7