| Commit message (Expand) | Author | Age | Files | Lines |
* | vc4: Drop the unused "stride" field of surfaces. | Eric Anholt | 2015-06-16 | 1 | -1/+0 |
* | vc4: Handle refcounting the exec BO like we do in the kernel. | Eric Anholt | 2015-06-16 | 4 | -10/+34 |
* | vc4: Use VC4_SET/GET_FIELD for some RCL packets. | Eric Anholt | 2015-06-16 | 4 | -77/+89 |
* | vc4: Make symbolic values for packet sizes. | Eric Anholt | 2015-06-16 | 4 | -57/+86 |
* | vc4: Use symbolic values in texture ptype validation. | Eric Anholt | 2015-06-16 | 1 | -10/+13 |
* | vc4: Move vc4_packet.h to the kernel/ directory, since it's also shared. | Eric Anholt | 2015-06-16 | 4 | -3/+3 |
* | i965/gen9: Disable Mip Tail for YF/YS tiled surfaces | Anuj Phogat | 2015-06-16 | 2 | -2/+11 |
* | i965/gen9: Set vertical and horizontal surface alignments | Anuj Phogat | 2015-06-16 | 1 | -6/+26 |
* | i965: Use BRW_SURFACE_* in place of GL_TEXTURE_* | Anuj Phogat | 2015-06-16 | 1 | -3/+3 |
* | i965: Rename use_linear_1d_layout() and make it global | Anuj Phogat | 2015-06-16 | 2 | -5/+9 |
* | i965/gen9: Set tiled resource mode in surface state | Anuj Phogat | 2015-06-16 | 2 | -0/+27 |
* | egl/dri2: implement platform_surfaceless | Haixia Shi | 2015-06-16 | 7 | -1/+193 |
* | i965/vec4: Fix the source register for indexed samplers | Neil Roberts | 2015-06-16 | 1 | -0/+3 |
* | st/mesa: improve assertions in vp/fp translation | Marek Olšák | 2015-06-16 | 1 | -2/+4 |
* | mesa: don't rebind constant buffers after every state change if GS is active | Marek Olšák | 2015-06-16 | 1 | -9/+3 |
* | mesa: generalize sso stage interleaving check | Chris Forbes | 2015-06-16 | 1 | -17/+38 |
* | mesa: remove unused variables from gl_program | Marek Olšák | 2015-06-16 | 1 | -2/+0 |
* | glsl: add ir reader support for ir_barrier | Chris Forbes | 2015-06-16 | 1 | -0/+15 |
* | glsl: print locations of variables | Marek Olšák | 2015-06-16 | 1 | -2/+6 |
* | Revert "glsl: remove restriction on unsized arrays in GLSL ES 3.10" | Timothy Arceri | 2015-06-16 | 1 | -9/+1 |
* | mesa: set override_version per api version override | Tapani Pälli | 2015-06-16 | 1 | -14/+24 |
* | i965: Fix aligning to the block size in intel_miptree_copy_slice | Neil Roberts | 2015-06-16 | 1 | -2/+4 |
* | nv50,nvc0: clamp uniform size to 64k | Ilia Mirkin | 2015-06-15 | 2 | -4/+4 |
* | nvc0/ir: fix collection of first uses for texture barrier insertion | Ilia Mirkin | 2015-06-15 | 1 | -5/+11 |
* | egl: Drop check for driver != NULL. | Eric Anholt | 2015-06-15 | 1 | -1/+1 |
* | gallium: Drop the gallium-specific Android sw winsys. | Eric Anholt | 2015-06-15 | 3 | -346/+0 |
* | vc4: Add support for building on Android. | Eric Anholt | 2015-06-15 | 4 | -0/+80 |
* | gallium: Enable build of NIR support on Android. | Eric Anholt | 2015-06-15 | 1 | -0/+3 |
* | egl/dri2: Fix Android Lollipop build on ARM. | Eric Anholt | 2015-06-15 | 1 | -0/+1 |
* | meta: Abort texture upload if pixels == null and no pixel unpack buffer set | Anuj Phogat | 2015-06-15 | 1 | -1/+2 |
* | meta: Abort meta path if ReadPixels need rgb to luminance conversion | Anuj Phogat | 2015-06-15 | 1 | -0/+9 |
* | mesa: Turn need_rgb_to_luminance_conversion() in to a global function | Anuj Phogat | 2015-06-15 | 2 | -5/+9 |
* | mesa: Use helper function need_rgb_to_luminance_conversion() | Anuj Phogat | 2015-06-15 | 1 | -7/+4 |
* | mesa: Handle integer formats in need_rgb_to_luminance_conversion() | Anuj Phogat | 2015-06-15 | 1 | -1/+4 |
* | meta: Use is_power_of_two() helper function | Anuj Phogat | 2015-06-15 | 1 | -3/+3 |
* | i965: Check for miptree pitch alignment before using intel_miptree_map_movntd... | Anuj Phogat | 2015-06-15 | 1 | -1/+3 |
* | i965: Remove break after return | Anuj Phogat | 2015-06-15 | 1 | -3/+0 |
* | nv50/ir: OP_JOIN is a flow instruction | Jürgen Rühle | 2015-06-15 | 1 | -1/+1 |
* | ilo: add ilo_state_raster_{line,poly}_stipple | Chia-I Wu | 2015-06-15 | 6 | -43/+138 |
* | ilo: add ilo_state_sample_pattern | Chia-I Wu | 2015-06-15 | 9 | -186/+225 |
* | ilo: add 3DSTATE_AA_LINE_PARAMETERS to ilo_state_raster | Chia-I Wu | 2015-06-15 | 4 | -10/+17 |
* | gallium/util: add util_last_bit64 | Marek Olšák | 2015-06-14 | 1 | -0/+19 |
* | glsl: fix "tesselation" typo | Marek Olšák | 2015-06-14 | 1 | -1/+1 |
* | r600g: handle TGSI input/output array declarations correctly | Marek Olšák | 2015-06-14 | 2 | -87/+89 |
* | ilo: merge ilo_state_3d*.[ch] to ilo_state.[ch] | Chia-I Wu | 2015-06-15 | 7 | -276/+179 |
* | ilo: add ilo_state_ps to ilo_shader_cso | Chia-I Wu | 2015-06-15 | 13 | -481/+160 |
* | ilo: add ilo_state_{vs,hs,ds,gs} to ilo_shader_cso | Chia-I Wu | 2015-06-15 | 15 | -499/+363 |
* | ilo: embed ilo_state_sbe in ilo_shader | Chia-I Wu | 2015-06-15 | 11 | -254/+169 |
* | ilo: embed ilo_state_vf in ilo_ve_state | Chia-I Wu | 2015-06-15 | 12 | -330/+146 |
* | ilo: embed ilo_state_urb in ilo_state_vector | Chia-I Wu | 2015-06-15 | 9 | -350/+185 |