| Commit message (Expand) | Author | Age | Files | Lines |
* | gallivm: Simplify intrinsic name construction. | José Fonseca | 2013-07-02 | 1 | -23/+10 |
* | gallivm: Fix MSVC build. | José Fonseca | 2013-07-02 | 1 | -8/+7 |
* | gallivm: Fix indirect immediate registers. | José Fonseca | 2013-07-02 | 1 | -2/+2 |
* | gallium/tests: fix the translate test | Zack Rusin | 2013-06-28 | 1 | -4/+4 |
* | draw/translate: fix instancing | Zack Rusin | 2013-06-28 | 17 | -40/+109 |
* | draw: fix incorrect clipper invocation statistics | Zack Rusin | 2013-06-28 | 1 | -6/+0 |
* | draw/gallivm: export overflow arithmetic to its own file | Zack Rusin | 2013-06-28 | 4 | -44/+234 |
* | draw: check for integer overflows in instance computation | Zack Rusin | 2013-06-28 | 2 | -0/+7 |
* | draw: check for an integer overflow when computing stride | Zack Rusin | 2013-06-28 | 1 | -10/+43 |
* | draw: account for elem size when computing overflow | Zack Rusin | 2013-06-28 | 1 | -7/+23 |
* | tools/trace: Return dummy fence object to silence warnings. | José Fonseca | 2013-07-01 | 1 | -1/+2 |
* | tools/trace: Don't crash if a trace has no timing information. | José Fonseca | 2013-07-01 | 2 | -3/+4 |
* | nvc0: allow frame dropping in h264 | Maarten Lankhorst | 2013-07-01 | 1 | -3/+0 |
* | r300g/compiler: Prevent regalloc from swizzling texture operands v2 | Tom Stellard | 2013-06-30 | 5 | -0/+124 |
* | r300g/compiler/tests: Add an assembly parser | Tom Stellard | 2013-06-30 | 5 | -16/+200 |
* | r300g: Fix make check | Tom Stellard | 2013-06-30 | 1 | -1/+2 |
* | r600g: implement fast color clears for MSAA on evergreen+ | Grigori Goronzy | 2013-07-01 | 3 | -2/+79 |
* | r600g/compute: disable unused colorbuffer slots | Marek Olšák | 2013-07-01 | 1 | -1/+12 |
* | st/mesa: handle SNORM formats in generic CopyPixels path | Marek Olšák | 2013-06-30 | 2 | -0/+23 |
* | llvmpipe: fix timer query if there's no bins | Roland Scheidegger | 2013-06-29 | 1 | -0/+10 |
* | clover: Don't segfault when compiling a program with no kernel | Tom Stellard | 2013-06-28 | 1 | -0/+7 |
* | radeonsi: disable 2D tiling on CIK for now | Alex Deucher | 2013-06-28 | 1 | -1/+4 |
* | radeonsi: add llvm processor names for CIK | Alex Deucher | 2013-06-28 | 1 | -0/+3 |
* | radeonsi: emit PA_SC_RASTER_CONFIG[_1] on cik | Alex Deucher | 2013-06-28 | 1 | -17/+34 |
* | radeonsi: PA_CL_ENHANCE is privileged on CIK | Alex Deucher | 2013-06-28 | 1 | -2/+3 |
* | radeonsi: update surface sync packet emit for CIK | Alex Deucher | 2013-06-28 | 1 | -6/+17 |
* | radeonsi: store chip class in the pm4 struct | Alex Deucher | 2013-06-28 | 5 | -19/+62 |
* | radeonsi: properly handle DB tiling setup on CIK | Alex Deucher | 2013-06-28 | 1 | -7/+155 |
* | radeonsi: emit additional shader pgm rsrc registers for CIK | Alex Deucher | 2013-06-28 | 1 | -0/+11 |
* | radeonsi: emit TA_BC_BASE_ADDR_HI for border color on CIK | Alex Deucher | 2013-06-28 | 1 | -0/+2 |
* | radeonsi: fix VGT_PRIMITIVE_TYPE emit for CIK | Alex Deucher | 2013-06-28 | 1 | -1/+4 |
* | radeonsi: register updates for CIK | Alex Deucher | 2013-06-28 | 1 | -65/+931 |
* | radeonsi: initial PM4 changes for CIK | Alex Deucher | 2013-06-28 | 2 | -8/+15 |
* | 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 |