summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-24docs: add release notes for 11.0.4mesa-11.0.4Emil Velikov1-0/+167
2015-10-24Update version to 11.0.4Emil Velikov1-1/+1
2015-10-21configure.ac: ensure RM is setJonathan Gray1-0/+2
2015-10-21mesa: fix ARRAY_SIZE query for GetProgramResourceivTapani Pälli3-43/+62
2015-10-21i965: Remove early release of DRI2 miptreeChris Wilson1-1/+0
2015-10-21i965/vec4: fill src_reg type using the constructor type parameterAlejandro Piñeiro1-0/+2
2015-10-21i965/vec4: check writemask when bailing out at register coalesceAlejandro Piñeiro1-4/+6
2015-10-21mesa: fix incorrect opcode in save_BlendFunci()Brian Paul1-1/+1
2015-10-21gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINTMarek Olšák16-1/+45
2015-10-21st/omx/dec/h264: fix field picture type 0 poc disorderLeo Liu1-4/+8
2015-10-21st/va: Used correct parameter to derive the value of the "h" variable in vlVa...Indrajit Das1-1/+1
2015-10-21radeonsi: fix a GS copy shader leakMarek Olšák1-1/+3
2015-10-21st/mesa: fix clip state dependenciesMarek Olšák1-1/+4
2015-10-21mesa: Set api prefix to version string when overriding versionTapani Pälli1-1/+18
2015-10-21freedreno/a3xx: cache-flush is needed after MEM_WRITERob Clark3-5/+14
2015-10-21nv30: include the header of ffs prototypeChih-Wei Huang1-0/+1
2015-10-21nv50/ir: use C++11 standard std::unordered_map if possibleChih-Wei Huang1-3/+17
2015-10-21mesa: android: Fix the incorrect path of sse_minmax.cChih-Wei Huang1-1/+1
2015-10-21st/fbo: use pipe_surface_release instead of pipe_surface_referenceKrzysztof Sobiecki1-1/+1
2015-10-21vbo: fix incorrect switch statement in init_mat_currval()Brian Paul1-1/+1
2015-10-21glsl: In later GLSL versions, sequence operator is cannot be a constant expre...Ian Romanick1-1/+42
2015-10-21glsl: Add method to determine whether an expression contains the sequence ope...Ian Romanick3-0/+97
2015-10-21glsl: Restrict initializers for global variables to constant expression in ESIan Romanick1-3/+17
2015-10-21glsl: Only set ir_variable::constant_value for const-decorated variablesIan Romanick1-3/+6
2015-10-21glsl: Use constant_initializer instead of constant_value to determine whether...Ian Romanick1-1/+1
2015-10-21glsl/linker: Use constant_initializer instead of constant_value to initialize...Ian Romanick1-2/+2
2015-10-21ff_fragment_shader: Use binding to set the sampler unitIan Romanick1-6/+4
2015-10-21glsl: Allow built-in functions as constant expressions in OpenGL ES 1.00Ian Romanick1-5/+46
2015-10-21u_vbuf: fix vb slot assignment for translated buffersNicolai Hähnle1-0/+1
2015-10-21mesa/uniforms: fix get_uniform for doubles (v2)Dave Airlie1-16/+37
2015-10-21mesa: Get rid of texture-dependent image unit derived state.Francisco Jerez4-33/+0
2015-10-21i965: Use _mesa_is_image_unit_valid() instead of gl_image_unit::_Valid.Francisco Jerez3-6/+10
2015-10-21mesa: Skip redundant texture completeness checking during image validation.Francisco Jerez1-1/+2
2015-10-21mesa: Expose function to calculate whether a shader image unit is valid.Francisco Jerez2-4/+15
2015-10-21i965: Don't tell the hardware about our UAV access.Francisco Jerez6-19/+41
2015-10-21mesa: add GL_UNSIGNED_INT_24_8 to _mesa_pack_depth_spanTapani Pälli1-0/+15
2015-10-21nouveau: make sure there's always room to emit a fenceIlia Mirkin8-41/+32
2015-10-10docs: add sha256 checksums for 11.0.3Emil Velikov1-1/+2
2015-10-10docs: add release notes for 11.0.3mesa-11.0.3Emil Velikov1-0/+184
2015-10-10Update version to 11.0.3Emil Velikov1-1/+1
2015-10-10Revert "nouveau: make sure there's always room to emit a fence"Emil Velikov4-8/+2
2015-10-10mesa: Correctly handle GL_BGRA_EXT in ES3 format_and_type checksJason Ekstrand1-2/+19
2015-10-07st/dri: Use packed RGB formatsMichel Dänzer2-17/+17
2015-10-07egl: restore surface type before linking config to its displayVarad Gautam1-0/+2
2015-10-07nouveau: make sure there's always room to emit a fenceIlia Mirkin4-2/+8
2015-10-07nv30: always go through translate module on big-endianIlia Mirkin1-0/+4
2015-10-07nv30: pretend to have packed texture/surface formatsIlia Mirkin1-12/+12
2015-10-07egl/dri2: don't require a context for ClientWaitSync (v2)Marek Olšák1-2/+7
2015-10-07st/dri: don't use _ctx in client_wait_syncMarek Olšák1-2/+5
2015-10-07egl: rework handling EGL_CONTEXT_FLAGSMatthew Waters1-5/+44