summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_state.c
Commit message (Expand)AuthorAgeFilesLines
* r300g: remove support for DRM < 2.12.0Marek Olšák2016-03-011-46/+0
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-3/+3
* winsys/amdgpu: add addrlib - texture addressing and alignment calculatorMarek Olšák2015-08-141-1/+1
* r300g: small code cleanup (v2)David Heidelberg2015-02-061-1/+0
* r300g: only set clip_halfz for chips with HW TCLMarek Olšák2014-10-281-1/+1
* r300g: implement pipe_rasterizer_state::clip_halfzMarek Olšák2014-10-221-0/+7
* r300g: replace r300_get_num_samples with a util variantMarek Olšák2014-10-211-25/+1
* gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger2014-04-251-1/+1
* r300g: don't crash when getting NULL colorbuffersMarek Olšák2014-04-251-18/+28
* r300g,r600g,radeonsi: add support for ARB_buffer_storageMarek Olšák2014-02-251-0/+5
* winsys/radeon: set/get the scanout flag with the tiling ioctlsMarek Olšák2013-12-121-1/+1
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-4/+9
* r300g: remove unused function r300_lacks_vertex_texturesMarek Olšák2013-10-041-7/+0
* radeon: don't use old bind_vertex/fragment_sampler_states() hooksBrian Paul2013-10-031-21/+0
* radeon: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+26
* r300g: rename r300_bind_sampler_states to r300_bind_fragment_sampler_statesBrian Paul2013-10-031-4/+4
* Revert "r300g: Give CLIP_DISABLE another try"Marek Olšák2013-07-301-2/+1
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-7/+11
* draw: try to prevent overflows on index buffersZack Rusin2013-05-141-1/+1
* draw: don't crash on vertex buffer overflowZack Rusin2013-05-141-2/+2
* r300g: fix crash while binding a NULL constant bufferMarek Olšák2013-03-261-1/+1
* r300g: add support for red-alpha render targetsMarek Olšák2013-02-141-0/+1
* r300g: fix blending and alpha-test with RGBX16F and enable MSAA for itMarek Olšák2013-02-071-7/+27
* r300g: try to use color varyings for texcoords if max texcoord limit is exceededMarek Olšák2013-02-061-3/+6
* r300g: fix blending with RGBX formatsMarek Olšák2013-02-061-117/+191
* r300g: fix blending with blend color and RGBA formatsMarek Olšák2013-02-061-0/+11
* r300g: add a workaround for the AA colorbuffer addressing bug on R500Marek Olšák2013-01-211-7/+11
* r300g: enable AA optimizations for the RGBA16F formatMarek Olšák2013-01-211-0/+3
* r300g: implement MSAA compression and fast MSAA color clearMarek Olšák2013-01-151-0/+9
* r300g: don't set sample positions to the pixel center if MSAA is disabledMarek Olšák2013-01-101-2/+0
* r300g: implement MSAAMarek Olšák2013-01-061-17/+74
* r300g: simplify DSA state, add ability to patch FG_ALPHA_FUNC while emittingMarek Olšák2013-01-061-52/+28
* r300g/swtcl: fix crash when setting vertex buffersMarek Olšák2013-01-041-0/+3
* r300: Don't disable destination read if the src blend factor needs itStefan Dösinger2012-12-071-2/+10
* r300g: Give CLIP_DISABLE another tryStefan Dösinger2012-12-041-1/+2
* Revert "r300g: fix occlusion queries when depth test is disabled or zbuffer i...Marek Olšák2012-12-021-14/+6
* r300g: fix crash since the set_vertex_buffers(start_slot) changeMarek Olšák2012-11-131-6/+7
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-11/+12
* r300g: fix colormask with non-BGRA formatsMarek Olšák2012-09-141-26/+62
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-2/+1
* draw: simplify index buffer specificationBrian Paul2012-05-311-6/+6
* gallium/radeon: Fix r300g tiling breakage.Michel Dänzer2012-05-161-0/+1
* r300g/swtcl: move vertex buffer updates into set_vertex_buffersMarek Olšák2012-05-121-18/+34
* r300g/swtcl: move index buffer updates from swtcl_draw_vbo into set_index_bufferMarek Olšák2012-05-121-5/+24
* r300g/swtcl: malloc vertex and index buffers (don't use radeon DRM to get them)Marek Olšák2012-05-121-2/+2
* r300g/swtcl: don't do stuff which is only for HWTCLMarek Olšák2012-05-121-9/+12
* r300g: fix breakage after gallium-userbuf mergeMarek Olšák2012-05-121-9/+12
* gallium: add void *user_buffer to pipe_constant_bufferMarek Olšák2012-04-301-2/+2
* gallium: remove pipe_context::redefine_user_bufferMarek Olšák2012-04-301-1/+0
* gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-1/+2