summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
...
* st/nine: Fail on D3DUSAGE_DYNAMIC for D3DPOOL_SCRATCH texturesPatrick Rudolph2015-08-211-1/+2
* st/nine: Fix Lock Checks for Compressed texturesAxel Davy2015-08-212-8/+11
* st/nine: Impose restrictions on DXTN texture sizesAxel Davy2015-08-214-0/+28
* st/nine: Return NULL pointer in lock error casesPatrick Rudolph2015-08-212-7/+14
* st/nine: Fix resource SetPriority/GetPriorityPatrick Rudolph2015-08-211-2/+8
* st/nine: Clean GetPrivateDataPatrick Rudolph2015-08-211-4/+6
* st/nine: Allow lock coordinates outside rangePatrick Rudolph2015-08-211-6/+2
* st/nine: Fix GenerateMipSubLevels potential crashPatrick Rudolph2015-08-211-2/+3
* st/nine: Fix FillColor Flag checkAxel Davy2015-08-211-5/+2
* st/nine: Fix StretchRect checksAxel Davy2015-08-211-1/+5
* st/nine: Implement EvictManagedResourcesAxel Davy2015-08-213-4/+26
* st/nine: Track managed texturesAxel Davy2015-08-214-2/+10
* st/nine: Only update dirty rect for UpdateTextureAxel Davy2015-08-212-8/+83
* st/nine: Textures start dirtyAxel Davy2015-08-213-1/+11
* st/nine: Track dirty region for SYSTEMMEM tooAxel Davy2015-08-214-11/+17
* st/nine: Add missing BASETEX_REGISTER_UPDATE callsAxel Davy2015-08-212-2/+6
* st/nine: SetAutoGenFilterType should regenerate the sublevelsAxel Davy2015-08-211-0/+2
* st/nine: Simplify NineVolume9_CopyVolumeAxel Davy2015-08-213-81/+21
* st/nine: Split NineSurface9_CopySurfaceAxel Davy2015-08-215-125/+169
* st/nine: Simplify Volume9 dirty region trackingAxel Davy2015-08-213-67/+35
* gallium: Add blending to pipe blitChristoph Bumiller2015-08-212-0/+3
* st/nine: Revert to sw cursor in case of failure to set hw cursorAxel Davy2015-08-211-2/+2
* st/nine: Do not call ID3DPresent_GetCursorPos for sw cursorAxel Davy2015-08-211-3/+4
* st/nine: Force hw cursor for Windowed modeAxel Davy2015-08-211-3/+9
* st/nine: Hide hardware cursor when we don't use itAxel Davy2015-08-211-6/+12
* st/nine: fix D3DRS_DITHERENABLE wrong state groupAxel Davy2015-08-211-1/+1
* st/nine: Account POINTSIZE_MIN and POINTSIZE_MAX for point sizePatrick Rudolph2015-08-213-14/+19
* st/nine: Align texture memoryPatrick Rudolph2015-08-214-6/+6
* st/nine: Always set point_quad_rasterization to 1Axel Davy2015-08-211-1/+1
* st/nine: Fix Swizzle for ATI2 formatAxel Davy2015-08-211-0/+5
* clover: fix llvm 3.5 build errorZoltan Gilian2015-08-211-12/+21
* st/vdpau: add HEVC support v2Christian König2015-08-142-3/+139
* st/omx/enc: stack frame tasks for the gatheringLeo Liu2015-08-142-2/+22
* st/omx/enc: flush after eos handling v2Leo Liu2015-08-141-0/+1
* st/clover: Fix build against LLVM 3.8 SVN r244928Michel Dänzer2015-08-141-0/+2
* clover: Stub missing CL 1.2 functions.Serge Martin (EdB)2015-08-076-8/+65
* clover: handle setKernelArg errorsZoltan Gilian2015-08-031-0/+15
* clover: fix image resource depth and array_sizeZoltan Gilian2015-08-032-1/+2
* clover: pass image attributes to the kernelZoltan Gilian2015-08-034-11/+171
* clover: move find_kernels to functionsZoltan Gilian2015-08-031-13/+15
* clover: make dispatch matches functions defEdB2015-07-311-5/+18
* st/dri: enable 3D textures and sRGB colorspace for EGLAnatoli Antonovitch2015-07-221-0/+14
* st/dri: expose sRGB visuals (v2)Marek Olšák2015-07-222-5/+25
* scons: don't build the kms-dri winsysEmil Velikov2015-07-221-1/+0
* android: don't build the kms-dri winsysEmil Velikov2015-07-221-1/+0
* st/dri: unwrap/remove __NOT_HAVE_DRM_H magicEmil Velikov2015-07-224-23/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-2158-193/+193
* gallium: add new limits for shader buffers and imagesMarek Olšák2015-07-161-2/+2
* clover: little OpenCL status code logging cleanEdB2015-07-165-25/+32
* osmesa: fix OSMesaPixelsStore typoBrian Paul2015-07-151-1/+1