| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: Fix bad indentation | Ian Romanick | 2014-07-19 | 1 | -1/+1 |
* | i965: Silence unused parameter warning | Ian Romanick | 2014-07-19 | 1 | -1/+1 |
* | i965: Silence 'comparison is always true' warning | Ian Romanick | 2014-07-19 | 1 | -2/+0 |
* | i965: Silence many unused parameter warnings | Ian Romanick | 2014-07-19 | 1 | -0/+10 |
* | configure.ac: Add LLVM patch version to error message. | Vinson Lee | 2014-07-18 | 1 | -1/+1 |
* | main/format_pack: Fix a wrong datatype in pack_ubyte_R8G8_UNORM | Jason Ekstrand | 2014-07-18 | 1 | -1/+1 |
* | docs: Import 10.2.4 release notes | Carl Worth | 2014-07-18 | 3 | -0/+134 |
* | Add support for RGBA8 and RGBX8 textures in intel_texsubimage_tiled_memcpy | Jason Ekstrand | 2014-07-17 | 1 | -0/+11 |
* | i965: Improve debug output in intelTexImage and intelTexSubimage | Jason Ekstrand | 2014-07-17 | 2 | -1/+9 |
* | radeonsi: only update vertex buffers when they need updating | Marek Olšák | 2014-07-18 | 3 | -2/+22 |
* | radeonsi: remove nr_vertex_buffers | Marek Olšák | 2014-07-18 | 3 | -6/+23 |
* | radeonsi: move vertex buffer descriptors from IB to memory | Marek Olšák | 2014-07-18 | 7 | -106/+133 |
* | radeonsi: add support for fine-grained sampler view updates | Marek Olšák | 2014-07-18 | 3 | -30/+21 |
* | radeonsi: move si_set_sampler_views to si_descriptors.c | Marek Olšák | 2014-07-18 | 3 | -73/+68 |
* | radeonsi: move sampler descriptors from IB to memory | Marek Olšák | 2014-07-18 | 5 | -82/+82 |
* | radeonsi: implement ARB_draw_indirect | Marek Olšák | 2014-07-18 | 7 | -20/+132 |
* | radeonsi: don't add info->start to the index buffer offset | Marek Olšák | 2014-07-18 | 1 | -11/+25 |
* | radeonsi: use an SGPR instead of VGT_INDX_OFFSET | Marek Olšák | 2014-07-18 | 4 | -14/+23 |
* | radeonsi: assume LLVM 3.4.2 is always present | Marek Olšák | 2014-07-18 | 6 | -56/+7 |
* | configure.ac: require LLVM 3.4.2 for radeon | Marek Olšák | 2014-07-18 | 1 | -2/+3 |
* | st/mesa,gallium: add a workaround for Unigine Heaven 4.0 and Valley 1.0 | Marek Olšák | 2014-07-18 | 6 | -3/+29 |
* | glsl: add a mechanism to allow #extension directives in the middle of shaders | Marek Olšák | 2014-07-18 | 4 | -0/+17 |
* | r600g: Implement GL_ARB_texture_gather | Glenn Kennard | 2014-07-18 | 4 | -9/+44 |
* | i965: Fix z_offset computation in intel_miptree_unmap_depthstencil() | Anuj Phogat | 2014-07-17 | 1 | -2/+2 |
* | Revert "i965: Extend compute-to-mrf pass to understand blocks of MOVs" | Anuj Phogat | 2014-07-17 | 1 | -53/+10 |
* | i915: Fix up intelInitScreen2 for DRI3 | Adel Gadllah | 2014-07-17 | 1 | -1/+2 |
* | mesa: Fix regression introduced by commit "mesa: fix packing of float texels ... | Pavel Popov | 2014-07-18 | 1 | -8/+8 |
* | nv50: fix build failure on m68k due to invalid struct alignment assumptions | Thorsten Glaser | 2014-07-17 | 1 | -0/+5 |
* | clover: Call end_query before getting timestamp result v2 | Tom Stellard | 2014-07-17 | 1 | -0/+1 |
* | glsl: handle a switch where default is in the middle of cases | Tapani Pälli | 2014-07-17 | 2 | -3/+83 |
* | glsl: Make the tree rebalancer use vector_elements, not components(). | Kenneth Graunke | 2014-07-16 | 1 | -2/+2 |
* | glsl: Guard against error_type in the tree rebalancer. | Kenneth Graunke | 2014-07-16 | 1 | -1/+3 |
* | glsl: Make the tree rebalancer bail on matrix operands. | Kenneth Graunke | 2014-07-16 | 1 | -1/+3 |
* | Revert "i965: Implement GL_PRIMITIVES_GENERATED with non-zero streams." | Kenneth Graunke | 2014-07-16 | 2 | -26/+7 |
* | ilo: add some missing formats | Chia-I Wu | 2014-07-16 | 1 | -21/+22 |
* | ilo: update and tailor the surface format table | Chia-I Wu | 2014-07-16 | 1 | -286/+258 |
* | i965: Don't copy propagate abs into Broadwell logic instructions. | Kenneth Graunke | 2014-07-15 | 2 | -12/+6 |
* | i965/fs: Use WE_all for gl_SampleID header register munging. | Kenneth Graunke | 2014-07-15 | 1 | -5/+9 |
* | i965/fs: Set force_uncompressed and force_sechalf on samplepos setup. | Kenneth Graunke | 2014-07-15 | 1 | -6/+8 |
* | i965: Set execution size to 8 for instructions with force_sechalf set. | Kenneth Graunke | 2014-07-15 | 1 | -1/+1 |
* | nvc0: fix translate path for PRIM_RESTART_WITH_DRAW_ARRAYS | Christoph Bumiller | 2014-07-15 | 1 | -13/+28 |
* | nvc0: add support for indirect drawing | Christoph Bumiller | 2014-07-15 | 10 | -32/+223 |
* | nouveau: check if a fence has already been signalled | Ilia Mirkin | 2014-07-15 | 1 | -0/+3 |
* | glsl: Don't declare variables in for-loop declaration. | Matt Turner | 2014-07-15 | 1 | -2/+2 |
* | exec_list: Make various places use the new length() method. | Connor Abbott | 2014-07-15 | 6 | -23/+9 |
* | exec_list: Add a function to give the length of a list. | Connor Abbott | 2014-07-15 | 1 | -0/+20 |
* | exec_list: Add a prepend function. | Connor Abbott | 2014-07-15 | 1 | -1/+19 |
* | mesa: Don't allow GL_TEXTURE_{LUMINANCE,INTENSITY}_* queries outside compat p... | Ian Romanick | 2014-07-15 | 1 | -2/+7 |
* | mesa: Don't allow GL_TEXTURE_BORDER queries outside compat profile | Ian Romanick | 2014-07-15 | 1 | -0/+2 |
* | mesa: Handle uninitialized textures like other textures in get_tex_level_para... | Ian Romanick | 2014-07-15 | 1 | -5/+6 |