summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300
AgeCommit message (Expand)AuthorFilesLines
2011-10-16r300/compiler: Try to eliminate REPL_ALPHA instructionsTom Stellard1-33/+57
2011-10-16r300/compiler: More agressive RGB to Alpha conversionsTom Stellard1-8/+10
2011-10-16r300/compiler: Only convert RGB->Alpha when optimizations are enabledTom Stellard2-1/+8
2011-10-16Revert "r300g: fix rendering with a non-zero index bias in draw_elements_imme...Marek Olšák1-3/+1
2011-10-14r300/compiler: Enable reg rename pass on r500 and run it before optimizationsTom Stellard1-4/+1
2011-10-14r300/compiler: Implement the texture semaphoreTom Stellard6-49/+308
2011-10-14r300/compiler: Don't pair output writes with GPR writes in the schedulerTom Stellard1-0/+7
2011-10-14r300/compiler: Prevent regalloc from creating non-native swizzlesTom Stellard1-16/+63
2011-10-14r300/compiler: Allow merged instructions to be scheduled on demandTom Stellard1-50/+99
2011-10-14r300g: set max vertex samplers to 0 on swtcl chipsetsMarek Olšák1-3/+8
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie3-5/+5
2011-10-09u_blitter: add integer clear supportDave Airlie1-1/+2
2011-10-08r300g: remove unused r300_resource::tex_offsetMarek Olšák5-16/+6
2011-10-08r300g: disable stream output on SWTCL chipsetsMarek Olšák1-1/+1
2011-10-04r300g: fix rendering with a non-zero index bias in draw_elements_immediateMarek Olšák1-1/+3
2011-10-02r300/compiler: Fix error in OMOD optimizationTom Stellard1-0/+16
2011-10-02r300/compiler: Rewrite source swizzles when using OMODTom Stellard1-1/+6
2011-10-02r300/compiler: Fix rc_normal_rewrite_writemask()Tom Stellard1-5/+4
2011-10-02r300/compiler: Use consistent src swizzles for transcendent instructionsTom Stellard5-6/+33
2011-09-30winsys/radeon: move GEM domains out of the drivers into winsysMarek Olšák7-31/+21
2011-09-30winsys/radeon: remove a redundant parameter 'size' from buffer_from_handleMarek Olšák1-1/+1
2011-09-30gallium: add PIPE_CAP_TEXTURE_BARRIERMarek Olšák1-0/+1
2011-09-30gallium: add PIPE_CAP_CONDITIONAL_RENDERMarek Olšák1-0/+1
2011-09-30gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák1-2/+3
2011-09-30gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEATMarek Olšák1-1/+0
2011-09-29r300g: remove useless variables in some structuresMarek Olšák4-29/+12
2011-09-29r300g: simplify the immd_is_good_idea functionMarek Olšák1-26/+2
2011-09-27gallium: move border color to be a color unionDave Airlie1-1/+1
2011-09-26u_vbuf_mgr: s/u_vbuf_mgr_/u_vbuf_Marek Olšák4-9/+9
2011-09-26u_vbuf_mgr: cleanup original vs real vertex buffer arraysMarek Olšák2-15/+16
2011-09-18r300/compiler: Fix regalloc for values with multiple writersTom Stellard1-3/+6
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2-15/+15
2011-09-16r300/compiler: Add support for the output modifier (OMOD)Tom Stellard16-25/+310
2011-09-16r300/compiler: Move some helper functions to radeon_compiler_util.cTom Stellard3-33/+68
2011-09-16r300/compiler: Don't unroll loops that conditionally increment the counterTom Stellard1-2/+14
2011-09-16winsys/radeon: use the cache bufmgr for buffers with PIPE_BIND_CUSTOMMarek Olšák1-1/+1
2011-09-11r300g: handle the new CAPsMarek Olšák1-0/+2
2011-09-10r300/compiler: Implement ROUNDTom Stellard4-1/+56
2011-09-10gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERSMarek Olšák1-1/+1
2011-08-27android: add support for r300gChia-I Wu1-0/+46
2011-08-27r300g: share the source listChia-I Wu3-114/+63
2011-08-26g3dvl: Rework the decoder interface part 2/5Christian König1-0/+2
2011-08-16u_blitter: rename util_blitter_copy_region -> util_blitter_copy_textureMarek Olšák1-2/+2
2011-08-16winsys/radeon: hook up the new DRM_RADEON_GEM_WAIT ioctlMarek Olšák2-4/+4
2011-08-16r600g: set the flush callback in radeon_winsysMarek Olšák1-1/+1
2011-08-09r300g: silence some warnings about uninitialized variablesBrian Paul3-6/+8
2011-08-05winsys/radeon: fix space checkingMarek Olšák1-2/+1
2011-08-05r300g: handle new CAPsMarek Olšák1-9/+4
2011-08-05r300g: adapt to the resource_resolve interface changeMarek Olšák1-21/+22
2011-08-04Merge branch 'glsl-to-tgsi'Bryan Cain1-0/+2