| Commit message (Expand) | Author | Age | Files | Lines |
* | radeonsi: Fix off-by-one for maximum vertex element index in some cases | Michel Dänzer | 2013-03-12 | 1 | -2/+8 |
* | radeonsi: add LLVMNoUnwindAttribute to intrinsic | Christian König | 2013-03-07 | 1 | -1/+1 |
* | radeonsi: rework input interpolation | Christian König | 2013-03-07 | 2 | -34/+72 |
* | radeonsi: remove SI.vs.load.buffer.index | Christian König | 2013-03-07 | 2 | -10/+12 |
* | radeon/llvm: make SGPRs proper function arguments v2 | Christian König | 2013-03-07 | 2 | -73/+44 |
* | radeon/llvm: replace shader type intrinsic with function attribute | Christian König | 2013-03-07 | 1 | -12/+2 |
* | radeonsi: switch to v*i8 for resources and samplers v2 | Christian König | 2013-03-07 | 1 | -18/+12 |
* | radeonsi: fix trivial warning | Christian König | 2013-03-06 | 1 | -1/+0 |
* | radeonsi: Fix memory leak in si_set_constant_buffer. | Vinson Lee | 2013-02-26 | 1 | -0/+1 |
* | gallium/util: add helper util_max_layer from r600g | Marek Olšák | 2013-02-26 | 3 | -22/+6 |
* | radeonsi: Don't pretend there is any R8G8B8 support | Michel Dänzer | 2013-02-22 | 1 | -1/+0 |
* | radeonsi: Don't match TGSI_SEMANTIC_POSITION fs inputs to vs outputs | Michel Dänzer | 2013-02-21 | 1 | -2/+5 |
* | radeonsi: Fix w component of TGSI_SEMANTIC_POSITION fragment shader inputs. | Michel Dänzer | 2013-02-21 | 1 | -0/+8 |
* | radeonsi: Fix up and enable flat shading. | Michel Dänzer | 2013-02-21 | 4 | -22/+5 |
* | radeonsi: Fix memory leak in si_shader_select. | Vinson Lee | 2013-02-20 | 1 | -0/+1 |
* | radeonsi: Fix blending using destination alpha factor but non-alpha destination | Michel Dänzer | 2013-02-20 | 1 | -3/+5 |
* | radeonsi: implement 3D transfers | Marek Olšák | 2013-02-20 | 1 | -20/+29 |
* | radeonsi: add assertions to prevent creation of invalid surfaces | Marek Olšák | 2013-02-20 | 3 | -15/+18 |
* | radeonsi: use u_box_origin_2d helper function | Marek Olšák | 2013-02-20 | 1 | -5/+2 |
* | radeonsi: Fix PIPE_FORMAT_X32_S8X24_UINT sampler hardware format | Michel Dänzer | 2013-02-18 | 1 | -1/+1 |
* | radeonsi: Use stencil surface level information for stencil texturing | Michel Dänzer | 2013-02-18 | 2 | -7/+10 |
* | radeonsi: properly implement S8Z24 depth-stencil format | Michel Dänzer | 2013-02-18 | 1 | -29/+66 |
* | radeonsi: Handle TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS | Michel Dänzer | 2013-02-14 | 1 | -0/+29 |
* | radeonsi: Fix array indices for detecting integer vertex formats | Michel Dänzer | 2013-02-14 | 1 | -2/+2 |
* | radeonsi: remove constant index limitation v3 | Christian König | 2013-02-12 | 2 | -7/+1 |
* | radeonsi: support constants as TEX coordinates | Christian König | 2013-02-12 | 1 | -0/+9 |
* | radeonsi: Handle scaled and integer formats for samplers and vertex elements. | Michel Dänzer | 2013-02-07 | 1 | -17/+46 |
* | radeonsi: Don't advertise PIPE_FORMAT_L8A8_SRGB support. | Michel Dänzer | 2013-02-07 | 1 | -2/+2 |
* | radeonsi: Remove incorrect (and dead) assignment in tex_fetch_args(). | Michel Dänzer | 2013-02-07 | 1 | -2/+0 |
* | radeonsi: Use unique names for referring to texture sampling intrinsics. | Michel Dänzer | 2013-02-07 | 1 | -3/+18 |
* | radeonsi: use new RGBX formats | Marek Olšák | 2013-02-07 | 1 | -0/+26 |
* | radeonsi: default PA_SC_RASTER_CONFIG to 0 | Alex Deucher | 2013-02-04 | 1 | -1/+3 |
* | radeonsi: add support for Oland chips | Alex Deucher | 2013-02-04 | 2 | -0/+4 |
* | gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED query | Brian Paul | 2013-02-04 | 1 | -0/+2 |
* | radeonsi: Remove spurious traces of R16G16B16 support. | Michel Dänzer | 2013-02-04 | 1 | -3/+0 |
* | radeonsi: Enable texture arrays. | Michel Dänzer | 2013-02-04 | 1 | -1/+1 |
* | radeonsi: Improve packing of texture address parameters. | Michel Dänzer | 2013-02-04 | 1 | -30/+97 |
* | radeonsi: Adapt to sample intrinsics changes. | Michel Dänzer | 2013-02-04 | 1 | -24/+31 |
* | gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENT | Andreas Boll | 2013-02-04 | 1 | -0/+1 |
* | radeonsi: Fix draws using user index buffer. | Michel Dänzer | 2013-02-01 | 1 | -4/+3 |
* | radeonsi: port some of get_shader_param changes from r600g | Marek Olšák | 2013-02-01 | 1 | -6/+2 |
* | radeon/winsys: add dma ring support to winsys v3 | Jerome Glisse | 2013-01-28 | 1 | -1/+1 |
* | radeonsi: Fall back to dummy pixel shader instead of trying indirect addressing. | Michel Dänzer | 2013-01-24 | 1 | -0/+5 |
* | radeonsi: make sure copying of all texture formats is accelerated | Marek Olšák | 2013-01-24 | 2 | -59/+54 |
* | radeonsi: Handle PIPE_FORMAT_L32A32_S/UINT for rendering. | Michel Dänzer | 2013-01-24 | 1 | -0/+4 |
* | radeonsi: Make sure to use float number format for packed float colour formats. | Michel Dänzer | 2013-01-24 | 1 | -2/+4 |
* | radeonsi: More assorted depth/stencil changes ported from r600g. | Marek Olšák | 2013-01-21 | 7 | -136/+251 |
* | radeonsi: improve flushed depth texture handling | Vadim Girlin | 2013-01-21 | 5 | -81/+100 |
* | radeonsi: Assorted depth/stencil changes ported from r600g. | Marek Olšák | 2013-01-21 | 5 | -56/+48 |
* | radeonsi: Enable 1D tiling for non-depth resources as well. | Michel Dänzer | 2013-01-21 | 1 | -2/+1 |