summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* gallium: add interface and state tracker support for GL_AMD_pinned_memoryMarek Olšák2015-02-171-0/+1
* r300g: small code cleanup (v2)David Heidelberg2015-02-064-26/+4
* 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: Replace u_simple_list.h with util/simple_list.hEric Anholt2015-01-283-3/+3
* r300g: handle vertex format PIPE_FORMAT_NONEMarek Olšák2015-01-041-2/+11
* r300g: implement ARR opcodeDavid Heidelberg2014-12-214-4/+16
* 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
* draw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITIONMarek Olšák2014-12-091-1/+1
* gallium: Drop the unused CND opcode.Eric Anholt2014-11-241-1/+0
* gallium: Drop unused BRA opcode.Eric Anholt2014-11-241-1/+0
* gallium: Drop the unused SFL/STR opcodes.Eric Anholt2014-11-241-2/+0
* gallium: Drop the unused RFL opcode.Eric Anholt2014-11-241-1/+0
* gallium: Drop unused X2D opcode.Eric Anholt2014-11-241-1/+0
* gallium: Drop the unused ARA opcode.Eric Anholt2014-11-241-1/+0
* gallium: Drop the unused RCC opcode.Eric Anholt2014-11-241-1/+0
* gallium: Drop the NRM and NRM4 opcodes.Eric Anholt2014-11-241-2/+0
* r300: Drop the "/* gap */" notes.Eric Anholt2014-11-241-3/+0
* r300g: only set clip_halfz for chips with HW TCLMarek Olšák2014-10-281-1/+1
* 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