| Commit message (Expand) | Author | Age | Files | Lines |
* | st/xa: Bump major version number to 2 | Thomas Hellstrom | 2013-12-06 | 1 | -1/+1 |
* | clover: Fix missing minus sign in 'iterator_adaptor::operator-='. | Francisco Jerez | 2013-12-02 | 1 | -1/+1 |
* | clover: Optionally return context's devices from clGetProgramInfo() | Tom Stellard | 2013-11-18 | 1 | -2/+6 |
* | osmesa: add support for postprocess filters | Brian Paul | 2013-11-18 | 1 | -0/+87 |
* | st/vega: Fix broken assert | Chris Forbes | 2013-11-17 | 1 | -1/+1 |
* | st/xvmc: enable automake subdir-objects | Emil Velikov | 2013-11-16 | 1 | -0/+1 |
* | st/egl: use *_FILE over *_SOURCES names for filelists | Emil Velikov | 2013-11-16 | 4 | -23/+23 |
* | clover: Remove dead file from Makefile.sources. | Matt Turner | 2013-11-15 | 1 | -1/+0 |
* | clover: Support multiple devices in clCreateContextFromType() v2 | Tom Stellard | 2013-11-15 | 1 | -3/+9 |
* | clover: Fix the const variant of adaptor_range::end to deal with mismatching ... | Francisco Jerez | 2013-11-12 | 1 | -1/+2 |
* | st/dri: Fix dri_create_context declaration prototype. | José Fonseca | 2013-11-08 | 1 | -0/+1 |
* | mesa/dri: Move context flag validation down into the drivers | Ian Romanick | 2013-11-07 | 1 | -0/+5 |
* | mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategy | Ian Romanick | 2013-11-07 | 1 | -0/+6 |
* | st/xorg: Delete. | Matt Turner | 2013-11-07 | 21 | -7077/+0 |
* | st/vdpau: resolve delayed rendering for GL interop v2 | Grigori Goronzy | 2013-11-06 | 1 | -0/+4 |
* | clover: Calculate optimal work group size when it's not specified by the user. | Francisco Jerez | 2013-11-04 | 5 | -15/+176 |
* | clover: Constify some command_queue arguments. | Francisco Jerez | 2013-11-04 | 1 | -4/+4 |
* | clover: Workaround compiler bug present in GCC 4.7.0-4.7.2. | Francisco Jerez | 2013-11-04 | 1 | -16/+13 |
* | st/xorg: handle updates to DamageUnregister API | Emil Velikov | 2013-11-04 | 1 | -0/+4 |
* | clover: fix build with LLVM 3.4 | Aaron Watry | 2013-11-04 | 1 | -5/+0 |
* | clover: Don't install headers when using the icd | Tom Stellard | 2013-10-30 | 1 | -10/+11 |
* | st/xorg: drop set but unsused variables dxo, dyo | Emil Velikov | 2013-10-29 | 1 | -4/+0 |
* | st/xorg: add sanity checks after malloc | Emil Velikov | 2013-10-29 | 1 | -0/+6 |
* | st/xorg: remove unnecessary headers | Emil Velikov | 2013-10-29 | 2 | -8/+0 |
* | clover: Use context device list for error checking in clGetProgramBuildInfo. | Francisco Jerez | 2013-10-29 | 1 | -1/+1 |
* | vl/h264: split fields into SPS/PPS | Christian König | 2013-10-28 | 1 | -21/+26 |
* | implement NV_vdpau_interop v7 | Christian König | 2013-10-26 | 4 | -8/+61 |
* | dri: Move driver config options to dri driver extensions. | Eric Anholt | 2013-10-24 | 4 | -3/+11 |
* | clover: Query maximum kernel block size from the device instead of the kernel... | Francisco Jerez | 2013-10-24 | 4 | -10/+18 |
* | clover: fix build after a3ed98f7aa85636579a5696bf036ec13e5c9104a | David Heidelberger | 2013-10-23 | 1 | -3/+4 |
* | st/dri: minor formatting clean-ups in dri_context.c | Brian Paul | 2013-10-22 | 1 | -4/+6 |
* | clover: Improve region and pitch argument handling in memory transfer APIs. | Francisco Jerez | 2013-10-21 | 1 | -130/+270 |
* | clover: Add a pixel_size() method to the image class. | Francisco Jerez | 2013-10-21 | 2 | -0/+7 |
* | clover: Implement support for the ICD extension. | Francisco Jerez | 2013-10-21 | 15 | -78/+1040 |
* | clover: Make sure hidden is the default symbol visibility. | Francisco Jerez | 2013-10-21 | 1 | -2/+5 |
* | clover: Prepare the build system for ICD support. | Tom Stellard | 2013-10-21 | 1 | -0/+4 |
* | clover: Fix memory leak when initializing a device object fails. | Francisco Jerez | 2013-10-21 | 1 | -1/+3 |
* | clover: Tidy up resource::mapping. | Francisco Jerez | 2013-10-21 | 2 | -11/+9 |
* | clover: Simplify command_queue::flush(). | Francisco Jerez | 2013-10-21 | 2 | -11/+10 |
* | clover: Clean up the kernel and program object interface. | Francisco Jerez | 2013-10-21 | 8 | -136/+139 |
* | clover: Clean up the interface of the context object slightly. | Francisco Jerez | 2013-10-21 | 6 | -27/+23 |
* | clover: Delete copy constructors and assignment operators in all non-copiable... | Francisco Jerez | 2013-10-21 | 11 | -22/+44 |
* | clover: Define a few convenience equality operators. | Francisco Jerez | 2013-10-21 | 10 | -5/+47 |
* | clover: Simplify the platform object by using util/range. | Francisco Jerez | 2013-10-21 | 3 | -28/+8 |
* | clover: Add property list helpers with a syntax consistent with other API obj... | Francisco Jerez | 2013-10-21 | 5 | -50/+91 |
* | clover: Switch samplers to the new model. | Francisco Jerez | 2013-10-21 | 7 | -53/+53 |
* | clover: Switch memory objects to the new model. | Francisco Jerez | 2013-10-21 | 9 | -302/+267 |
* | clover: Switch kernel and program objects to the new model. | Francisco Jerez | 2013-10-21 | 11 | -492/+458 |
* | clover: Switch command queues to the new model. | Francisco Jerez | 2013-10-21 | 14 | -252/+264 |
* | clover: Switch event objects to the new model. | Francisco Jerez | 2013-10-21 | 7 | -222/+233 |