| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers/X11: Link X11 libGL with -no-undefined libtool flag | Jon TURNEY | 2012-07-25 | 1 | -0/+1 |
* | i965/msaa: Switch on 8x MSAA for Gen7. | Paul Berry | 2012-07-24 | 2 | -3/+7 |
* | i965/msaa: Adjust MCS buffer allocation for 8x MSAA. | Paul Berry | 2012-07-24 | 1 | -2/+25 |
* | i965/msaa: Remove assertion in 3DSTATE_SAMPLE_MASK to allow 8x MSAA. | Paul Berry | 2012-07-24 | 1 | -3/+0 |
* | i965/msaa: Adjust 3DSTATE_MULTISAMPLE packet for 8x MSAA. | Paul Berry | 2012-07-24 | 1 | -6/+64 |
* | i965/blorp: Encode and decode IMS format for 8x MSAA correctly. | Paul Berry | 2012-07-24 | 1 | -39/+107 |
* | i965/blorp: Compute sample number correctly for 8x MSAA. | Paul Berry | 2012-07-24 | 1 | -13/+42 |
* | i965/blorp: Properly adjust primitive size for 8x MSAA. | Paul Berry | 2012-07-24 | 1 | -4/+17 |
* | i965/blorp: Parameterize manual_blend() by num_samples. | Paul Berry | 2012-07-24 | 1 | -8/+5 |
* | i965/msaa: Remove comment about falsely claiming to support MSAA. | Paul Berry | 2012-07-24 | 1 | -5/+0 |
* | i965/blorp: Handle DrawBuffers properly. | Paul Berry | 2012-07-24 | 1 | -7/+10 |
* | i965/blorp: Rearrange order of blit validation and preparation steps. | Paul Berry | 2012-07-24 | 1 | -55/+88 |
* | i965/blorp: Don't fall back to swrast when miptrees absent. | Paul Berry | 2012-07-24 | 1 | -6/+2 |
* | i965/blorp: Fixup scissoring of blits to window system buffers. | Paul Berry | 2012-07-24 | 1 | -12/+16 |
* | i965/blorp: Simplify check that src/dst width/height match. | Paul Berry | 2012-07-24 | 1 | -4/+2 |
* | i965/msaa: Work around problems with null render targets on Gen6. | Paul Berry | 2012-07-24 | 2 | -4/+49 |
* | i965: Set width, height, and tiling properly for null render targets. | Paul Berry | 2012-07-24 | 2 | -2/+60 |
* | i965/msaa: Control multisampling behaviour via the visual. | Paul Berry | 2012-07-24 | 5 | -17/+7 |
* | msaa: Compute visual samples/sampleBuffers from all buffers. | Paul Berry | 2012-07-24 | 1 | -2/+7 |
* | Fix compile time errors when building against uclibc | Anthony G. Basile | 2012-07-24 | 3 | -2/+4 |
* | r600g: enable streamout only on 2.14 or latter kernel | Jerome Glisse | 2012-07-24 | 1 | -1/+1 |
* | intel: move error on create context to proper path | Jordan Justen | 2012-07-24 | 1 | -1/+1 |
* | mesa context: generate an error for uninstalled context functions | Jordan Justen | 2012-07-24 | 1 | -1/+4 |
* | nouveau: include glformats.h to get missing prototype | Brian Paul | 2012-07-24 | 1 | -0/+1 |
* | mesa: improve comment in build_tnl_program() | Brian Paul | 2012-07-24 | 1 | -1/+1 |
* | mesa: move _mesa_error_check_format_and_type() to glformats.c | Brian Paul | 2012-07-24 | 4 | -371/+371 |
* | mesa: move more format helper functions to glformats.c | Brian Paul | 2012-07-24 | 13 | -392/+395 |
* | mesa: move some format helper functions to glformats.c | Brian Paul | 2012-07-24 | 8 | -421/+425 |
* | radeonsi: remove old state handling | Christian König | 2012-07-24 | 8 | -690/+1 |
* | radeonsi: move everything else into the new handling | Christian König | 2012-07-24 | 7 | -289/+199 |
* | radeonsi: move format handling into si_state.c | Christian König | 2012-07-24 | 4 | -543/+109 |
* | radeonsi: move remaining sampler state into si_state.c | Christian König | 2012-07-24 | 2 | -339/+440 |
* | radeonsi: move draw state into new handling | Christian König | 2012-07-24 | 7 | -558/+589 |
* | radeonsi: move constants to new state handling | Christian König | 2012-07-24 | 5 | -64/+59 |
* | radeonsi: move sampler states into new handling | Christian König | 2012-07-24 | 4 | -107/+115 |
* | radeonsi: move shaders to new handling | Christian König | 2012-07-24 | 6 | -336/+295 |
* | radeonsi: move spi into new handling | Christian König | 2012-07-24 | 5 | -80/+46 |
* | radeonsi: move init state to new handling | Christian König | 2012-07-24 | 5 | -38/+43 |
* | radeonsi: move draw_info to new state handling | Christian König | 2012-07-24 | 6 | -98/+84 |
* | radeonsi: move CB_TARGET_MASK into fb/blend state | Christian König | 2012-07-24 | 4 | -12/+23 |
* | radeonsi: move stencil_ref to new handling | Christian König | 2012-07-24 | 7 | -78/+37 |
* | radeonsi: move dsa state to new handling | Christian König | 2012-07-24 | 8 | -155/+149 |
* | radeonsi: move infeered fb/rs state to new handling | Christian König | 2012-07-24 | 5 | -65/+52 |
* | radeonsi: move rasterizer state into new handling | Christian König | 2012-07-24 | 8 | -200/+174 |
* | radeonsi: move framebuffer to new handling | Christian König | 2012-07-24 | 7 | -448/+666 |
* | radeonsi: move viewport to new handling | Christian König | 2012-07-24 | 6 | -46/+39 |
* | radeonsi: move scissor state to new state handling | Christian König | 2012-07-24 | 5 | -53/+26 |
* | radeonsi: move clip state to new handling | Christian König | 2012-07-24 | 5 | -58/+26 |
* | radeonsi: move blend color to new state handling | Christian König | 2012-07-24 | 5 | -26/+19 |
* | radeonsi: move blender to new state handling | Christian König | 2012-07-24 | 7 | -191/+178 |