| Commit message (Expand) | Author | Age | Files | Lines |
* | radeonsi: initial support for CIK chips | Alex Deucher | 2013-06-28 | 3 | -1/+22 |
* | radeonsi: rename SI chip class from TAHITI to SI | Alex Deucher | 2013-06-28 | 3 | -4/+4 |
* | r600g: Fix build | Tom Stellard | 2013-06-28 | 1 | -2/+2 |
* | r600g/compute: Accept LDS size from the LLVM backend | Tom Stellard | 2013-06-28 | 5 | -20/+44 |
* | r600g/compute: Move compute_shader_create() function into evergreen_compute.c | Tom Stellard | 2013-06-28 | 3 | -37/+23 |
* | svga: pass svga_compile_key by reference instead of value | Brian Paul | 2013-06-28 | 1 | -7/+7 |
* | svga: use switch statement in svga_shader_type() | Brian Paul | 2013-06-28 | 1 | -5/+10 |
* | ilo: clean up states that use ilo_view_surface | Chia-I Wu | 2013-06-28 | 1 | -13/+10 |
* | ilo: remove ilo_cbuf_state::count | Chia-I Wu | 2013-06-28 | 4 | -17/+12 |
* | ilo: clean up ilo_set_constant_buffer() | Chia-I Wu | 2013-06-28 | 1 | -29/+44 |
* | ilo: clean up states that take a start_slot | Chia-I Wu | 2013-06-28 | 1 | -73/+99 |
* | ilo: use shorter names for dirty flags | Chia-I Wu | 2013-06-28 | 7 | -141/+138 |
* | ilo: track if primitive restart has changed | Chia-I Wu | 2013-06-28 | 3 | -1/+8 |
* | ilo: avoid potential dangling pointer dereference | Chia-I Wu | 2013-06-28 | 1 | -0/+3 |
* | llvmpipe: handle offset_clamp | Roland Scheidegger | 2013-06-27 | 3 | -2/+24 |
* | llvmpipe: remove never reached code for timestamp queries. | Roland Scheidegger | 2013-06-27 | 1 | -2/+0 |
* | llvmpipe: fix a bug in opaque optimization | Roland Scheidegger | 2013-06-27 | 3 | -14/+20 |
* | radeonsi/compute: Fix memory leak in radeonsi_launch_grid. | Vinson Lee | 2013-06-27 | 1 | -0/+1 |
* | clover: Fix build with LLVM 3.4 | Tom Stellard | 2013-06-27 | 1 | -6/+6 |
* | postprocess: handle partial intialization failures. | Matthew McClure | 2013-06-27 | 7 | -95/+281 |
* | ilo: plug a potential index buffer leak | Chia-I Wu | 2013-06-27 | 1 | -0/+1 |
* | softpipe: honor predication for clear_render_target and clear_depth_stencil | Roland Scheidegger | 2013-06-26 | 1 | -2/+40 |
* | llvmpipe: add support for nested / overlapping queries | Roland Scheidegger | 2013-06-26 | 10 | -40/+45 |
* | llvmpipe: rework query logic | Roland Scheidegger | 2013-06-26 | 7 | -81/+92 |
* | hud: add float casts to silence MSVC warnings | Brian Paul | 2013-06-26 | 1 | -49/+49 |
* | hud: include stdio.h since we use fprintf(), fscanf(), etc | Brian Paul | 2013-06-26 | 1 | -0/+2 |
* | hud: add cast to silence MSVC warning | Brian Paul | 2013-06-26 | 1 | -1/+1 |
* | os: add cast in os_time_sleep() to silence MSVC warning | Brian Paul | 2013-06-26 | 1 | -1/+1 |
* | vega: add some casts to silence MSVC warnings | Brian Paul | 2013-06-26 | 2 | -11/+11 |
* | util: int/unsigned changes to silence some MSVC warnings | Brian Paul | 2013-06-26 | 2 | -3/+3 |
* | util: add some casts to silence some MSVC warnings | Brian Paul | 2013-06-26 | 1 | -2/+2 |
* | util: s/int/unsigned/ to silence some MSVC warnings | Brian Paul | 2013-06-26 | 1 | -2/+2 |
* | nvc0: set rsvd_kick correctly | Maarten Lankhorst | 2013-06-26 | 1 | -0/+1 |
* | nvc0: fix push_space checks for video decoding | Maarten Lankhorst | 2013-06-26 | 4 | -9/+10 |
* | ilo: Remove max_threads dead code path. | Vinson Lee | 2013-06-26 | 1 | -3/+0 |
* | winsys/intel: fix typo in "ETIMEOUT" | Jean-Sébastien Pédron | 2013-06-26 | 1 | -1/+1 |
* | ilo: use a bitmask for enabled constant buffers | Chia-I Wu | 2013-06-26 | 2 | -11/+14 |
* | vl/mpeg12: handle mpeg-1 bitstreams more correctly | Maarten Lankhorst | 2013-06-26 | 1 | -5/+16 |
* | ilo: support PIPE_CAP_USER_INDEX_BUFFERS | Chia-I Wu | 2013-06-26 | 9 | -36/+97 |
* | ilo: make pipe_draw_info a context state | Chia-I Wu | 2013-06-26 | 9 | -39/+33 |
* | ilo: support PIPE_CAP_USER_CONSTANT_BUFFERS | Chia-I Wu | 2013-06-26 | 5 | -23/+88 |
* | svga: allow 3D transfers in svga_texture_transfer_map() | Brian Paul | 2013-06-25 | 1 | -4/+3 |
* | svga: use new svga_define_texture_level() helper | Brian Paul | 2013-06-25 | 2 | -2/+15 |
* | svga: fix layer/level mix-up in svga_mark_surface_dirty() | Brian Paul | 2013-06-25 | 1 | -1/+1 |
* | svga: use new svga_age_texture_view() helper | Brian Paul | 2013-06-25 | 2 | -1/+14 |
* | svga: add array index assertion in svga_validate_sampler_view() | Brian Paul | 2013-06-25 | 1 | -0/+1 |
* | svga: use svga_texture() helper instead of casting | Brian Paul | 2013-06-25 | 1 | -1/+1 |
* | util/debug: Cleanup/improve debug_symbol_name_dbghelp. | José Fonseca | 2013-06-25 | 1 | -78/+161 |
* | util/debug: Make debug_backtrace_capture work for 64bit windows. | José Fonseca | 2013-06-25 | 2 | -2/+61 |
* | draw: allow overflows in the llvm paths | Zack Rusin | 2013-06-25 | 1 | -4/+8 |