| Commit message (Expand) | Author | Age | Files | Lines |
* | gallivm: Remove NoFramePointerElimNonLeaf for LLVM >= 3.4. | Vinson Lee | 2013-07-25 | 1 | -0/+2 |
* | glsl: Handle empty if statement encountered during loop analysis. | Paul Berry | 2013-07-25 | 1 | -1/+2 |
* | i965: Initialize inout_offset parameter to brw_search_cache(). | Paul Berry | 2013-07-25 | 2 | -2/+2 |
* | glsl: don't rename variables in interface block arrays. | Paul Berry | 2013-07-25 | 1 | -6/+2 |
* | draw: fix vertex id computation | Zack Rusin | 2013-07-25 | 5 | -13/+37 |
* | draw: cleanup and fix instance id computation | Zack Rusin | 2013-07-25 | 4 | -13/+8 |
* | gallivm: Remove dead code in lp_build_compare_ext. | Vinson Lee | 2013-07-24 | 1 | -6/+0 |
* | mesa: implement mipmap generation for compressed 2D array textures | Brian Paul | 2013-07-24 | 1 | -16/+43 |
* | meta: handle 2D texture arrays in decompress_texture_image() | Brian Paul | 2013-07-24 | 1 | -2/+21 |
* | mesa: handle 2D texture arrays in get_tex_rgba_compressed() | Brian Paul | 2013-07-24 | 1 | -28/+24 |
* | nv50,nvc0: s/uint16/uint32 for constant buffer offset | Christoph Bumiller | 2013-07-24 | 2 | -2/+2 |
* | draw: always call util_cpu_detect() in draw context creation. | Roland Scheidegger | 2013-07-24 | 1 | -1/+4 |
* | mesa: fix rgtc snorm decoding | Roland Scheidegger | 2013-07-24 | 1 | -3/+3 |
* | gallium/util: Fix detection of AVX cpu caps | Andre Heider | 2013-07-23 | 1 | -2/+25 |
* | clover: Respect kernel argument alignment restrictions. | Francisco Jerez | 2013-07-22 | 2 | -2/+19 |
* | clover: Extend kernel arguments for differing host and device data types. | Francisco Jerez | 2013-07-22 | 2 | -4/+56 |
* | clover: Byte-swap kernel arguments when host and device endianness differ. | Francisco Jerez | 2013-07-22 | 1 | -37/+65 |
* | clover: Add kernel argument fields to allow differing host/target data types. | Francisco Jerez | 2013-07-22 | 1 | -2/+23 |
* | clover: Pass corresponding module::argument to kernel::argument::bind(). | Francisco Jerez | 2013-07-22 | 2 | -84/+61 |
* | clover: Return correct value for CL_DEVICE_ENDIAN_LITTLE | Tom Stellard | 2013-07-22 | 3 | -1/+8 |
* | gallium: Add PIPE_CAP_ENDIANNESS | Tom Stellard | 2013-07-22 | 14 | -1/+38 |
* | egl/build: Remove unused GLAPI_LIB. | Matt Turner | 2013-07-22 | 1 | -2/+0 |
* | build: Remove unused EGL_PLATFORMS. | Matt Turner | 2013-07-22 | 1 | -1/+0 |
* | build: Add tests directories to SUBDIRS | Matt Turner | 2013-07-22 | 3 | -1/+5 |
* | llvmpipe: Ensure FTZ/DAZ flags are set on deferred draw flushes. | Zack Rusin | 2013-07-22 | 1 | -0/+8 |
* | llvmpipe: Remove lp_rast_get_num_threads(). | José Fonseca | 2013-07-22 | 2 | -11/+0 |
* | scons: Don't use -z defs ld option on Mac. | José Fonseca | 2013-07-21 | 2 | -2/+4 |
* | glsl: Initialize ast_function member variables. | Vinson Lee | 2013-07-21 | 1 | -1/+2 |
* | Apple: glFlush() is not needed with CGLFlushDrawable() | Jeremy Huddleston Sequoia | 2013-07-20 | 1 | -2/+0 |
* | util/u_math: Define NAN/INFINITY macros for MSVC. | José Fonseca | 2013-07-20 | 1 | -0/+4 |
* | llvmpipe/tests: update arith test to check for edge cases | Zack Rusin | 2013-07-19 | 1 | -9/+19 |
* | gallivm: add a log function that handles edge cases | Zack Rusin | 2013-07-19 | 2 | -0/+21 |
* | gallivm: export unordered/ordered cmp to a common function | Zack Rusin | 2013-07-19 | 1 | -283/+158 |
* | gallivm: handle -inf, inf and nan's in sin/cos instructions | Zack Rusin | 2013-07-19 | 2 | -0/+49 |
* | gallivm: add a version of log2 which handles edge cases | Zack Rusin | 2013-07-19 | 3 | -6/+65 |
* | gallivm: fix edge cases in exp2 | Zack Rusin | 2013-07-19 | 1 | -3/+7 |
* | gallivm: handle nan's in min/max | Zack Rusin | 2013-07-19 | 6 | -52/+482 |
* | scons: Disallow undefined symbols in Xlib libGL.so. | José Fonseca | 2013-07-19 | 2 | -0/+6 |
* | mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently9.2-branchpoint | Tomasz Lis | 2013-07-18 | 6 | -6/+36 |
* | st/mesa: Enable the ARB_shading_language_420pack extension for 1.30+. | Kenneth Graunke | 2013-07-18 | 1 | -0/+1 |
* | i965: Enable the GL_ARB_shading_language_420pack extension on Gen6+. | Kenneth Graunke | 2013-07-18 | 1 | -0/+1 |
* | glsl: Handle the binding qualifier for UBO variables. | Kenneth Graunke | 2013-07-18 | 1 | -0/+10 |
* | glsl: Propagate UBO binding qualifier into UBO member variables. | Kenneth Graunke | 2013-07-18 | 1 | -0/+7 |
* | glsl: Handle the binding qualifier for arrays of samplers. | Kenneth Graunke | 2013-07-18 | 1 | -0/+25 |
* | glsl: Add plumbing for handling uniform binding qualifiers. | Kenneth Graunke | 2013-07-18 | 1 | -3/+23 |
* | glsl: Delete unused code for handling samplers in array-initializers. | Kenneth Graunke | 2013-07-18 | 1 | -14/+0 |
* | glsl: Cross-validate explicit binding points. | Kenneth Graunke | 2013-07-18 | 1 | -0/+19 |
* | glsl: Propagate explicit binding information from AST to IR. | Kenneth Graunke | 2013-07-18 | 1 | -2/+5 |
* | glsl: Add ir_variable fields for explicit bindings. | Kenneth Graunke | 2013-07-18 | 2 | -0/+17 |
* | glsl: Add validation for the "binding" qualifier. | Kenneth Graunke | 2013-07-18 | 1 | -0/+81 |