| Commit message (Expand) | Author | Age | Files | Lines |
* | radeonsi: bump PRIMGROUP_SIZE for some cases | Marek Olšák | 2014-08-19 | 1 | -1/+4 |
* | radeonsi: set PARTIAL_VS_WAVE(0) when appropriate | Marek Olšák | 2014-08-19 | 1 | -1/+6 |
* | radeonsi: set IA_MULTI_VGT_PARAM on SI the same as on CIK (v2) | Marek Olšák | 2014-08-19 | 2 | -46/+50 |
* | radeonsi: simplify si_num_banks function | Marek Olšák | 2014-08-19 | 3 | -15/+13 |
* | radeonsi: use r600_draw_rectangle from r600g | Marek Olšák | 2014-08-19 | 9 | -75/+77 |
* | radeonsi: save scissor state and sample mask for u_blitter | Marek Olšák | 2014-08-19 | 3 | -8/+29 |
* | radeonsi: don't set CB_SHADER_MASK=1 if there are no color outputs | Marek Olšák | 2014-08-19 | 1 | -4/+0 |
* | gallium/u_blitter: don't use an empty fragment shader if there's a colorbuffer | Marek Olšák | 2014-08-19 | 1 | -1/+1 |
* | gallium/util: handle PIPE_BUFFER in util_pipe_tex_to_tgsi_tex | Marek Olšák | 2014-08-19 | 1 | -0/+3 |
* | rbug: only add textures to the list | Marek Olšák | 2014-08-19 | 1 | -2/+5 |
* | rbug: fix a crash in sampler_view_destroy caused by incorrect context | Marek Olšák | 2014-08-19 | 1 | -1/+1 |
* | rbug: send the actual number of layers to the client | Marek Olšák | 2014-08-19 | 1 | -1/+4 |
* | rbug: implement streamout context functions | Marek Olšák | 2014-08-19 | 1 | -0/+46 |
* | rbug: fix crash in set_vertex_buffers | Marek Olšák | 2014-08-19 | 1 | -1/+1 |
* | rbug: remove contexts from the list properly | Marek Olšák | 2014-08-19 | 1 | -1/+3 |
* | ilo: fold drm_intel_get_aperture_sizes() within probe_winsys() | Emil Velikov | 2014-08-19 | 4 | -15/+15 |
* | nv50/ir: (trivial) initialize pointer to silence warning | Tobias Klausmann | 2014-08-18 | 1 | -1/+1 |
* | vc4: Add support for swizzling of texture colors. | Eric Anholt | 2014-08-18 | 3 | -4/+39 |
* | vc4: Fix handling of non-XYZW swizzles in color outputs. | Eric Anholt | 2014-08-18 | 1 | -6/+6 |
* | vc4: Extract the swizzle handling from vertex fetch. | Eric Anholt | 2014-08-18 | 1 | -27/+32 |
* | vc4: Add support for color masking. | Eric Anholt | 2014-08-18 | 1 | -13/+24 |
* | vc4: Add a helper for QOP_R4_UNPACK_[ABCD]. | Eric Anholt | 2014-08-18 | 2 | -8/+11 |
* | vc4: Don't forget to set up the offset for render targets. | Eric Anholt | 2014-08-18 | 1 | -0/+2 |
* | vc4: Fix multi-level texture setup. | Eric Anholt | 2014-08-18 | 2 | -2/+12 |
* | vc4: Fix viewport handling in the uniforms upload. | Eric Anholt | 2014-08-18 | 1 | -4/+2 |
* | clover: Refuse to build a program if there are kernel objects attached to it. | Francisco Jerez | 2014-08-18 | 5 | -3/+18 |
* | clover/util: Pass initial count value to ref_counter constructor. | Francisco Jerez | 2014-08-18 | 1 | -2/+2 |
* | clover/util: Implement minimalist reference to clover::ref_counter object. | Francisco Jerez | 2014-08-18 | 1 | -0/+45 |
* | clover: clGetProgramInfo support for OpenCL 1.2. | EdB | 2014-08-17 | 1 | -0/+11 |
* | util: whitespace and formatting fixes in u_math.h | Brian Paul | 2014-08-16 | 1 | -17/+23 |
* | Revert "hud: don't overrun malloced arrays" | Dave Airlie | 2014-08-16 | 1 | -1/+0 |
* | gallium/vc4: PIPE_CAP_VIDEO_MEMORY return the amount of system ram | Emil Velikov | 2014-08-15 | 1 | -3/+9 |
* | vc4: Add support for blending. | Eric Anholt | 2014-08-15 | 5 | -12/+199 |
* | vc4: Drop incorrect attempt to incorrectly invert the primconvert hw_mask. | Eric Anholt | 2014-08-15 | 1 | -1/+1 |
* | vc4: Use cl_f() instead of cl_u32(fui()) | Eric Anholt | 2014-08-15 | 1 | -6/+6 |
* | vc4: Consistently use qir_uniform_f(). | Eric Anholt | 2014-08-15 | 1 | -7/+6 |
* | vc4: Consume the implicit varyings for points and lines. | Eric Anholt | 2014-08-15 | 3 | -12/+33 |
* | vc4: Move the deref of the color buffer for simulator into the simulator. | Eric Anholt | 2014-08-15 | 3 | -8/+4 |
* | st/dri: Add __DRI2rendererQueryExtension support | Emil Velikov | 2014-08-15 | 5 | -0/+88 |
* | gallium/softpipe/llvmpipe: handle query_renderer caps | Emil Velikov | 2014-08-15 | 2 | -0/+38 |
* | gallium/svga: handle query_rendered caps | Emil Velikov | 2014-08-15 | 1 | -0/+12 |
* | gallium/nouveau: handle query_renderer caps | Emil Velikov | 2014-08-15 | 3 | -9/+61 |
* | gallium/vc4: handle query_renderer caps | Emil Velikov | 2014-08-15 | 1 | -0/+12 |
* | gallium/r300/r600/radeonsi: handle query_renderer caps | Emil Velikov | 2014-08-15 | 3 | -0/+33 |
* | gallium/ilo: handle query_renderer caps | Emil Velikov | 2014-08-15 | 4 | -1/+38 |
* | gallium/i915: handle query_renderer caps | Emil Velikov | 2014-08-15 | 3 | -0/+40 |
* | gallium/freedreno: handle query_renderer caps | Emil Velikov | 2014-08-15 | 1 | -0/+12 |
* | auxiliary/os: introduce os_get_total_physical_memory helper function | Emil Velikov | 2014-08-15 | 2 | -0/+71 |
* | gallium: add GLX_MESA_query_renderer caps | Emil Velikov | 2014-08-15 | 2 | -0/+13 |
* | r600g: Implement ARB_derivative_control | Glenn Kennard | 2014-08-15 | 2 | -10/+12 |