summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300
AgeCommit message (Expand)AuthorFilesLines
2014-08-28gallium/radeon: cleanup header inclusionEmil Velikov10-10/+10
2014-08-27gallium: add cap for MAX_VERTEX_ATTRIB_STRIDETimothy Arceri1-0/+3
2014-08-25r300g: handle PIPE_BIND_BLENDABLEMarek Olšák1-1/+44
2014-08-20r300g: Fix path to test programs for out-of-tree buildsMichel Dänzer2-1/+2
2014-08-19gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann1-0/+1
2014-08-15gallium/r300/r600/radeonsi: handle query_renderer capsEmil Velikov1-0/+11
2014-08-14gallium: add opcodes/cap for fine derivative supportIlia Mirkin1-0/+1
2014-08-13r300g: Fix bug in build_loop_info()/compiler v2Tom Stellard1-11/+23
2014-08-13ra: cleanup the public APIConnor Abbott1-1/+1
2014-08-13android: gallium/radeon: attempt to fix the android buildPaulo Sergio Travaglia1-2/+1
2014-08-12gallium/r300: Fix a link error in the testsJason Ekstrand1-1/+1
2014-08-11gallium: remove PIPE_SHADER_CAP_MAX_ADDRSMarek Olšák1-3/+0
2014-08-09r300g: handle new shader capsMarek Olšák1-0/+2
2014-08-04util: Gather some common macrosJason Ekstrand4-4/+2
2014-08-04util: Move ralloc to a new src/util directory.Kenneth Graunke2-1/+4
2014-07-28winsys/radeon: fix vram_size overflow with HawaiiMarek Olšák1-1/+3
2014-07-28gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák1-4/+4
2014-07-23r600g/radeonsi: Use write-combined CPU mappings of some BOs in GTTMichel Dänzer4-5/+5
2014-07-03gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORTIlia Mirkin1-1/+1
2014-07-02gallium: add facilities for indirect drawingChristoph Bumiller1-0/+1
2014-07-01gallium: add a cap for max vertex streamsIlia Mirkin1-0/+1
2014-07-01gallium: add an index argument to create_queryIlia Mirkin1-1/+2
2014-06-19r300g: don't advertize PIPE_FORMAT_B10G10R10X2_UNORM on < r500David Heidelberger1-0/+1
2014-06-03r300g: BlitFramebuffer should follow render conditionMarek Olšák1-3/+4
2014-06-02gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller1-0/+1
2014-05-07gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin1-0/+1
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