summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák2015-05-201-7/+1
* gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERYMarek Olšák2015-05-121-0/+1
* gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset2015-05-061-4/+5
* winsys/radeon: move radeon_winsys.h to drivers/radeonMarek Olšák2015-04-293-3/+2
* r300: do not link against libdrm_intelEmil Velikov2015-04-291-1/+1
* Fix a few typosZoë Blade2015-04-275-5/+5
* android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERSEmil Velikov2015-04-221-2/+3
* gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta2015-03-231-0/+6
* gallium: add FMA and DFMA opcodes (v3)Marek Olšák2015-03-161-0/+2
* r300g: fix sRGB->sRGB blitsMarek Olšák2015-03-091-0/+9
* r300g: fix a crash when resolving into an sRGB textureMarek Olšák2015-03-091-3/+5
* r300g: use memset for clearing the shader keyMarek Olšák2015-03-091-1/+2
* r300g: remove the broken SNORM->UNORM shader lowering passMarek Olšák2015-03-093-54/+0
* r300g: fix RGTC1 and LATC1 SNORM formatsMarek Olšák2015-03-092-31/+17
* r300g: Fix the ATI1N swizzle (RGTC1 and LATC1)Stefan Dösinger2015-03-091-1/+3
* r300g: Fix build, invalid extern "C" around header inclusion.Mark Janes2015-03-061-0/+8
* r300g: Check return value of snprintf().Matt Turner2015-03-041-1/+6
* r300g: Use PATH_MAX instead of limiting ourselves to 100 chars.Matt Turner2015-03-041-3/+3
* r300g/tests: Include stdio.h.Vinson Lee2015-02-261-0/+2
* radeon/compiler: include stdio.hBrian Paul2015-02-261-0/+1
* r300g: remove dependency on compiler.hBrian Paul2015-02-265-3/+5
* gallium: add new double-related shader caps to all the gettersIlia Mirkin2015-02-201-0/+4
* 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