summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-12Refactored _mesa_meta_bind_rb_as_tex_image.bindless-metaarb_direct_state_accessLaura Ekstrand3-11/+10
2014-11-11Meta uses bind_texture_unit rather than BindTexture. Major problems.Laura Ekstrand3-0/+4
2014-11-11src/mesa/drivers/common/meta.c: Now meta initializes it's temp_tex's TargetIn...Laura Ekstrand1-4/+4
2014-11-11src/mesa/drivers/common: Forgot to bind texture before DrawArrays in _mesa_me...Laura Ekstrand1-0/+1
2014-11-11src/drivers: Fixed pointer bugs in _mesa_meta_bind_rb_as_tex_image.Laura Ekstrand3-13/+15
2014-11-11src/mesa/drivers/common/meta.c: Draw pixels now binds the texture before call...Laura Ekstrand1-2/+5
2014-11-11src/mesa/main/texstorage.c: Moved internalformat checking to texstorage and t...Laura Ekstrand1-6/+18
2014-11-11Commented out CopyTextureSubImage for now.Laura Ekstrand1-0/+15
2014-11-10Immutables handling and copy texture sub image for meta.Laura Ekstrand1-5/+28
2014-11-10Converted the implementation for glCopySubImage to operate directly on the gl...Laura Ekstrand2-36/+50
2014-11-10src/mesa/drivers/common/meta.c: Added target initialization for init_temp_tex...Laura Ekstrand1-0/+1
2014-11-10src/mesa/main/texstorage.c: Fixed _mesa_get_texture_storage to set texObj->Ta...Laura Ekstrand1-0/+4
2014-11-07Converted parts of meta to use bindless textures. This should avoid many con...Laura Ekstrand4-62/+76
2014-11-07Exposed texture_sub_image* so that meta can use them.Laura Ekstrand2-20/+39
2014-11-07Exposed get_storage function so that meta can use it.Laura Ekstrand2-19/+45
2014-11-07Exposed tex_parameter functions so that meta can use them.Laura Ekstrand2-39/+80
2014-11-07Cleaned up meta's GetTexImage by using _mesa_bind_texture_unit.Laura Ekstrand1-1/+1
2014-11-07Minor naming change in meta to prepare for passing texture objects around.Laura Ekstrand3-13/+13
2014-11-07Created _mesa_bind_texture_unit, which binds without looking up the textureLaura Ekstrand2-44/+63
2014-11-06Made note of why BindTextureUnit should throw GL_INVALID_OPERATION if the uni...Laura Ekstrand1-0/+7
2014-11-06Implemented remaining TextureParameter* functions.Laura Ekstrand3-2/+115
2014-11-06Added entry points for glGetTextureLevelParameter.Laura Ekstrand3-30/+115
2014-11-06Removed dsa functions from non-dsa XML files.Laura Ekstrand2-81/+0
2014-11-06Removed the buggy and non-implemented tags.Laura Ekstrand1-617/+0
2014-11-06glapi: Add ARB_direct_state_access.xml.Kenneth Graunke3-1/+736
2014-11-06Added entry points for glGetTextureParameter.Laura Ekstrand2-42/+137
2014-11-05Fixed CreateTextures to reflect need for proper target checking.Laura Ekstrand1-38/+68
2014-10-31Added entry point for BindTextureUnit.Laura Ekstrand3-0/+96
2014-10-30Added assert(unit > 0) to _mesa_get_tex_unit.Laura Ekstrand1-0/+1
2014-10-30add _mesa_get_tex_unit_err() checking getter functionDylan Noblesmith1-0/+12
2014-10-30mesa: factor out _mesa_max_tex_unit()Dylan Noblesmith2-3/+10
2014-10-30mesa: add _mesa_get_tex_unit()Dylan Noblesmith1-2/+8
2014-10-29Added glTextureStorage1D and glTextureStorage3D.Laura Ekstrand3-2/+42
2014-10-29Added glTextureSubImage1D and glTextureSubImage3D.Laura Ekstrand3-1/+69
2014-10-29Added entry point for glTextureParameteri.Laura Ekstrand3-57/+160
2014-10-29Added entry point for glTextureSubImage2D.Laura Ekstrand3-64/+129
2014-10-29Added entry point for glCreateTextures.Laura Ekstrand3-6/+32
2014-10-29Added entry point for glTextureStorage2D.Laura Ekstrand4-12/+60
2014-10-23glapi: Fix compiler warning and script nameJan Vesely1-2/+2
2014-10-23Revert "freedreno/a3xx: only emit dirty consts"Rob Clark2-9/+5
2014-10-23freedreno: fix PIPE_TRANSFER_DISCARD_WHOLE_RESOURCERob Clark1-7/+6
2014-10-23clover: Require libelfJan Vesely1-2/+8
2014-10-23clover: use correct typenames for compat::pair's first/secondEmil Velikov1-2/+2
2014-10-23auxiliary/os: get the mmap/munmap wrappers working with androidEmil Velikov1-5/+12
2014-10-23gallium/nouveau: fully build the driver under androidMauro Rossi1-1/+1
2014-10-23mesa/shaderimage.c: fix inconsistent sign warningAlon Levy1-1/+1
2014-10-23wgl: stw_pixelformat_get_info: correct type for index variableAlon Levy1-1/+1
2014-10-23u_math.h: fix 64 to 32 bit truncation warningAlon Levy1-1/+1
2014-10-23gallivm: Fix build with LLVM 3.3.José Fonseca1-0/+2
2014-10-23gallivm: Properly update for removal of JITMemoryManager in LLVM 3.6.José Fonseca2-38/+41