summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* gallium: introduce PIPE_CAP_CLIP_HALFZ.Mathias Fröhlich2014-10-241-0/+1
* r300g: implement pipe_rasterizer_state::clip_halfzMarek Olšák2014-10-223-0/+9
* r300g: replace r300_get_num_samples with a util variantMarek Olšák2014-10-211-25/+1
* gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesaMarek Olšák2014-10-211-0/+4
* r300/compiler: remove useless checkDavid Heidelberger2014-10-141-5/+2
* automake: explicitly set TARGET_RADEON_{WINSYS,COMMON}Emil Velikov2014-10-141-1/+1
* tgsi: change tgsi_shader_info::properties to a one-dimensional arrayMarek Olšák2014-10-041-1/+1
* tgsi: simplify shader properties in tgsi_shader_infoMarek Olšák2014-10-041-6/+2
* r300g: implement MSAA copies by resolving and upsamplingMarek Olšák2014-09-241-2/+3
* gallium/r300,r600,radeonsi: add automake target 'templates'Emil Velikov2014-09-241-0/+13
* gallium/r300: remove obsolete declarationEmil Velikov2014-09-241-1/+0
* mesa: Move register_allocate.c to util.Eric Anholt2014-09-234-17/+3
* r300g: set register classes before interferencesConnor Abbott2014-09-121-2/+4
* gallium: add a texture target to sampler view and a CAP to use itIlia Mirkin2014-09-121-0/+1
* gallium/r300: ship all files in the tarballEmil Velikov2014-09-052-25/+72
* r300g: pointless assignment of info.indexedDave Airlie2014-09-031-2/+0
* gallium/radeon: cleanup header inclusionEmil Velikov2014-08-2810-10/+10
* gallium: add cap for MAX_VERTEX_ATTRIB_STRIDETimothy Arceri2014-08-271-0/+3
* r300g: handle PIPE_BIND_BLENDABLEMarek Olšák2014-08-251-1/+44
* r300g: Fix path to test programs for out-of-tree buildsMichel Dänzer2014-08-202-1/+2
* gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann2014-08-191-0/+1
* gallium/r300/r600/radeonsi: handle query_renderer capsEmil Velikov2014-08-151-0/+11
* gallium: add opcodes/cap for fine derivative supportIlia Mirkin2014-08-141-0/+1
* r300g: Fix bug in build_loop_info()/compiler v2Tom Stellard2014-08-131-11/+23
* ra: cleanup the public APIConnor Abbott2014-08-131-1/+1
* android: gallium/radeon: attempt to fix the android buildPaulo Sergio Travaglia2014-08-131-2/+1
* gallium/r300: Fix a link error in the testsJason Ekstrand2014-08-121-1/+1
* gallium: remove PIPE_SHADER_CAP_MAX_ADDRSMarek Olšák2014-08-111-3/+0
* r300g: handle new shader capsMarek Olšák2014-08-091-0/+2
* util: Gather some common macrosJason Ekstrand2014-08-044-4/+2
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-042-1/+4
* winsys/radeon: fix vram_size overflow with HawaiiMarek Olšák2014-07-281-1/+3
* gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák2014-07-281-4/+4
* r600g/radeonsi: Use write-combined CPU mappings of some BOs in GTTMichel Dänzer2014-07-234-5/+5
* gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORTIlia Mirkin2014-07-031-1/+1
* gallium: add facilities for indirect drawingChristoph Bumiller2014-07-021-0/+1
* gallium: add a cap for max vertex streamsIlia Mirkin2014-07-011-0/+1
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-1/+2
* r300g: don't advertize PIPE_FORMAT_B10G10R10X2_UNORM on < r500David Heidelberger2014-06-191-0/+1
* r300g: BlitFramebuffer should follow render conditionMarek Olšák2014-06-031-3/+4
* gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-021-0/+1
* gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin2014-05-071-0/+1
* gallium: add basic support for ARB_sample_shadingIlia Mirkin2014-04-261-0/+1
* gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger2014-04-253-9/+9
* r300g: don't crash when getting NULL colorbuffersMarek Olšák2014-04-254-29/+60
* r300g: fix runtime warning after winsys cleanupMarek Olšák2014-04-251-1/+0
* gallium/radeon: create and return a fence in the flush functionMarek Olšák2014-04-162-12/+12
* winsys/radeon: fold cs_set_flush_callback into cs_createMarek Olšák2014-04-161-3/+1
* winsys/radeon: remove cs_write_reloc, add simpler cs_get_relocMarek Olšák2014-04-162-3/+4
* gallium: add a way to query min/max texture gather offsetsIlia Mirkin2014-04-101-0/+2