summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-27main: Add entry point for TextureBufferRange.adsa-texture-buffer-rangeLaura Ekstrand4-0/+59
2015-02-27main: Refactor Tex[ture]Buffer[Range].Laura Ekstrand2-75/+132
2015-02-27main: Add utility function _mesa_lookup_bufferobj_err.Laura Ekstrand2-0/+23
2015-02-27main: Checking for cube completeness in GetCompressedTextureImage.Laura Ekstrand1-1/+50
2015-02-27main: Add TEXTURE_CUBE_MAP support for glCompressedTextureSubImage3D.Laura Ekstrand2-28/+179
2015-02-27main: Check for NULL in texturesubimage.Laura Ekstrand1-0/+2
2015-02-27main: Fix whitespace in teximage.c.Laura Ekstrand1-1/+1
2015-02-27radeonsi/compute: Enable PIPE_SHADER_CAP_DOUBLES v2Tom Stellard1-2/+2
2015-02-27clover: Don't unconditionally define cl_khr_fp64Tom Stellard1-1/+0
2015-02-27pipe-loader: Fix build with dri drivers enabled, and vl state trackers disabledTom Stellard1-1/+5
2015-02-27configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca11-12/+51
2015-02-27nir: Use alloca instead of variable length arrays.Jose Fonseca4-16/+66
2015-02-27mesa: restore #include stdarg.h in imports.hBrian Paul1-0/+1
2015-02-27c99_math.h: add defines for M_PI, M_E, M_LOG2EBrian Paul1-0/+13
2015-02-26r300g/tests: Include stdio.h.Vinson Lee1-0/+2
2015-02-26radeon/compiler: include stdio.hBrian Paul1-0/+1
2015-02-26main: Fix target checking for CompressedTexSubImage*D.Laura Ekstrand1-15/+65
2015-02-26main: Fix target checking for CopyTexSubImage*D.Laura Ekstrand1-8/+54
2015-02-26c99: in c99_math.h check that _USE_MATH_DEFINES is defined with MSVCBrian Paul1-0/+5
2015-02-26mesa: remove unused INLINE macro from compiler.hBrian Paul1-7/+0
2015-02-26st/mesa: replace INLINE with inlineBrian Paul15-37/+37
2015-02-26swrast: replace INLINE with inlineBrian Paul2-6/+6
2015-02-26radeon: replace INLINE with inlineBrian Paul5-8/+8
2015-02-26r200: replace INLINE with inlineBrian Paul3-4/+4
2015-02-26i915: replace INLINE with inlineBrian Paul10-22/+22
2015-02-26include,auxiliary: Remove support for MSVC older then 2008.Jose Fonseca4-104/+7
2015-02-26mesa: don't include stdint.h in compiler.hBrian Paul1-6/+0
2015-02-26mesa: don't include math.h in compiler.hBrian Paul4-1/+3
2015-02-26mesa: trim down #includes in compiler.hBrian Paul4-5/+4
2015-02-26r300g: remove dependency on compiler.hBrian Paul5-3/+5
2015-02-26mesa: don't include limits.h in compiler.hBrian Paul1-1/+0
2015-02-26mesa: don't include float.h in compiler.hBrian Paul1-1/+0
2015-02-26mesa: only include ctype.h where it's usedBrian Paul2-1/+1
2015-02-26mesa: include stdarg.h only where it's usedBrian Paul5-3/+5
2015-02-26mesa: remove M_PI, M_E, M_LOG2E macro definitionsBrian Paul1-13/+0
2015-02-26glsl: #include c99_math.h instead of core.hBrian Paul1-1/+1
2015-02-26gallium: whitespace, comment formatting fixes in p_defines.hBrian Paul1-30/+36
2015-02-26util: add debug_print_bind_flags() debug helperBrian Paul2-0/+36
2015-02-26gallium: renumber PIPE_BIND_ flagsBrian Paul1-13/+13
2015-02-26meta: In pbo_{Get,}TexSubImage don't repeatedly rebind the source texNeil Roberts1-4/+0
2015-02-25mesa: use fi_type in vertex attribute codeMarius Predut11-97/+117
2015-02-25i965/gen8: Use HALIGN_16 if MCS is enabled for non-MSRTAnuj Phogat1-0/+3
2015-02-25i965: Pass pointer to miptree as function parameter in intel_horizontal_textu...Anuj Phogat1-6/+6
2015-02-25i965: Allocate texture buffer in intelTexImageAnuj Phogat1-2/+11
2015-02-25i965: Make a function to check the conditions to use the blitterAnuj Phogat1-11/+29
2015-02-25i965: Move the comment to the right placeAnuj Phogat1-1/+1
2015-02-25i965: Fix condition to use Y tiling in blitter in intel_miptree_create()Anuj Phogat1-3/+3
2015-02-25meta: Pass null pointer for the pixel data to avoid unnecessary data uploadAnuj Phogat1-1/+4
2015-02-25meta: Fix buffer object assignment to account for both pack and unpack bo'sAnuj Phogat1-1/+1
2015-02-25meta: Use GL_STREAM_READ for pbo created with GL_PIXEL_PACK_BUFFERAnuj Phogat1-1/+7