summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2014-01-02st/vdpau: Destroy context when initialization failsAaron Watry1-0/+1
2014-01-02clover: Remove unused variableAaron Watry1-1/+0
2013-12-06st/xa: Bump major version number to 2Thomas Hellstrom1-1/+1
2013-11-23clover: Optionally return context's devices from clGetProgramInfo()Tom Stellard1-2/+6
2013-11-15clover: Support multiple devices in clCreateContextFromType() v2Tom Stellard1-3/+9
2013-11-15clover: Fix the const variant of adaptor_range::end to deal with mismatching ...Francisco Jerez1-1/+2
2013-11-15st/dri: Fix dri_create_context declaration prototype.José Fonseca1-0/+1
2013-11-07mesa/dri: Move context flag validation down into the driversIan Romanick1-0/+5
2013-11-07mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategyIan Romanick1-0/+6
2013-11-07st/xorg: Delete.Matt Turner21-7077/+0
2013-11-06st/vdpau: resolve delayed rendering for GL interop v2Grigori Goronzy1-0/+4
2013-11-04clover: Calculate optimal work group size when it's not specified by the user.Francisco Jerez5-15/+176
2013-11-04clover: Constify some command_queue arguments.Francisco Jerez1-4/+4
2013-11-04clover: Workaround compiler bug present in GCC 4.7.0-4.7.2.Francisco Jerez1-16/+13
2013-11-04st/xorg: handle updates to DamageUnregister APIEmil Velikov1-0/+4
2013-11-04clover: fix build with LLVM 3.4Aaron Watry1-5/+0
2013-10-30clover: Don't install headers when using the icdTom Stellard1-10/+11
2013-10-29st/xorg: drop set but unsused variables dxo, dyoEmil Velikov1-4/+0
2013-10-29st/xorg: add sanity checks after mallocEmil Velikov1-0/+6
2013-10-29st/xorg: remove unnecessary headersEmil Velikov2-8/+0
2013-10-29clover: Use context device list for error checking in clGetProgramBuildInfo.Francisco Jerez1-1/+1
2013-10-28vl/h264: split fields into SPS/PPSChristian König1-21/+26
2013-10-26implement NV_vdpau_interop v7Christian König4-8/+61
2013-10-24dri: Move driver config options to dri driver extensions.Eric Anholt4-3/+11
2013-10-24clover: Query maximum kernel block size from the device instead of the kernel...Francisco Jerez4-10/+18
2013-10-23clover: fix build after a3ed98f7aa85636579a5696bf036ec13e5c9104aDavid Heidelberger1-3/+4
2013-10-22st/dri: minor formatting clean-ups in dri_context.cBrian Paul1-4/+6
2013-10-21clover: Improve region and pitch argument handling in memory transfer APIs.Francisco Jerez1-130/+270
2013-10-21clover: Add a pixel_size() method to the image class.Francisco Jerez2-0/+7
2013-10-21clover: Implement support for the ICD extension.Francisco Jerez15-78/+1040
2013-10-21clover: Make sure hidden is the default symbol visibility.Francisco Jerez1-2/+5
2013-10-21clover: Prepare the build system for ICD support.Tom Stellard1-0/+4
2013-10-21clover: Fix memory leak when initializing a device object fails.Francisco Jerez1-1/+3
2013-10-21clover: Tidy up resource::mapping.Francisco Jerez2-11/+9
2013-10-21clover: Simplify command_queue::flush().Francisco Jerez2-11/+10
2013-10-21clover: Clean up the kernel and program object interface.Francisco Jerez8-136/+139
2013-10-21clover: Clean up the interface of the context object slightly.Francisco Jerez6-27/+23
2013-10-21clover: Delete copy constructors and assignment operators in all non-copiable...Francisco Jerez11-22/+44
2013-10-21clover: Define a few convenience equality operators.Francisco Jerez10-5/+47
2013-10-21clover: Simplify the platform object by using util/range.Francisco Jerez3-28/+8
2013-10-21clover: Add property list helpers with a syntax consistent with other API obj...Francisco Jerez5-50/+91
2013-10-21clover: Switch samplers to the new model.Francisco Jerez7-53/+53
2013-10-21clover: Switch memory objects to the new model.Francisco Jerez9-302/+267
2013-10-21clover: Switch kernel and program objects to the new model.Francisco Jerez11-492/+458
2013-10-21clover: Switch command queues to the new model.Francisco Jerez14-252/+264
2013-10-21clover: Switch event objects to the new model.Francisco Jerez7-222/+233
2013-10-21clover: Switch context objects to the new model.Francisco Jerez13-103/+91
2013-10-21clover: Switch device objects to the new model.Francisco Jerez9-140/+139
2013-10-21clover: Switch platform objects to the new model.Francisco Jerez7-46/+47
2013-10-21clover: Define helper classes for the new object model.Francisco Jerez20-107/+398