summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* util/u_blitter: implement alpha blending for pipe->blitMarek Olšák2015-08-211-1/+2
* util/ra: Make allocating conflict lists optionalJason Ekstrand2015-08-181-1/+2
* winsys/amdgpu: add addrlib - texture addressing and alignment calculatorMarek Olšák2015-08-142-2/+2
* gallium: add an interface for EXT_depth_bounds_testMarek Olšák2015-08-141-0/+1
* gallium: add support for GLES texture float extensions (v3)Marek Olšák2015-08-141-0/+2
* winsys/radeon: add an interface for contextsMarek Olšák2015-08-072-1/+9
* gallium/radeon: unify buffer_wait and buffer_is_busy in the winsys interfaceMarek Olšák2015-08-073-4/+5
* gallium/radeon: allow the winsys to choose the IB sizeMarek Olšák2015-08-063-3/+3
* gallium/radeon: remove buffer_unmap calls that can potentially decrease perfMarek Olšák2015-07-232-6/+0
* gallium: replace INLINE with inlineIlia Mirkin2015-07-219-34/+34
* gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGSMarek Olšák2015-07-161-0/+1
* gallium: remove redundant pipe_context::fence_signalledMarek Olšák2015-07-051-9/+0
* mesa: Enable subdir-objects globally.Matt Turner2015-06-261-2/+0
* tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarationsMarek Olšák2015-06-051-0/+2
* 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