summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
...
* svga: round UBO constant buffer size up/down to multiple of 16 bytesBrian Paul2015-10-071-0/+18
* gallium: add per-sample interpolation control into rasterizer statOAeMarek Olšák2015-10-031-0/+1
* gallium/svga: Enable PIPE_FORMAT_L8_UNORM for vgpu10Thomas Hellstrom2015-09-151-1/+1
* gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supportedIlia Mirkin2015-09-131-0/+1
* svga: clean up the compile_vs/gs/fs() functionsBrian Paul2015-09-103-49/+27
* svga: fix shader variant memory leakBrian Paul2015-09-102-0/+6
* svga: remove useless MAX2() callBrian Paul2015-09-101-1/+1
* svga: pick all the files into the tarballEmil Velikov2015-09-091-5/+26
* svga: Fix surface view error handlingThomas Hellstrom2015-09-071-22/+26
* svga: update call to u_upload_alloc()Brian Paul2015-09-031-3/+3
* svga: fix referencing a NULL framebuffer cbufCharmaine Lee2015-09-021-2/+2
* svga: increment texture age when surface is to be marked as dirtyCharmaine Lee2015-09-021-7/+6
* svga: fix backed surface view regressionCharmaine Lee2015-09-024-17/+46
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-0264-2369/+8655
* svga: add new version 10 device command prototypesBrian Paul2015-09-021-0/+333
* svga: add new svga_streamout.h fileBrian Paul2015-09-021-0/+50
* svga: add new svga_state_tgsi_transform.c fileBrian Paul2015-09-021-0/+293
* svga: add new svga_state_sampler.c fileBrian Paul2015-09-021-0/+339
* svga: add new svga_state_gs.c fileBrian Paul2015-09-021-0/+264
* svga: add new svga_pipe_streamout.c fileBrian Paul2015-09-021-0/+320
* svga: add new svga_pipe_gs.c fileBrian Paul2015-09-021-0/+142
* svga: add new svga_link.[ch] filesBrian Paul2015-09-022-0/+140
* svga: add new svga_cmd_vgpu10.c fileBrian Paul2015-09-021-0/+1289
* svga: add new svga_tgsi_vgpu10.c fileBrian Paul2015-09-021-0/+6778
* svga: remove unused SVGA3D_* command functionsBrian Paul2015-09-022-156/+0
* svga/winsys: Add support for VGPU10Brian Paul2015-09-023-15/+111
* svga: update the svga3d device header filesBrian Paul2015-09-0211-1043/+2206
* svga: add new version 10 device header filesBrian Paul2015-09-022-0/+2010
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-262-3/+3
* gallium: add an interface for EXT_depth_bounds_testMarek Olšák2015-08-141-0/+1
* gallium: add support for GLES texture float extensions (v3)Marek Olšák2015-08-141-0/+2
* svga: scons: remove unused HAVE_SYS_TYPES_H defineEmil Velikov2015-07-291-1/+0
* gallium: replace INLINE with inlineIlia Mirkin2015-07-2127-59/+59
* gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGSMarek Olšák2015-07-161-0/+1
* gallium: remove redundant pipe_context::fence_signalledMarek Olšák2015-07-051-10/+0
* gallium: handle fence_finish timeout in various driversMarek Olšák2015-07-051-0/+3
* mesa: Enable subdir-objects globally.Matt Turner2015-06-261-2/+0
* svga: silence warnings about unexpected shader typeBrian Paul2015-06-241-1/+3
* tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarationsMarek Olšák2015-06-051-0/+2
* gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák2015-05-201-1/+1
* gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERYMarek Olšák2015-05-121-0/+1
* util: Move gallium's linked list to utilJason Ekstrand2015-05-084-5/+2
* gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset2015-05-061-1/+2
* gallium: replace pipe_driver_query_info::max_value by a unionSamuel Pitoiset2015-05-061-3/+3
* gallium: add new fields to pipe_driver_query_infoSamuel Pitoiset2015-05-061-3/+3
* gallium/svga: Remove useless ARRAY_SIZE declarationAxel Davy2015-04-291-4/+0
* util/macros: Move DIV_ROUND_UP to util/macros.hAxel Davy2015-04-291-2/+0
* gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta2015-03-231-0/+1
* u_primconvert: add primitive restart supportDave Airlie2015-03-201-1/+2
* gallium: add FMA and DFMA opcodes (v3)Marek Olšák2015-03-161-0/+2