summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-25glsl: don't rename variables in interface block arrays.Paul Berry1-6/+2
2013-07-25draw: fix vertex id computationZack Rusin5-13/+37
2013-07-25draw: cleanup and fix instance id computationZack Rusin4-13/+8
2013-07-24gallivm: Remove dead code in lp_build_compare_ext.Vinson Lee1-6/+0
2013-07-24mesa: implement mipmap generation for compressed 2D array texturesBrian Paul1-16/+43
2013-07-24meta: handle 2D texture arrays in decompress_texture_image()Brian Paul1-2/+21
2013-07-24mesa: handle 2D texture arrays in get_tex_rgba_compressed()Brian Paul1-28/+24
2013-07-24nv50,nvc0: s/uint16/uint32 for constant buffer offsetChristoph Bumiller2-2/+2
2013-07-24draw: always call util_cpu_detect() in draw context creation.Roland Scheidegger1-1/+4
2013-07-24mesa: fix rgtc snorm decodingRoland Scheidegger1-3/+3
2013-07-23gallium/util: Fix detection of AVX cpu capsAndre Heider1-2/+25
2013-07-23docs: Add items for GL4.4Chris Forbes1-0/+14
2013-07-22clover: Respect kernel argument alignment restrictions.Francisco Jerez2-2/+19
2013-07-22clover: Extend kernel arguments for differing host and device data types.Francisco Jerez2-4/+56
2013-07-22clover: Byte-swap kernel arguments when host and device endianness differ.Francisco Jerez1-37/+65
2013-07-22clover: Add kernel argument fields to allow differing host/target data types.Francisco Jerez1-2/+23
2013-07-22clover: Pass corresponding module::argument to kernel::argument::bind().Francisco Jerez2-84/+61
2013-07-22clover: Return correct value for CL_DEVICE_ENDIAN_LITTLETom Stellard3-1/+8
2013-07-22gallium: Add PIPE_CAP_ENDIANNESSTom Stellard14-1/+38
2013-07-22configure.ac: Use correct options names in AC_ARG_ENABLE.Matt Turner1-4/+4
2013-07-22egl/build: Remove unused GLAPI_LIB.Matt Turner1-2/+0
2013-07-22build: Remove unused EGL_PLATFORMS.Matt Turner2-7/+1
2013-07-22build: Add tests directories to SUBDIRSMatt Turner4-7/+5
2013-07-22llvmpipe: Ensure FTZ/DAZ flags are set on deferred draw flushes.Zack Rusin1-0/+8
2013-07-22llvmpipe: Remove lp_rast_get_num_threads().José Fonseca2-11/+0
2013-07-21scons: Don't use -z defs ld option on Mac.José Fonseca2-2/+4
2013-07-21glsl: Initialize ast_function member variables.Vinson Lee1-1/+2
2013-07-20Apple: glFlush() is not needed with CGLFlushDrawable()Jeremy Huddleston Sequoia1-2/+0
2013-07-20util/u_math: Define NAN/INFINITY macros for MSVC.José Fonseca1-0/+4
2013-07-19llvmpipe/tests: update arith test to check for edge casesZack Rusin1-9/+19
2013-07-19gallivm: add a log function that handles edge casesZack Rusin2-0/+21
2013-07-19gallivm: export unordered/ordered cmp to a common functionZack Rusin1-283/+158
2013-07-19gallivm: handle -inf, inf and nan's in sin/cos instructionsZack Rusin2-0/+49
2013-07-19gallivm: add a version of log2 which handles edge casesZack Rusin3-6/+65
2013-07-19gallivm: fix edge cases in exp2Zack Rusin1-3/+7
2013-07-19gallivm: handle nan's in min/maxZack Rusin6-52/+482
2013-07-19scons: Disallow undefined symbols in Xlib libGL.so.José Fonseca2-0/+6
2013-07-18mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently9.2-branchpointTomasz Lis6-6/+36
2013-07-18st/mesa: Enable the ARB_shading_language_420pack extension for 1.30+.Kenneth Graunke1-0/+1
2013-07-18i965: Enable the GL_ARB_shading_language_420pack extension on Gen6+.Kenneth Graunke1-0/+1
2013-07-18glsl: Handle the binding qualifier for UBO variables.Kenneth Graunke1-0/+10
2013-07-18glsl: Propagate UBO binding qualifier into UBO member variables.Kenneth Graunke1-0/+7
2013-07-18glsl: Handle the binding qualifier for arrays of samplers.Kenneth Graunke1-0/+25
2013-07-18glsl: Add plumbing for handling uniform binding qualifiers.Kenneth Graunke1-3/+23
2013-07-18glsl: Delete unused code for handling samplers in array-initializers.Kenneth Graunke1-14/+0
2013-07-18glsl: Cross-validate explicit binding points.Kenneth Graunke1-0/+19
2013-07-18glsl: Propagate explicit binding information from AST to IR.Kenneth Graunke1-2/+5
2013-07-18glsl: Add ir_variable fields for explicit bindings.Kenneth Graunke2-0/+17
2013-07-18glsl: Add validation for the "binding" qualifier.Kenneth Graunke1-0/+81
2013-07-18glsl: Parse the "binding" keyword and store it in ast_type_qualifier.Kenneth Graunke3-1/+25