summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* pipe-loader: remove pipe_loader_drm_probe_fd() x_auth argumentEmil Velikov2015-07-132-2/+2
* xa: don't leak fencesRob Clark2015-07-103-3/+7
* st/vdpau: fix mixer size checksChristian König2015-07-091-11/+11
* st/dri: don't set PIPE_BIND_SCANOUT for MSAA surfacesMarek Olšák2015-07-071-1/+1
* gallium: use fence_finish instead of fence_signalled in state trackersMarek Olšák2015-07-054-4/+4
* clover: implement CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLEGrigori Goronzy2015-06-293-1/+7
* mesa: Enable subdir-objects globally.Matt Turner2015-06-262-3/+0
* st/wgl: add stw_nopfuncs.h to the sources listsEmil Velikov2015-06-241-0/+1
* st/wgl: fix WGL_SWAP_METHOD_ARB queryBrian Paul2015-06-191-1/+6
* stw: use new stw_get_nop_function() function to avoid Viewperf 12 crashesBrian Paul2015-06-191-3/+20