summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-05android: enlarge cache_resourcesandroid-x86-4.4-r1Chih-Wei Huang1-2/+2
2014-01-23android: get rid of HAL pixelformats 5551 and 4444Chih-Wei Huang2-8/+0
2014-01-23android: set driver name to debug.mesa.driverChih-Wei Huang1-0/+5
2013-07-24android: remove log2, log2fChih-Wei Huang1-24/+0
2013-07-24android: add CleanSpec.mkChih-Wei Huang2-1/+50
2013-07-24android: fix for jb-x86Chih-Wei Huang5-3/+48
2013-07-24r600g/sb: Fix Android build v2Chih-Wei Huang4-7/+8
2013-07-24android: fix i915_dri buildChih-Wei Huang1-1/+1
2013-07-24Revert "Only build when BOARD_USE_MESA is true"Chih-Wei Huang1-4/+0
2013-07-23i915: Support Android RGBX8888 format for EGL generated imagesSean V Kelley3-0/+4
2013-07-23intel: add support for GL_OES_EGL_image_externalChia-I Wu3-1/+3
2013-07-23i915: enable GL_APPLE_texture_2D_limited_npotChia-I Wu1-0/+1
2013-07-23android: disable SSE translateChia-I Wu1-1/+1
2013-07-23android: advertise GL_ARB_texture_non_power_of_twoChia-I Wu1-1/+1
2013-06-13glsl: Move all of the var decls to the front of the IR list in reverse order.Ian Romanick1-0/+18
2013-06-13glsl: Generate smaller values for uniform locationsIan Romanick1-1/+13
2013-06-13glsl: Add gl_shader_program::UniformLocationBaseScaleIan Romanick4-3/+23
2013-06-13glsl: Add a gl_shader_program parameter to _mesa_uniform_{merge,split}_locati...Ian Romanick4-5/+7
2013-06-11Merge freedesktop/master into otc-private/masterChad Versace683-5740/+16646
2013-06-11i965: Emit the depth/stencil state pointer directly, not via atoms.Kenneth Graunke7-80/+18
2013-06-11i965: Emit the CC state pointer directly rather than via atoms.Kenneth Graunke5-30/+18
2013-06-11i965: Emit the BLEND_STATE pointer directly rather than via atoms.Kenneth Graunke5-30/+18
2013-06-10draw: implement distance cullingZack Rusin8-31/+198
2013-06-10gallium: add a cull distance semanticZack Rusin5-2/+20
2013-06-10draw: fix clipper invocation statisticsZack Rusin5-6/+33
2013-06-10draw: enable user plane clipping when clipdistance is usedZack Rusin2-7/+20
2013-06-10draw: make sure clipdistances work with geometry shadersZack Rusin6-2/+22
2013-06-11Revert "i965: Disable unused pipeline stages once at startup on Gen7+."Kenneth Graunke3-6/+13
2013-06-11swrast: add texfetch code for some XBGR formatsBrian Paul2-9/+46
2013-06-10mesa: add missing texture strings in tex_target_name()Brian Paul1-0/+5
2013-06-10winsys/radeon: add env var to disable VM on Cayman/TrinityAlex Deucher1-0/+2
2013-06-10mesa: Add a _mesa_problem to document a piglit failure on i965.Eric Anholt1-0/+6
2013-06-10i965/vs: Avoid the MUL/MACH/MOV sequence for small integer multiplies.Eric Anholt1-13/+37
2013-06-10i965/vs: Allow copy propagation into MUL/MACH.Eric Anholt1-2/+4
2013-06-10i965/vs: Use the MAD instruction when possible.Eric Anholt4-0/+43
2013-06-10draw: Add A8R8G8B8 to draw_print_arraysRichard Sandiford1-0/+7
2013-06-10draw: Fix type mismatch between draw_private.h and LLVMRichard Sandiford1-1/+1
2013-06-10util: Use sizeof(void *) rather than 0 as the fallback cache line sizeRichard Sandiford1-0/+5
2013-06-10llvmpipe: Use saturating add/sub for UNORM formatsRichard Sandiford1-0/+8
2013-06-10intel: Reserve less batchbuffer space.Kenneth Graunke1-4/+3
2013-06-10i965: Allocate push constant L3 space once at startup on Gen7+.Kenneth Graunke4-12/+4
2013-06-10i965: Disable unused pipeline stages once at startup on Gen7+.Kenneth Graunke3-13/+9
2013-06-10i965: Don't emit PIPELINE_SELECT from BLORP.Kenneth Graunke1-19/+0
2013-06-10i965: Emit invariant state once at startup on Gen6+.Kenneth Graunke3-4/+20
2013-06-10i965: Delete some dead state atom prototypes.Kenneth Graunke1-9/+0
2013-06-10i965: Change return type of check_state() to bool.Kenneth Graunke1-2/+2
2013-06-10i965: Remove unused second parameter of brw_print_dirty_count().Kenneth Graunke1-4/+4
2013-06-10glsl: Allow the use of determinant() in GLSL 1.50.Kenneth Graunke1-0/+4
2013-06-10glcpp: Automatically #define GL_core_profile 1 on GLSL 1.50+.Kenneth Graunke1-0/+3
2013-06-10glsl: Parse "#version 150 core" directives.Kenneth Graunke1-0/+13