aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-113-5/+5
* u_blitter: add integer clear supportDave Airlie2011-10-091-1/+2
* r300g: remove unused r300_resource::tex_offsetMarek Olšák2011-10-085-16/+6
* r300g: disable stream output on SWTCL chipsetsMarek Olšák2011-10-081-1/+1
* r300g: fix rendering with a non-zero index bias in draw_elements_immediateMarek Olšák2011-10-041-1/+3
* r300/compiler: Fix error in OMOD optimizationTom Stellard2011-10-021-0/+16
* r300/compiler: Rewrite source swizzles when using OMODTom Stellard2011-10-021-1/+6
* r300/compiler: Fix rc_normal_rewrite_writemask()Tom Stellard2011-10-021-5/+4
* r300/compiler: Use consistent src swizzles for transcendent instructionsTom Stellard2011-10-025-6/+33
* winsys/radeon: move GEM domains out of the drivers into winsysMarek Olšák2011-09-307-31/+21
* winsys/radeon: remove a redundant parameter 'size' from buffer_from_handleMarek Olšák2011-09-301-1/+1
* gallium: add PIPE_CAP_TEXTURE_BARRIERMarek Olšák2011-09-301-0/+1
* gallium: add PIPE_CAP_CONDITIONAL_RENDERMarek Olšák2011-09-301-0/+1
* gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák2011-09-301-2/+3
* gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEATMarek Olšák2011-09-301-1/+0
* r300g: remove useless variables in some structuresMarek Olšák2011-09-294-29/+12
* r300g: simplify the immd_is_good_idea functionMarek Olšák2011-09-291-26/+2
* gallium: move border color to be a color unionDave Airlie2011-09-271-1/+1
* u_vbuf_mgr: s/u_vbuf_mgr_/u_vbuf_Marek Olšák2011-09-264-9/+9
* u_vbuf_mgr: cleanup original vs real vertex buffer arraysMarek Olšák2011-09-262-15/+16
* r300/compiler: Fix regalloc for values with multiple writersTom Stellard2011-09-181-3/+6
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-182-15/+15
* r300/compiler: Add support for the output modifier (OMOD)Tom Stellard2011-09-1616-25/+310
* r300/compiler: Move some helper functions to radeon_compiler_util.cTom Stellard2011-09-163-33/+68
* r300/compiler: Don't unroll loops that conditionally increment the counterTom Stellard2011-09-161-2/+14
* winsys/radeon: use the cache bufmgr for buffers with PIPE_BIND_CUSTOMMarek Olšák2011-09-161-1/+1
* r300g: handle the new CAPsMarek Olšák2011-09-111-0/+2
* r300/compiler: Implement ROUNDTom Stellard2011-09-104-1/+56
* gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERSMarek Olšák2011-09-101-1/+1
* android: add support for r300gChia-I Wu2011-08-271-0/+46
* r300g: share the source listChia-I Wu2011-08-273-114/+63
* g3dvl: Rework the decoder interface part 2/5Christian König2011-08-261-0/+2
* u_blitter: rename util_blitter_copy_region -> util_blitter_copy_textureMarek Olšák2011-08-161-2/+2
* winsys/radeon: hook up the new DRM_RADEON_GEM_WAIT ioctlMarek Olšák2011-08-162-4/+4
* r600g: set the flush callback in radeon_winsysMarek Olšák2011-08-161-1/+1
* r300g: silence some warnings about uninitialized variablesBrian Paul2011-08-093-6/+8
* winsys/radeon: fix space checkingMarek Olšák2011-08-051-2/+1
* r300g: handle new CAPsMarek Olšák2011-08-051-9/+4
* r300g: adapt to the resource_resolve interface changeMarek Olšák2011-08-051-21/+22
* Merge branch 'glsl-to-tgsi'Bryan Cain2011-08-041-0/+2
|\
| * gallium: add PIPE_SHADER_CAP_INTEGERSBryan Cain2011-08-011-0/+2
* | gallium/util: add functions for manipulating swizzlesMarek Olšák2011-08-024-36/+5
* | r300g: copy the compiler from r300cMarek Olšák2011-07-2669-25/+17038
* | winsys/radeon: remove usage parameter from buffer_createMarek Olšák2011-07-254-6/+3
* | winsys/radeon: add R300 infix to winsys feature namesMarek Olšák2011-07-253-3/+3
* | winsys/radeon: simplify how value queries workMarek Olšák2011-07-258-43/+32
* | [g3dvl] add some more PIPE_VIDEO_CAPsChristian König2011-07-121-6/+12
* | [g3dvl] and finally remove pipe_video_contextChristian König2011-07-082-10/+2
* | [g3dvl] move video buffer creation out of video contextChristian König2011-07-081-0/+3
* | [g3dvl] remove the unused priv member from pipe_video_contextChristian König2011-07-081-1/+1