summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* 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
* svga: Set MSVC2013 compat flags.Jose Fonseca2015-03-042-1/+4
* svga: add missing _DROUND,DFRACEXP_DLDEXP_SUPPORTED switch casesBrian Paul2015-02-201-0/+2
* svga: add missing :Ilia Mirkin2015-02-191-1/+1
* gallium: add shader cap for dldexp/dfracexp supportIlia Mirkin2015-02-191-0/+1
* gallium: add a cap to enable double rounding opcodesIlia Mirkin2015-02-191-0/+1
* gallium: add interface and state tracker support for GL_AMD_pinned_memoryMarek Olšák2015-02-171-0/+1
* gallium: Add MULTISAMPLE_Z_RESOLVE capAxel Davy2015-02-061-0/+1
* gallium: add a cap to determine whether the driver supports offset_clampIlia Mirkin2015-02-021-0/+1
* gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger2014-12-161-0/+1
* gallium: Remove Android files from distribution.Matt Turner2014-12-121-1/+1
* svga: fix comment typoBrian Paul2014-12-011-1/+1
* gallium: Drop the NRM and NRM4 opcodes.Eric Anholt2014-11-241-38/+0
* gallium: introduce PIPE_CAP_CLIP_HALFZ.Mathias Fröhlich2014-10-241-0/+1