summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-30i965: Merge common bits of gen7/8 renderbuffer surface setupsurf_state_refactorTopi Pohjolainen3-108/+73
2014-07-30i965/gen7: Add support for gen8 tilingTopi Pohjolainen3-8/+8
2014-07-29i965: Refactor array type resolvingTopi Pohjolainen3-25/+11
2014-07-29i965: Refactor renderbuffer target overrideTopi Pohjolainen10-97/+25
2014-07-29i965: Refactor renderbuffer depth overrideTopi Pohjolainen7-35/+20
2014-07-29i965/blorp: Refactor depth overrideTopi Pohjolainen3-4/+16
2014-07-28i965: Refactor render target type resolvingTopi Pohjolainen7-22/+20
2014-07-28Revert "i965/gen7: Introduce helper data type for setting up surfaces"Topi Pohjolainen2-87/+0
2014-07-28i965/gen7: Introduce helper data type for setting up surfacesTopi Pohjolainen2-0/+87
2014-07-18i965/gen6: Force non_mip_arrays for separate stencil/hizJordan Justen1-4/+8
2014-07-18i965/gen6: Stencil/hiz needs an offset for LOD > 0Jordan Justen2-3/+41
2014-07-18i965/gen6: Force tile alignment for each stencil/hiz LODJordan Justen1-3/+36
2014-07-18i965: Support non_mip_arrays for multiple miplevelsJordan Justen1-2/+19
2014-07-18i965: Allow forcing non-mipmapped array spacing miptree layoutJordan Justen7-17/+35
2014-07-18i965: Rename array_spacing_lod0 to non_mip_arraysJordan Justen7-11/+11
2014-07-18i965/gen6 depth surface: program 3DSTATE_DEPTH_BUFFER to top of surfaceJordan Justen3-58/+49
2014-07-18i965/gen6 fbo: make unmatched depth/stencil configs return unsupportedJordan Justen1-2/+2
2014-07-18i965/gen6 blorp depth: calculate base surface width/heightJordan Justen1-0/+13
2014-07-18i965/gen6 depth surface: calculate minimum array element being renderedJordan Justen2-0/+13
2014-07-18i965/gen6 depth surface: calculate LOD being rendered toJordan Justen2-0/+6
2014-07-18i965/gen6 depth surface: calculate depth (array size) for depth surfaceJordan Justen2-0/+5
2014-07-18i965/gen6 depth surface: calculate more specific surface typeJordan Justen2-0/+50
2014-07-18i965: Split gen6 depth hiz state out from brwJordan Justen4-1/+188
2014-07-18i965/gen6: Adjust render height in errata case for MSAAJordan Justen1-1/+17
2014-07-18i965/gen6: add support for layered renderbuffersJordan Justen2-40/+40
2014-07-18i965: Split gen6 renderbuffer surface state from gen5 and olderJordan Justen4-0/+160
2014-07-17Add support for RGBA8 and RGBX8 textures in intel_texsubimage_tiled_memcpyJason Ekstrand1-0/+11
2014-07-17i965: Improve debug output in intelTexImage and intelTexSubimageJason Ekstrand2-1/+9
2014-07-18radeonsi: only update vertex buffers when they need updatingMarek Olšák3-2/+22
2014-07-18radeonsi: remove nr_vertex_buffersMarek Olšák3-6/+23
2014-07-18radeonsi: move vertex buffer descriptors from IB to memoryMarek Olšák7-106/+133
2014-07-18radeonsi: add support for fine-grained sampler view updatesMarek Olšák3-30/+21
2014-07-18radeonsi: move si_set_sampler_views to si_descriptors.cMarek Olšák3-73/+68
2014-07-18radeonsi: move sampler descriptors from IB to memoryMarek Olšák5-82/+82
2014-07-18radeonsi: implement ARB_draw_indirectMarek Olšák7-20/+132
2014-07-18radeonsi: don't add info->start to the index buffer offsetMarek Olšák1-11/+25
2014-07-18radeonsi: use an SGPR instead of VGT_INDX_OFFSETMarek Olšák4-14/+23
2014-07-18radeonsi: assume LLVM 3.4.2 is always presentMarek Olšák6-56/+7
2014-07-18configure.ac: require LLVM 3.4.2 for radeonMarek Olšák1-2/+3
2014-07-18st/mesa,gallium: add a workaround for Unigine Heaven 4.0 and Valley 1.0Marek Olšák6-3/+29
2014-07-18glsl: add a mechanism to allow #extension directives in the middle of shadersMarek Olšák4-0/+17
2014-07-18r600g: Implement GL_ARB_texture_gatherGlenn Kennard4-9/+44
2014-07-17i965: Fix z_offset computation in intel_miptree_unmap_depthstencil()Anuj Phogat1-2/+2
2014-07-17Revert "i965: Extend compute-to-mrf pass to understand blocks of MOVs"Anuj Phogat1-53/+10
2014-07-17i915: Fix up intelInitScreen2 for DRI3Adel Gadllah1-1/+2
2014-07-18mesa: Fix regression introduced by commit "mesa: fix packing of float texels ...Pavel Popov1-8/+8
2014-07-17nv50: fix build failure on m68k due to invalid struct alignment assumptionsThorsten Glaser1-0/+5
2014-07-17clover: Call end_query before getting timestamp result v2Tom Stellard1-0/+1
2014-07-17glsl: handle a switch where default is in the middle of casesTapani Pälli2-3/+83
2014-07-16glsl: Make the tree rebalancer use vector_elements, not components().Kenneth Graunke1-2/+2