| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Rip out more extension checking from texformat.c. | Eric Anholt | 2013-08-30 | 1 | -10/+4 |
* | i965: Switch gen4-6 to using the sampler's base level for GL BASE_LEVEL. | Eric Anholt | 2013-08-30 | 2 | -23/+12 |
* | i965/gen7: Use the base_level field of the sampler to handle GL's BASE_LEVEL. | Eric Anholt | 2013-08-30 | 2 | -21/+12 |
* | i965: Add missing state reset at the end of blorp. | Eric Anholt | 2013-08-30 | 3 | -5/+8 |
* | i965: Drop extra flush when calling intel_miptree_map_raw(). | Eric Anholt | 2013-08-30 | 1 | -1/+0 |
* | i965: Make a slight distinction in perf debug for BOs versus miptrees. | Eric Anholt | 2013-08-30 | 1 | -1/+1 |
* | intel: Reuse intel_glFlush(). | Eric Anholt | 2013-08-30 | 1 | -2/+1 |
* | intel: Add support for the new flush_with_flags extension. | Eric Anholt | 2013-08-30 | 1 | -10/+36 |
* | intel: Add a batch flush between front-buffer downsample and X protocol. | Eric Anholt | 2013-08-30 | 1 | -0/+1 |
* | i965: Directly call intel_batchbuffer_flush() after i915 split. | Eric Anholt | 2013-08-30 | 7 | -24/+10 |
* | i965/vs: Fix regression on pre-gen6 with no VS uniforms in use. | Eric Anholt | 2013-08-30 | 1 | -0/+1 |
* | r600g: enable SB backend by default | Vadim Girlin | 2013-08-30 | 4 | -5/+6 |
* | r600g: fix color exports when we have no CBs | Vadim Girlin | 2013-08-30 | 1 | -3/+4 |
* | nvc0/ir: Initialize NVC0LegalizePostRA member variables. | Vinson Lee | 2013-08-29 | 1 | -1/+3 |
* | gallivm: support per-pixel min/mag filter in SoA path | Roland Scheidegger | 2013-08-30 | 1 | -43/+243 |
* | gallivm: don't calculate square root of rho if we use accurate rho method | Roland Scheidegger | 2013-08-30 | 1 | -39/+74 |
* | gallivm: refactor num_lods handling | Roland Scheidegger | 2013-08-30 | 4 | -131/+169 |
* | radeonsi: Early return if no depth or stencil on release builds. | Vinson Lee | 2013-08-29 | 1 | -0/+1 |
* | freedreno: pipe loader for either kgsl or msm | Rob Clark | 2013-08-29 | 4 | -10/+39 |
* | freedreno: updates for msm drm/kms driver | Rob Clark | 2013-08-29 | 8 | -30/+55 |
* | freedreno/a3xx/compiler: handle sync flags better | Rob Clark | 2013-08-29 | 1 | -16/+34 |
* | freedreno/a3xx/compiler: better const handling | Rob Clark | 2013-08-29 | 1 | -90/+121 |
* | glsl: Allow precision qualifiers for sampler types | Anuj Phogat | 2013-08-29 | 1 | -8/+21 |
* | glsl: Add heuristics to print floating-point numbers better. | Matt Turner | 2013-08-29 | 15 | -32/+42 |
* | radeonsi: Make sure libdrm_radeon headers are picked up from the right place | Jonathan Gray | 2013-08-29 | 2 | -2/+3 |
* | draw: fix point/line/triangle determination in draw_need_pipeline() | Brian Paul | 2013-08-29 | 1 | -25/+6 |
* | radeon/uvd: fix MPEG2/4 ref frame index limit | Christian König | 2013-08-29 | 1 | -2/+2 |
* | nouveau: Copy m4x4 and m8x8 separately. | Vinson Lee | 2013-08-28 | 1 | -1/+2 |
* | i965: Allocate just enough space for user clip planes in uniform arrays. | Kenneth Graunke | 2013-08-28 | 1 | -2/+4 |
* | i965: Silence unused variable warning in release build | Chad Versace | 2013-08-28 | 1 | -1/+1 |
* | mesa/main: Check for 0 size draws after validation. | Fabian Bieler | 2013-08-27 | 2 | -21/+42 |
* | glsl: Add built-ins from ARB_shader_bit_encoding to ARB_gpu_shader5. | Matt Turner | 2013-08-27 | 1 | -0/+20 |
* | i965/vs: Add support for translating ir_triop_fma into MAD. | Matt Turner | 2013-08-27 | 2 | -0/+12 |
* | i965/fs: Add support for translating ir_triop_fma into MAD. | Matt Turner | 2013-08-27 | 4 | -0/+10 |
* | i965/fs: Assert that ir_expressions are usable by 3-src instructions. | Matt Turner | 2013-08-27 | 1 | -0/+1 |
* | glsl: Add support for new fma built-in in ARB_gpu_shader5. | Matt Turner | 2013-08-27 | 6 | -0/+22 |
* | glsl: Add new fma built-in IR and prototype from ARB_gpu_shader5. | Matt Turner | 2013-08-27 | 2 | -0/+34 |
* | r300g: enable MSAA on r300-r400, be careful about using color compression | Marek Olšák | 2013-08-27 | 4 | -5/+14 |
* | draw: clean up setting stream out information a bit | Roland Scheidegger | 2013-08-27 | 9 | -34/+39 |
* | llvmpipe: support nested/overlapping queries for all query types | Roland Scheidegger | 2013-08-27 | 3 | -18/+20 |
* | softpipe: support nested/overlapping queries for all query types | Roland Scheidegger | 2013-08-27 | 2 | -18/+17 |
* | glsl: Disallow uniform block layout qualifiers on non-uniform block vars. | Matt Turner | 2013-08-26 | 1 | -4/+13 |
* | i915: Optimize SEQ and SNE when two operands are uniforms | Ian Romanick | 2013-08-26 | 1 | -12/+70 |
* | clover: Don't use PIPE_TRANSFER_UNSYNCHRONIZED for blocking copies | Tom Stellard | 2013-08-26 | 1 | -1/+1 |
* | st/clover: Add event to deps even if it has been triggered | Niels Ole Salscheider | 2013-08-26 | 1 | -1/+1 |
* | st/clover: Profiling support | Niels Ole Salscheider | 2013-08-26 | 3 | -18/+142 |
* | tgsi_build: fix order of arguments for ind register build | Dave Airlie | 2013-08-27 | 1 | -1/+1 |
* | tgsi: finish declaration parsing for arrays. | Dave Airlie | 2013-08-27 | 1 | -1/+31 |
* | svga: replace 0 with PIPE_OK in a few places | Brian Paul | 2013-08-26 | 3 | -5/+5 |
* | swrast: init i0, i1 values to silence warnings | Brian Paul | 2013-08-26 | 1 | -0/+1 |