| Commit message (Expand) | Author | Age | Files | Lines |
* | radeonsi: move everything else into the new handling | Christian König | 2012-07-24 | 1 | -98/+0 |
* | radeonsi: move format handling into si_state.c | Christian König | 2012-07-24 | 1 | -534/+0 |
* | radeonsi: move remaining sampler state into si_state.c | Christian König | 2012-07-24 | 1 | -339/+0 |
* | radeonsi: move constants to new state handling | Christian König | 2012-07-24 | 1 | -1/+0 |
* | radeonsi: move sampler states into new handling | Christian König | 2012-07-24 | 1 | -105/+0 |
* | radeonsi: move shaders to new handling | Christian König | 2012-07-24 | 1 | -214/+0 |
* | radeonsi: move spi into new handling | Christian König | 2012-07-24 | 1 | -46/+0 |
* | radeonsi: move init state to new handling | Christian König | 2012-07-24 | 1 | -37/+0 |
* | radeonsi: move draw_info to new state handling | Christian König | 2012-07-24 | 1 | -2/+0 |
* | radeonsi: move stencil_ref to new handling | Christian König | 2012-07-24 | 1 | -1/+0 |
* | radeonsi: move dsa state to new handling | Christian König | 2012-07-24 | 1 | -101/+0 |
* | radeonsi: move infeered fb/rs state to new handling | Christian König | 2012-07-24 | 1 | -50/+0 |
* | radeonsi: move rasterizer state into new handling | Christian König | 2012-07-24 | 1 | -130/+5 |
* | radeonsi: move framebuffer to new handling | Christian König | 2012-07-24 | 1 | -358/+0 |
* | radeonsi: move viewport to new handling | Christian König | 2012-07-24 | 1 | -28/+0 |
* | radeonsi: move scissor state to new state handling | Christian König | 2012-07-24 | 1 | -44/+0 |
* | radeonsi: move clip state to new handling | Christian König | 2012-07-24 | 1 | -32/+0 |
* | radeonsi: move blend color to new state handling | Christian König | 2012-07-24 | 1 | -21/+0 |
* | radeonsi: move blender to new state handling | Christian König | 2012-07-24 | 1 | -150/+2 |
* | radeonsi: Use linear instead of constant interpolation for now. | Michel Dänzer | 2012-06-12 | 1 | -4/+14 |
* | radeonsi: Fix parameter cache offsets for fragment shader inputs. | Michel Dänzer | 2012-05-18 | 1 | -1/+1 |
* | radeonsi: Initial tiling support. | Michel Dänzer | 2012-05-16 | 1 | -30/+134 |
* | radeonsi: Keep around copies of original sampler states. | Michel Dänzer | 2012-05-14 | 1 | -0/+2 |
* | radeonsi: Separate states for samplers and sampler views. | Michel Dänzer | 2012-05-14 | 1 | -2/+4 |
* | radeonsi: Fixed point vertex formats aren't supported. | Michel Dänzer | 2012-05-12 | 1 | -4/+5 |
* | Merge branch 'gallium-userbuf' | Marek Olšák | 2012-05-11 | 1 | -1/+0 |
|\ |
|
| * | gallium: remove pipe_context::redefine_user_buffer | Marek Olšák | 2012-04-30 | 1 | -1/+0 |
* | | radeonsi: Properly translate vertex format swizzle. | Michel Dänzer | 2012-05-11 | 1 | -18/+0 |
* | | radeonsi: Set NONE format for unused vertex shader position export slots. | Michel Dänzer | 2012-05-10 | 1 | -3/+3 |
* | | radeonsi: Eliminate one more magic number for texture image resources. | Michel Dänzer | 2012-05-10 | 1 | -3/+3 |
|/ |
|
* | winsys/radeon: simplify buffer map/unmap functions | Marek Olšák | 2012-04-29 | 1 | -4/+4 |
* | radeonsi: stop using u_vbuf and adapt to gallium interface changes | Marek Olšák | 2012-04-24 | 1 | -1/+1 |
* | radeonsi: (User) SGPR related cleanups. | Michel Dänzer | 2012-04-19 | 1 | -8/+22 |
* | radeonsi: Replace more magic numbers for sampler state. | Michel Dänzer | 2012-04-19 | 1 | -7/+7 |
* | radeonsi: Fix mip filter encoding in sampler state. | Michel Dänzer | 2012-04-19 | 1 | -3/+3 |
* | radeonsi: Set tiling mode index for depth/stencil buffers. | Michel Dänzer | 2012-04-19 | 1 | -19/+37 |
* | radeonsi: Improve calculation of number of pixel shader interpolants. | Michel Dänzer | 2012-04-18 | 1 | -23/+7 |
* | radeonsi: Fix calculation of pitch value in sampler view state. | Michel Dänzer | 2012-04-18 | 1 | -4/+2 |
* | radeonsi: Set tiling mode index in sampler view state. | Michel Dänzer | 2012-04-18 | 1 | -0/+1 |
* | radeonsi: Replace magic numbers with register definitions in sampler state. | Michel Dänzer | 2012-04-18 | 1 | -15/+15 |
* | radeonsi: Fix white border color type in sampler state. | Michel Dänzer | 2012-04-18 | 1 | -1/+1 |
* | radeonsi: initial WIP SI code | Tom Stellard | 2012-04-13 | 1 | -0/+2169 |