| Commit message (Expand) | Author | Age | Files | Lines |
* | r300: drop u_mm.h include. | Dave Airlie | 2017-08-03 | 1 | -1/+0 |
* | gallium: remove pipe_index_buffer and set_index_buffer | Marek Olšák | 2017-05-10 | 1 | -33/+0 |
* | gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes | Marek Olšák | 2017-05-10 | 1 | -4/+4 |
* | gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer() | Brian Paul | 2017-03-08 | 1 | -1/+1 |
* | gallium: add flags parameter to texture barrier | Ilia Mirkin | 2017-01-16 | 1 | -1/+1 |
* | gallium: Use enum pipe_shader_type in set_sampler_views() | Kai Wasserbäch | 2016-08-29 | 1 | -1/+2 |
* | gallium: Use enum pipe_shader_type in bind_sampler_states() (v2) | Kai Wasserbäch | 2016-08-29 | 1 | -1/+1 |
* | gallium: make constant_buffer const | Rob Clark | 2016-06-20 | 1 | -1/+1 |
* | r300g: remove support for DRM < 2.12.0 | Marek Olšák | 2016-03-01 | 1 | -46/+0 |
* | gallium/drivers: Sanitize NULL checks into canonical form | Edward O'Callaghan | 2015-12-06 | 1 | -3/+3 |
* | winsys/amdgpu: add addrlib - texture addressing and alignment calculator | Marek Olšák | 2015-08-14 | 1 | -1/+1 |
* | r300g: small code cleanup (v2) | David Heidelberg | 2015-02-06 | 1 | -1/+0 |
* | r300g: only set clip_halfz for chips with HW TCL | Marek Olšák | 2014-10-28 | 1 | -1/+1 |
* | r300g: implement pipe_rasterizer_state::clip_halfz | Marek Olšák | 2014-10-22 | 1 | -0/+7 |
* | r300g: replace r300_get_num_samples with a util variant | Marek Olšák | 2014-10-21 | 1 | -25/+1 |
* | gallium/util: use ui[4] instead of ui in union util_color | Roland Scheidegger | 2014-04-25 | 1 | -1/+1 |
* | r300g: don't crash when getting NULL colorbuffers | Marek Olšák | 2014-04-25 | 1 | -18/+28 |
* | r300g,r600g,radeonsi: add support for ARB_buffer_storage | Marek Olšák | 2014-02-25 | 1 | -0/+5 |
* | winsys/radeon: set/get the scanout flag with the tiling ioctls | Marek Olšák | 2013-12-12 | 1 | -1/+1 |
* | gallium: new, unified pipe_context::set_sampler_views() function | Brian Paul | 2013-10-23 | 1 | -4/+9 |
* | r300g: remove unused function r300_lacks_vertex_textures | Marek Olšák | 2013-10-04 | 1 | -7/+0 |
* | radeon: don't use old bind_vertex/fragment_sampler_states() hooks | Brian Paul | 2013-10-03 | 1 | -21/+0 |
* | radeon: implement pipe_context::bind_sampler_states() | Brian Paul | 2013-10-03 | 1 | -0/+26 |
* | r300g: rename r300_bind_sampler_states to r300_bind_fragment_sampler_states | Brian Paul | 2013-10-03 | 1 | -4/+4 |
* | Revert "r300g: Give CLIP_DISABLE another try" | Marek Olšák | 2013-07-30 | 1 | -2/+1 |
* | gallium: Add support for multiple viewports | Zack Rusin | 2013-05-25 | 1 | -7/+11 |
* | draw: try to prevent overflows on index buffers | Zack Rusin | 2013-05-14 | 1 | -1/+1 |
* | draw: don't crash on vertex buffer overflow | Zack Rusin | 2013-05-14 | 1 | -2/+2 |
* | r300g: fix crash while binding a NULL constant buffer | Marek Olšák | 2013-03-26 | 1 | -1/+1 |
* | r300g: add support for red-alpha render targets | Marek Olšák | 2013-02-14 | 1 | -0/+1 |
* | r300g: fix blending and alpha-test with RGBX16F and enable MSAA for it | Marek Olšák | 2013-02-07 | 1 | -7/+27 |
* | r300g: try to use color varyings for texcoords if max texcoord limit is exceeded | Marek Olšák | 2013-02-06 | 1 | -3/+6 |
* | r300g: fix blending with RGBX formats | Marek Olšák | 2013-02-06 | 1 | -117/+191 |
* | r300g: fix blending with blend color and RGBA formats | Marek Olšák | 2013-02-06 | 1 | -0/+11 |
* | r300g: add a workaround for the AA colorbuffer addressing bug on R500 | Marek Olšák | 2013-01-21 | 1 | -7/+11 |
* | r300g: enable AA optimizations for the RGBA16F format | Marek Olšák | 2013-01-21 | 1 | -0/+3 |
* | r300g: implement MSAA compression and fast MSAA color clear | Marek Olšák | 2013-01-15 | 1 | -0/+9 |
* | r300g: don't set sample positions to the pixel center if MSAA is disabled | Marek Olšák | 2013-01-10 | 1 | -2/+0 |
* | r300g: implement MSAA | Marek Olšák | 2013-01-06 | 1 | -17/+74 |
* | r300g: simplify DSA state, add ability to patch FG_ALPHA_FUNC while emitting | Marek Olšák | 2013-01-06 | 1 | -52/+28 |
* | r300g/swtcl: fix crash when setting vertex buffers | Marek Olšák | 2013-01-04 | 1 | -0/+3 |
* | r300: Don't disable destination read if the src blend factor needs it | Stefan Dösinger | 2012-12-07 | 1 | -2/+10 |
* | r300g: Give CLIP_DISABLE another try | Stefan Dösinger | 2012-12-04 | 1 | -1/+2 |
* | Revert "r300g: fix occlusion queries when depth test is disabled or zbuffer i... | Marek Olšák | 2012-12-02 | 1 | -14/+6 |
* | r300g: fix crash since the set_vertex_buffers(start_slot) change | Marek Olšák | 2012-11-13 | 1 | -6/+7 |
* | gallium: add start_slot parameter to set_vertex_buffers | Marek Olšák | 2012-10-31 | 1 | -11/+12 |
* | r300g: fix colormask with non-BGRA formats | Marek Olšák | 2012-09-14 | 1 | -26/+62 |
* | Remove useless checks for NULL before freeing | Matt Turner | 2012-09-05 | 1 | -2/+1 |
* | draw: simplify index buffer specification | Brian Paul | 2012-05-31 | 1 | -6/+6 |
* | gallium/radeon: Fix r300g tiling breakage. | Michel Dänzer | 2012-05-16 | 1 | -0/+1 |