| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/ | José Fonseca | 2012-12-20 | 1 | -1/+1 |
* | winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr instead | Marek Olšák | 2012-12-12 | 4 | -12/+11 |
* | gallium: remove pipe_surface::usage | Marek Olšák | 2012-12-12 | 1 | -1/+0 |
* | gallium: fix cap warnings for tbo cap. | Dave Airlie | 2012-12-12 | 1 | -0/+1 |
* | 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 | 2 | -2/+3 |
* | r300g: increment num_z_clears only if we have Hyper-Z | Marek Olšák | 2012-12-02 | 1 | -2/+1 |
* | r300g: add blacklist for apps that shouldn't steal hyperz access | Marek Olšák | 2012-12-02 | 1 | -0/+28 |
* | r300g: enable Hyper-Z by default on r500 | Marek Olšák | 2012-12-02 | 1 | -1/+4 |
* | r300g: clear the ZB cache before clearing ZMASK or HIZ | Marek Olšák | 2012-12-02 | 2 | -2/+8 |
* | Revert "r300g: fix occlusion queries when depth test is disabled or zbuffer i... | Marek Olšák | 2012-12-02 | 2 | -27/+6 |
* | r300g: refuse to create too large textures | Marek Olšák | 2012-12-01 | 1 | -0/+15 |
* | r300g: fix memory leaks in texture_create error paths | Marek Olšák | 2012-12-01 | 1 | -9/+15 |
* | r300g: fix revoking hyperz access | Marek Olšák | 2012-12-01 | 1 | -20/+22 |
* | r300g: handle map flag DISCARD_WHOLE_RESOURCE | Marek Olšák | 2012-12-01 | 3 | -4/+36 |
* | r300g: fix comparison of hyperz flush time. | Dave Airlie | 2012-12-01 | 1 | -1/+1 |
* | r300/compiler: Avoid generating MOV instructions for invalid IMM swizzles v2 | Tom Stellard | 2012-11-16 | 1 | -4/+349 |
* | r300g: don't call buffer_unmap in draw functions | Marek Olšák | 2012-11-13 | 1 | -11/+0 |
* | r300g: fix crash since the set_vertex_buffers(start_slot) change | Marek Olšák | 2012-11-13 | 1 | -6/+7 |
* | gallium: fix unused cap warnings in drivers for cube map array cap. | Dave Airlie | 2012-11-10 | 1 | -0/+1 |
* | gallium: expose ARB_map_buffer_alignment on Radeon | Marek Olšák | 2012-10-31 | 2 | -2/+5 |
* | gallium: add start_slot parameter to set_vertex_buffers | Marek Olšák | 2012-10-31 | 3 | -15/+13 |
* | r300g: fix texture border color for sRGB formats | Marek Olšák | 2012-10-26 | 1 | -4/+18 |
* | gallium: remove unused data pointer from pipe_transfer | Marek Olšák | 2012-10-18 | 1 | -1/+0 |
* | gallium: unify transfer functions | Marek Olšák | 2012-10-11 | 5 | -124/+80 |
* | gallium: remove resource_resolve | Marek Olšák | 2012-09-30 | 1 | -2/+2 |
* | r300g: implement blit | Marek Olšák | 2012-09-30 | 1 | -0/+40 |
* | gallium/u_blitter: add gallium blit implementation | Marek Olšák | 2012-09-30 | 3 | -7/+7 |
* | gallium: add PIPE_CAP_TEXTURE_MULTISAMPLE | Marek Olšák | 2012-09-30 | 1 | -0/+1 |
* | r300/compiler: Use precomputed q values in the register allocator | Tom Stellard | 2012-09-19 | 1 | -1/+69 |
* | r300g: Init regalloc state during context creation | Tom Stellard | 2012-09-19 | 8 | -155/+204 |
* | r300/compiler: Don't create register classes for inputs | Tom Stellard | 2012-09-19 | 1 | -14/+1 |
* | ra: Add q_values parameter to ra_set_finalize() | Tom Stellard | 2012-09-19 | 1 | -1/+1 |
* | r300g: fix colormask with non-BGRA formats | Marek Olšák | 2012-09-14 | 4 | -31/+160 |
* | Remove useless checks for NULL before freeing | Matt Turner | 2012-09-05 | 2 | -4/+2 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2012-09-05 | 2 | -4/+4 |
* | r300g: implement TRUNC correctly | Marek Olšák | 2012-08-27 | 4 | -1/+42 |
* | r300/compiler: Use variable lists in the rename_regs pass | Tom Stellard | 2012-08-26 | 1 | -17/+14 |
* | gallium/u_blitter: document custom meta helpers | Marek Olšák | 2012-08-15 | 1 | -1/+1 |
* | gallium/u_blitter: implement blitting multisample resources | Marek Olšák | 2012-08-15 | 1 | -2/+2 |
* | mesa: Kill GL_ARB_shadow_ambient with fire | Ian Romanick | 2012-08-14 | 2 | -12/+2 |
* | gallium/u_blitter: add ability to blit only depth or only stencil | Marek Olšák | 2012-08-04 | 1 | -1/+1 |
* | Revert "gallium: specify resource_resolve destination via a pipe_surface" | Christoph Bumiller | 2012-08-01 | 1 | -1/+6 |
* | gallium: specify resource_resolve destination via a pipe_surface | Christoph Bumiller | 2012-07-28 | 1 | -6/+1 |
* | automake: Remove OPT_FLAGS. | Eric Anholt | 2012-07-26 | 1 | -1/+0 |
* | automake: Remove ARCH_FLAGS. | Eric Anholt | 2012-07-26 | 1 | -1/+0 |
* | r300g: silence uninitialized var warning | Brian Paul | 2012-07-16 | 1 | -1/+1 |
* | gallium: add QUERY_TIMESTAMP cap and get_timestamp screen function | Marek Olšák | 2012-07-10 | 1 | -0/+1 |
* | make: Fold ASM_CFLAGS into DEFINES. | Eric Anholt | 2012-06-21 | 1 | -1/+0 |
* | gallium: Add PIPE_CAP_START_INSTANCE | Fredrik Höglund | 2012-06-19 | 1 | -0/+1 |