aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* r300g,uvd,vce: set priorities for relocationsMarek Olšák2014-03-111-8/+19
* r300g/tests: Added missing fclose for FILE resource.Siavash Eliasi2014-02-281-0/+3
* r300g,r600g,radeonsi: add support for ARB_buffer_storageMarek Olšák2014-02-252-0/+6
* gallium: add texture gather support to gallium (v3)Dave Airlie2014-02-251-0/+2
* gallium: add geometry shader output limitsGrigori Goronzy2014-02-091-0/+2
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-062-2/+2
* gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák2014-02-041-2/+0
* gallium: remove PIPE_CAP_SCALED_RESOLVEMarek Olšák2014-01-231-1/+0
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* gallium/u_blitter: remove useless parameters from some functionsMarek Olšák2013-12-141-2/+1
* gallium: allow choosing which colorbuffers to clearMarek Olšák2013-12-121-1/+1
* winsys/radeon: set/get the scanout flag with the tiling ioctlsMarek Olšák2013-12-122-3/+4
* r300/compiler/tests: Fix line length check in test parserTom Stellard2013-12-091-1/+3
* r300/compiler/tests: Fix segfaultTom Stellard2013-12-091-6/+5
* gallium/util: implement layered framebuffer clear in u_blitterMarek Olšák2013-12-031-3/+1
* gallium: add support for AMD_vertex_shader_layerMarek Olšák2013-12-031-0/+1
* gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger2013-11-281-0/+3
* gallium/drivers: compact compiler flags into Automake.incEmil Velikov2013-11-161-7/+5
* gallium/drivers: enable automake subdir-objectsEmil Velikov2013-11-161-0/+2
* r300: move the final sources list to Makefile.sourcesEmil Velikov2013-11-162-12/+15
* r300: add symlink to ralloc.c and register_allocate.cEmil Velikov2013-11-163-3/+5
* gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin2013-10-261-0/+1
* winsys/radeon: add the implementation of fences from r300gMarek Olšák2013-10-252-33/+8
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-4/+9
* r300g/compiler: Fix unsigned comparison with less than zeroDavid Heidelberger2013-10-211-1/+1
* r300g: remove unused function r300_lacks_vertex_texturesMarek Olšák2013-10-041-7/+0
* radeon: don't use old bind_vertex/fragment_sampler_states() hooksBrian Paul2013-10-031-21/+0
* radeon: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+26
* r300g: rename r300_bind_sampler_states to r300_bind_fragment_sampler_statesBrian Paul2013-10-031-4/+4
* r300g/swtcl: don't call draw_prepare_shader_outputsMarek Olšák2013-10-031-1/+0
* radeon drivers: handle PIPE_CAP_MAX_VIEWPORTSMarek Olšák2013-09-291-0/+3
* radeon/winsys: keep screen pointer in winsys v2Christian König2013-09-251-0/+3
* gallium: add flush_resource context functionMarek Olšák2013-09-201-0/+6
* gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy2013-09-061-1/+1
* r300g: enable MSAA on r300-r400, be careful about using color compressionMarek Olšák2013-08-274-5/+14
* vl: add entrypoint to get_video_paramChristian König2013-08-191-1/+2
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-191-1/+1
* vl: Add support for max level query v2Rico Schüller2013-08-141-0/+2
* r300g/compiler/tests: Pass the required LDFLAGS when building the test programTom Stellard2013-08-071-1/+2
* r300g/compiler/tests: Fix segfaultTom Stellard2013-08-073-4/+4
* draw: inject frontface info into wireframe outputsZack Rusin2013-08-021-0/+1
* Revert "r300g: Give CLIP_DISABLE another try"Marek Olšák2013-07-302-3/+2
* gallium: Add PIPE_CAP_ENDIANNESSTom Stellard2013-07-221-0/+2
* r300g: make use of gallium's os_get_process_name()Jonathan Gray2013-07-181-1/+6
* Revert "r300g: allow HiZ with a 16-bit zbuffer"Marek Olšák2013-07-151-0/+1
* r300g/swtcl: fix a lockup in MSAA resolveMarek Olšák2013-07-151-0/+7
* r300g/swtcl: fix geometry corruption by uploading indices to a bufferMarek Olšák2013-07-153-45/+31
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-124-10/+10
* mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák2013-07-021-1/+0
* r300g/compiler: Prevent regalloc from swizzling texture operands v2Tom Stellard2013-06-305-0/+124