summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_state.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-03r300: drop u_mm.h include.Dave Airlie1-1/+0
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák1-33/+0
2017-05-10gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák1-4/+4
2017-03-08gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul1-1/+1
2017-01-16gallium: add flags parameter to texture barrierIlia Mirkin1-1/+1
2016-08-29gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch1-1/+2
2016-08-29gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch1-1/+1
2016-06-20gallium: make constant_buffer constRob Clark1-1/+1
2016-03-01r300g: remove support for DRM < 2.12.0Marek Olšák1-46/+0
2015-12-06gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan1-3/+3
2015-08-14winsys/amdgpu: add addrlib - texture addressing and alignment calculatorMarek Olšák1-1/+1
2015-02-06r300g: small code cleanup (v2)David Heidelberg1-1/+0
2014-10-28r300g: only set clip_halfz for chips with HW TCLMarek Olšák1-1/+1
2014-10-22r300g: implement pipe_rasterizer_state::clip_halfzMarek Olšák1-0/+7
2014-10-21r300g: replace r300_get_num_samples with a util variantMarek Olšák1-25/+1
2014-04-25gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger1-1/+1
2014-04-25r300g: don't crash when getting NULL colorbuffersMarek Olšák1-18/+28
2014-02-25r300g,r600g,radeonsi: add support for ARB_buffer_storageMarek Olšák1-0/+5
2013-12-12winsys/radeon: set/get the scanout flag with the tiling ioctlsMarek Olšák1-1/+1
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul1-4/+9
2013-10-04r300g: remove unused function r300_lacks_vertex_texturesMarek Olšák1-7/+0
2013-10-03radeon: don't use old bind_vertex/fragment_sampler_states() hooksBrian Paul1-21/+0
2013-10-03radeon: implement pipe_context::bind_sampler_states()Brian Paul1-0/+26
2013-10-03r300g: rename r300_bind_sampler_states to r300_bind_fragment_sampler_statesBrian Paul1-4/+4
2013-07-30Revert "r300g: Give CLIP_DISABLE another try"Marek Olšák1-2/+1
2013-05-25gallium: Add support for multiple viewportsZack Rusin1-7/+11
2013-05-14draw: try to prevent overflows on index buffersZack Rusin1-1/+1
2013-05-14draw: don't crash on vertex buffer overflowZack Rusin1-2/+2
2013-03-26r300g: fix crash while binding a NULL constant bufferMarek Olšák1-1/+1
2013-02-14r300g: add support for red-alpha render targetsMarek Olšák1-0/+1
2013-02-07r300g: fix blending and alpha-test with RGBX16F and enable MSAA for itMarek Olšák1-7/+27
2013-02-06r300g: try to use color varyings for texcoords if max texcoord limit is exceededMarek Olšák1-3/+6
2013-02-06r300g: fix blending with RGBX formatsMarek Olšák1-117/+191
2013-02-06r300g: fix blending with blend color and RGBA formatsMarek Olšák1-0/+11
2013-01-21r300g: add a workaround for the AA colorbuffer addressing bug on R500Marek Olšák1-7/+11
2013-01-21r300g: enable AA optimizations for the RGBA16F formatMarek Olšák1-0/+3
2013-01-15r300g: implement MSAA compression and fast MSAA color clearMarek Olšák1-0/+9
2013-01-10r300g: don't set sample positions to the pixel center if MSAA is disabledMarek Olšák1-2/+0
2013-01-06r300g: implement MSAAMarek Olšák1-17/+74
2013-01-06r300g: simplify DSA state, add ability to patch FG_ALPHA_FUNC while emittingMarek Olšák1-52/+28
2013-01-04r300g/swtcl: fix crash when setting vertex buffersMarek Olšák1-0/+3
2012-12-07r300: Don't disable destination read if the src blend factor needs itStefan Dösinger1-2/+10
2012-12-04r300g: Give CLIP_DISABLE another tryStefan Dösinger1-1/+2
2012-12-02Revert "r300g: fix occlusion queries when depth test is disabled or zbuffer i...Marek Olšák1-14/+6
2012-11-13r300g: fix crash since the set_vertex_buffers(start_slot) changeMarek Olšák1-6/+7
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-11/+12
2012-09-14r300g: fix colormask with non-BGRA formatsMarek Olšák1-26/+62
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-2/+1
2012-05-31draw: simplify index buffer specificationBrian Paul1-6/+6
2012-05-16gallium/radeon: Fix r300g tiling breakage.Michel Dänzer1-0/+1