summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glsl: use the linear allocator in glsl_symbol_tableMarek Olšák2016-10-311-8/+8
* glsl: use the linear allocator for ast_node and derived classesMarek Olšák2016-10-316-113/+114
* glsl/lexer: use the linear allocatorMarek Olšák2016-10-313-8/+12
* glcpp: use the linear allocator for most objectsMarek Olšák2016-10-313-118/+91
* ralloc: add a linear allocator as a child node of rallocMarek Olšák2016-10-312-4/+433
* ralloc: remove memset from ralloc_sizeMarek Olšák2016-10-311-15/+11
* ralloc: use rzalloc where it's necessaryMarek Olšák2016-10-3111-15/+19
* ralloc: add DECLARE_RZALLOC_CXX_OPERATORSMarek Olšák2016-10-311-2/+7
* nir: zero allocated memory where neededJuha-Pekka Heikkila2016-10-316-7/+7
* i965/fs: fill allocated memory with zeros where neededJuha-Pekka Heikkila2016-10-312-3/+3
* i965/vec4: zero allocated memory where neededJuha-Pekka Heikkila2016-10-311-2/+2
* glsl/glcpp: initialize all fields of glcpp_parser_t on creationTapani Pälli2016-10-311-0/+3
* glsl: Fix reading of uninitialized memoryJuha-Pekka Heikkila2016-10-312-4/+4
* glsl: initialize glsl_struct_field properlyMarek Olšák2016-10-312-38/+6
* ralloc: don't memset ralloc_header, clear it manuallyMarek Olšák2016-10-311-1/+15
* clover: Implement clGetExtensionFunctionAddressForPlatform.Serge Martin2016-10-303-1/+21
* clover: Introduce CLOVER_EXTRA_*_OPTIONS environment variablesVedran Miletić2016-10-301-3/+7
* clover: Pass unquoted compiler arguments to ClangVedran Miletić2016-10-301-4/+36
* i965/fs/generator: Don't use the address immediate for MOV_INDIRECTJason Ekstrand2016-10-281-28/+27
* radeonsi: fix behavior of GLSL findLSB(0)Marek Olšák2016-10-291-4/+13
* radeonsi: set VGT_GS_ONCHIP_CNTL on CIK and laterMarek Olšák2016-10-291-0/+8
* i965: Fix make check after 66fcfa6894ab6Jason Ekstrand2016-10-281-2/+2
* glsl: Improve accuracy of alpha scaling in advanced blend lowering.Kenneth Graunke2016-10-281-2/+8
* mesa: rename gl_client_array -> gl_vertex_arrayBrian Paul2016-10-2831-112/+114
* mesa: code clean-up in _mesa_update_vao_client_arrays()Brian Paul2016-10-281-8/+5
* mesa: update comment on vertex_attrib_binding()Brian Paul2016-10-281-1/+2
* mesa: rename gl_vertex_array_object::VertexBinding to BufferBindingBrian Paul2016-10-289-54/+54
* vulkan/wsi/x11: Smplify implementation of vkGetPhysicalDeviceSurfaceFormatsKHREduardo Lima Mitev2016-10-281-8/+3
* vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfacePresentModesKHREduardo Lima Mitev2016-10-281-3/+3
* i965: use memory context when creating passthrough tcsTimothy Arceri2016-10-281-8/+5
* intel/blorp: remove stale commentTimothy Arceri2016-10-281-3/+0
* drivers/meta: Accept GL_TEXTURE_3D as target for tex image decompressionEduardo Lima Mitev2016-10-281-4/+0
* intel/blorp: Rework our usage of ralloc when compiling shadersJason Ekstrand2016-10-274-15/+14
* intel/blorp: Rename compile_nir_shader to compile_fsJason Ekstrand2016-10-274-14/+14
* radv: split the device local memory heap into twoFredrik Höglund2016-10-283-6/+20
* radv: add a write-combining host-local memory typeFredrik Höglund2016-10-281-4/+13
* i965/miptree: Remove the width/height < 32768 restrictionsJason Ekstrand2016-10-272-8/+1
* i965/blit: Break blits into chunks in intel_miptree_blitJason Ekstrand2016-10-271-23/+41
* i965/blit: Break blits into chunks in set_alpha_to_oneJason Ekstrand2016-10-271-15/+73
* i965/blit: Remove a bogus assertionJason Ekstrand2016-10-271-4/+0
* i965/miptree: Break miptree -> ISL tiling conversion into a helperJason Ekstrand2016-10-272-25/+33
* i965/miptree: Remove the stencil_as_y_tiled parameter from get_aligned_offsetJason Ekstrand2016-10-275-28/+8
* intel/blorp: Fix a couple asserts around image copy rectanglesJason Ekstrand2016-10-271-2/+6
* anv/allocator: Assert that we have a valid gem handle in bo_pool_allocJason Ekstrand2016-10-271-0/+1
* nvc0/ir: fix emission of IMAD with NEG modifiersSamuel Pitoiset2016-10-272-2/+2
* glsl: inspect interfaces in contains_foo()Juan A. Suarez Romero2016-10-272-13/+14
* i965/vec4: make offset() work in terms of a simd width and scalar componentsIago Toral Quiroga2016-10-273-18/+16
* i965/vec4: use byte_offset() instead of offset()Iago Toral Quiroga2016-10-275-15/+29
* i965/vec4: add a byte_offset helperIago Toral Quiroga2016-10-271-0/+50
* glsl: Size TCS->TES unsized arrays to gl_MaxPatchVertices for queries.Kenneth Graunke2016-10-274-3/+49