| Commit message (Expand) | Author | Age | Files | Lines |
* | winsys/radeon: remove exported buffers from the cache | Marek Olšák | 2015-09-03 | 1 | -0/+3 |
* | winsys/amdgpu: remove exported buffers from the cache | Marek Olšák | 2015-09-03 | 1 | -0/+3 |
* | gallium/pb_bufmgr_cache: add a way to remove buffers from the cache explicitly | Marek Olšák | 2015-09-03 | 2 | -6/+41 |
* | u_upload_mgr: remove the return value from u_upload_data | Marek Olšák | 2015-09-03 | 3 | -22/+18 |
* | u_upload_mgr: remove the return value from u_upload_buffer | Marek Olšák | 2015-09-03 | 2 | -31/+18 |
* | u_upload_mgr: remove the return value from u_upload_alloc_buffer | Marek Olšák | 2015-09-03 | 1 | -11/+9 |
* | u_upload_mgr: remove the return value from u_upload_alloc | Marek Olšák | 2015-09-03 | 3 | -34/+34 |
* | u_upload_mgr: optimize u_upload_alloc | Marek Olšák | 2015-09-03 | 1 | -15/+17 |
* | gallium/radeon: remove 'dirty' member from r600_atom | Grazvydas Ignotas | 2015-09-03 | 4 | -6/+1 |
* | r600g: simplify dirty atom tracking | Grazvydas Ignotas | 2015-09-03 | 3 | -49/+14 |
* | r600g: start numbering atoms from 1 | Grazvydas Ignotas | 2015-09-03 | 3 | -3/+3 |
* | r600g: make all viewport states use single atom | Grazvydas Ignotas | 2015-09-03 | 6 | -34/+38 |
* | r600g: apply disable workaround on all scissors | Grazvydas Ignotas | 2015-09-03 | 2 | -9/+14 |
* | r600g: make all scissor states use single atom | Grazvydas Ignotas | 2015-09-03 | 6 | -40/+62 |
* | mesa: Fix warning about static being in the wrong place | Ian Romanick | 2015-09-02 | 1 | -1/+1 |
* | svga: fix referencing a NULL framebuffer cbuf | Charmaine Lee | 2015-09-02 | 1 | -2/+2 |
* | svga: increment texture age when surface is to be marked as dirty | Charmaine Lee | 2015-09-02 | 1 | -7/+6 |
* | svga: fix backed surface view regression | Charmaine Lee | 2015-09-02 | 4 | -17/+46 |
* | svga: update driver for version 10 GPU interface | Brian Paul | 2015-09-02 | 64 | -2369/+8655 |
* | svga: add new version 10 device command prototypes | Brian Paul | 2015-09-02 | 1 | -0/+333 |
* | svga: add new svga_streamout.h file | Brian Paul | 2015-09-02 | 1 | -0/+50 |
* | svga: add new svga_state_tgsi_transform.c file | Brian Paul | 2015-09-02 | 1 | -0/+293 |
* | svga: add new svga_state_sampler.c file | Brian Paul | 2015-09-02 | 1 | -0/+339 |
* | svga: add new svga_state_gs.c file | Brian Paul | 2015-09-02 | 1 | -0/+264 |
* | svga: add new svga_pipe_streamout.c file | Brian Paul | 2015-09-02 | 1 | -0/+320 |
* | svga: add new svga_pipe_gs.c file | Brian Paul | 2015-09-02 | 1 | -0/+142 |
* | svga: add new svga_link.[ch] files | Brian Paul | 2015-09-02 | 2 | -0/+140 |
* | svga: add new svga_cmd_vgpu10.c file | Brian Paul | 2015-09-02 | 1 | -0/+1289 |
* | svga: add new svga_tgsi_vgpu10.c file | Brian Paul | 2015-09-02 | 1 | -0/+6778 |
* | svga: remove unused SVGA3D_* command functions | Brian Paul | 2015-09-02 | 2 | -156/+0 |
* | gallium/st: add pipe_context::get_timestamp() | Brian Paul | 2015-09-02 | 1 | -0/+7 |
* | svga/winsys: Add support for VGPU10 | Brian Paul | 2015-09-02 | 22 | -134/+473 |
* | svga: update the svga3d device header files | Brian Paul | 2015-09-02 | 11 | -1043/+2206 |
* | svga: add new version 10 device header files | Brian Paul | 2015-09-02 | 2 | -0/+2010 |
* | winsys/svga: add new vmw_query.c[h] files | Brian Paul | 2015-09-02 | 3 | -1/+214 |
* | r600g: Add doubles support for CYPRESS | Glenn Kennard | 2015-09-02 | 1 | -2/+25 |
* | r600g: add doubles support for CAYMAN | Dave Airlie | 2015-09-02 | 5 | -6/+421 |
* | tgsi/scan: add uses_doubles to tgsi scanner | Dave Airlie | 2015-09-02 | 2 | -1/+5 |
* | r600g: add multiple stream support for geom shaders | Glenn Kennard | 2015-09-02 | 5 | -74/+171 |
* | r600g/sb: add support for multiple streams to SB backend | Dave Airlie | 2015-09-02 | 2 | -5/+15 |
* | r600g: add support for streams to the assembler. | Dave Airlie | 2015-09-02 | 5 | -2/+11 |
* | r600g/sb: dump sampler/resource index modes for textures. | Dave Airlie | 2015-09-02 | 1 | -0/+4 |
* | auxiliary/os: Don't implement os_get_option() on embedded builds. | José Fonseca | 2015-09-01 | 1 | -0/+2 |
* | util: add a couple primitive restart helper functions | Brian Paul | 2015-09-01 | 3 | -0/+331 |
* | tgsi: add tgsi utility to transform a fragment shader to support aa point | Charmaine Lee | 2015-09-01 | 3 | -0/+346 |
* | tgsi: adds tgsi utility to transform a shader to support point sprite | Charmaine Lee | 2015-09-01 | 3 | -0/+622 |
* | tgsi: add new tgsi_two_side.c utility code | Brian Paul | 2015-09-01 | 3 | -0/+264 |
* | util: add util_strcasecmp() wrapper | Brian Paul | 2015-09-01 | 1 | -0/+3 |
* | gallium/util: add a utility to create geometry passthrough shader | Charmaine Lee | 2015-09-01 | 2 | -0/+57 |
* | gallium/util: fix returning empty box for rectangle intersection | Roland Scheidegger | 2015-09-01 | 1 | -1/+6 |