summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300
AgeCommit message (Expand)AuthorFilesLines
2014-08-25android: gallium/radeon: attempt to fix the android buildPaulo Sergio Travaglia1-2/+1
2014-07-30winsys/radeon: fix vram_size overflow with HawaiiMarek Olšák1-1/+3
2014-04-26gallium: add basic support for ARB_sample_shadingIlia Mirkin1-0/+1
2014-04-25gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger3-9/+9
2014-04-25r300g: don't crash when getting NULL colorbuffersMarek Olšák4-29/+60
2014-04-25r300g: fix runtime warning after winsys cleanupMarek Olšák1-1/+0
2014-04-16gallium/radeon: create and return a fence in the flush functionMarek Olšák2-12/+12
2014-04-16winsys/radeon: fold cs_set_flush_callback into cs_createMarek Olšák1-3/+1
2014-04-16winsys/radeon: remove cs_write_reloc, add simpler cs_get_relocMarek Olšák2-3/+4
2014-04-10gallium: add a way to query min/max texture gather offsetsIlia Mirkin1-0/+2
2014-04-10winsys/radeon: fix a race condition between winsys_create and winsys_destroyMarek Olšák1-1/+1
2014-04-09gallium/radeon: fix warningsMarek Olšák1-0/+1
2014-04-07gallium: add support for LODQ opcodes.Dave Airlie1-0/+1
2014-04-05drivers/r300: use GALLIUM_COMMON_LIB_DEPSEmil Velikov1-1/+1
2014-03-11r300g,uvd,vce: set priorities for relocationsMarek Olšák1-8/+19
2014-02-28r300g/tests: Added missing fclose for FILE resource.Siavash Eliasi1-0/+3
2014-02-25r300g,r600g,radeonsi: add support for ARB_buffer_storageMarek Olšák2-0/+6
2014-02-25gallium: add texture gather support to gallium (v3)Dave Airlie1-0/+2
2014-02-09gallium: add geometry shader output limitsGrigori Goronzy1-0/+2
2014-02-06gallium: remove PIPE_USAGE_STATICMarek Olšák2-2/+2
2014-02-04gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák1-2/+0
2014-01-23gallium: remove PIPE_CAP_SCALED_RESOLVEMarek Olšák1-1/+0
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2013-12-14gallium/u_blitter: remove useless parameters from some functionsMarek Olšák1-2/+1
2013-12-12gallium: allow choosing which colorbuffers to clearMarek Olšák1-1/+1
2013-12-12winsys/radeon: set/get the scanout flag with the tiling ioctlsMarek Olšák2-3/+4
2013-12-09r300/compiler/tests: Fix line length check in test parserTom Stellard1-1/+3
2013-12-09r300/compiler/tests: Fix segfaultTom Stellard1-6/+5
2013-12-03gallium/util: implement layered framebuffer clear in u_blitterMarek Olšák1-3/+1
2013-12-03gallium: add support for AMD_vertex_shader_layerMarek Olšák1-0/+1
2013-11-28gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger1-0/+3
2013-11-16gallium/drivers: compact compiler flags into Automake.incEmil Velikov1-7/+5
2013-11-16gallium/drivers: enable automake subdir-objectsEmil Velikov1-0/+2
2013-11-16r300: move the final sources list to Makefile.sourcesEmil Velikov2-12/+15
2013-11-16r300: add symlink to ralloc.c and register_allocate.cEmil Velikov3-3/+5
2013-10-26gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin1-0/+1
2013-10-25winsys/radeon: add the implementation of fences from r300gMarek Olšák2-33/+8
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul1-4/+9
2013-10-21r300g/compiler: Fix unsigned comparison with less than zeroDavid Heidelberger1-1/+1
2013-10-04r300g: remove unused function r300_lacks_vertex_texturesMarek Olšák1-7/+0
2013-10-03radeon: don't use old bind_vertex/fragment_sampler_states() hooksBrian Paul1-21/+0
2013-10-03radeon: implement pipe_context::bind_sampler_states()Brian Paul1-0/+26
2013-10-03r300g: rename r300_bind_sampler_states to r300_bind_fragment_sampler_statesBrian Paul1-4/+4
2013-10-03r300g/swtcl: don't call draw_prepare_shader_outputsMarek Olšák1-1/+0
2013-09-29radeon drivers: handle PIPE_CAP_MAX_VIEWPORTSMarek Olšák1-0/+3
2013-09-25radeon/winsys: keep screen pointer in winsys v2Christian König1-0/+3
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+6
2013-09-06gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy1-1/+1
2013-08-27r300g: enable MSAA on r300-r400, be careful about using color compressionMarek Olšák4-5/+14
2013-08-19vl: add entrypoint to get_video_paramChristian König1-1/+2