index
:
~ldeks/mesa
Kayden-xml
adsa-buffer-objects
adsa-clear-buffer
adsa-framebuffers
adsa-housecleaning
adsa-meta
adsa-texture-buffer-range
adsa-textures
arb_direct_state_access
arb_direct_state_access_v2
bindless-meta
bindless-meta_v2
blitter-rebase
error-checking
expr-adsa-meta
jenkins
master
mesa-isl-ify
ripping-out-the-hw-blitter
vk-mcs-fast-clear
website1_75_v2
website2
Personal development branch of Mesa 10.5.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-12
Refactored _mesa_meta_bind_rb_as_tex_image.
bindless-meta
arb_direct_state_access
Laura Ekstrand
3
-11
/
+10
2014-11-11
Meta uses bind_texture_unit rather than BindTexture. Major problems.
Laura Ekstrand
3
-0
/
+4
2014-11-11
src/mesa/drivers/common/meta.c: Now meta initializes it's temp_tex's TargetIn...
Laura Ekstrand
1
-4
/
+4
2014-11-11
src/mesa/drivers/common: Forgot to bind texture before DrawArrays in _mesa_me...
Laura Ekstrand
1
-0
/
+1
2014-11-11
src/drivers: Fixed pointer bugs in _mesa_meta_bind_rb_as_tex_image.
Laura Ekstrand
3
-13
/
+15
2014-11-11
src/mesa/drivers/common/meta.c: Draw pixels now binds the texture before call...
Laura Ekstrand
1
-2
/
+5
2014-11-11
src/mesa/main/texstorage.c: Moved internalformat checking to texstorage and t...
Laura Ekstrand
1
-6
/
+18
2014-11-11
Commented out CopyTextureSubImage for now.
Laura Ekstrand
1
-0
/
+15
2014-11-10
Immutables handling and copy texture sub image for meta.
Laura Ekstrand
1
-5
/
+28
2014-11-10
Converted the implementation for glCopySubImage to operate directly on the gl...
Laura Ekstrand
2
-36
/
+50
2014-11-10
src/mesa/drivers/common/meta.c: Added target initialization for init_temp_tex...
Laura Ekstrand
1
-0
/
+1
2014-11-10
src/mesa/main/texstorage.c: Fixed _mesa_get_texture_storage to set texObj->Ta...
Laura Ekstrand
1
-0
/
+4
2014-11-07
Converted parts of meta to use bindless textures. This should avoid many con...
Laura Ekstrand
4
-62
/
+76
2014-11-07
Exposed texture_sub_image* so that meta can use them.
Laura Ekstrand
2
-20
/
+39
2014-11-07
Exposed get_storage function so that meta can use it.
Laura Ekstrand
2
-19
/
+45
2014-11-07
Exposed tex_parameter functions so that meta can use them.
Laura Ekstrand
2
-39
/
+80
2014-11-07
Cleaned up meta's GetTexImage by using _mesa_bind_texture_unit.
Laura Ekstrand
1
-1
/
+1
2014-11-07
Minor naming change in meta to prepare for passing texture objects around.
Laura Ekstrand
3
-13
/
+13
2014-11-07
Created _mesa_bind_texture_unit, which binds without looking up the texture
Laura Ekstrand
2
-44
/
+63
2014-11-06
Made note of why BindTextureUnit should throw GL_INVALID_OPERATION if the uni...
Laura Ekstrand
1
-0
/
+7
2014-11-06
Implemented remaining TextureParameter* functions.
Laura Ekstrand
3
-2
/
+115
2014-11-06
Added entry points for glGetTextureLevelParameter.
Laura Ekstrand
3
-30
/
+115
2014-11-06
Removed dsa functions from non-dsa XML files.
Laura Ekstrand
2
-81
/
+0
2014-11-06
Removed the buggy and non-implemented tags.
Laura Ekstrand
1
-617
/
+0
2014-11-06
glapi: Add ARB_direct_state_access.xml.
Kenneth Graunke
3
-1
/
+736
2014-11-06
Added entry points for glGetTextureParameter.
Laura Ekstrand
2
-42
/
+137
2014-11-05
Fixed CreateTextures to reflect need for proper target checking.
Laura Ekstrand
1
-38
/
+68
2014-10-31
Added entry point for BindTextureUnit.
Laura Ekstrand
3
-0
/
+96
2014-10-30
Added assert(unit > 0) to _mesa_get_tex_unit.
Laura Ekstrand
1
-0
/
+1
2014-10-30
add _mesa_get_tex_unit_err() checking getter function
Dylan Noblesmith
1
-0
/
+12
2014-10-30
mesa: factor out _mesa_max_tex_unit()
Dylan Noblesmith
2
-3
/
+10
2014-10-30
mesa: add _mesa_get_tex_unit()
Dylan Noblesmith
1
-2
/
+8
2014-10-29
Added glTextureStorage1D and glTextureStorage3D.
Laura Ekstrand
3
-2
/
+42
2014-10-29
Added glTextureSubImage1D and glTextureSubImage3D.
Laura Ekstrand
3
-1
/
+69
2014-10-29
Added entry point for glTextureParameteri.
Laura Ekstrand
3
-57
/
+160
2014-10-29
Added entry point for glTextureSubImage2D.
Laura Ekstrand
3
-64
/
+129
2014-10-29
Added entry point for glCreateTextures.
Laura Ekstrand
3
-6
/
+32
2014-10-29
Added entry point for glTextureStorage2D.
Laura Ekstrand
4
-12
/
+60
2014-10-23
glapi: Fix compiler warning and script name
Jan Vesely
1
-2
/
+2
2014-10-23
Revert "freedreno/a3xx: only emit dirty consts"
Rob Clark
2
-9
/
+5
2014-10-23
freedreno: fix PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE
Rob Clark
1
-7
/
+6
2014-10-23
clover: Require libelf
Jan Vesely
1
-2
/
+8
2014-10-23
clover: use correct typenames for compat::pair's first/second
Emil Velikov
1
-2
/
+2
2014-10-23
auxiliary/os: get the mmap/munmap wrappers working with android
Emil Velikov
1
-5
/
+12
2014-10-23
gallium/nouveau: fully build the driver under android
Mauro Rossi
1
-1
/
+1
2014-10-23
mesa/shaderimage.c: fix inconsistent sign warning
Alon Levy
1
-1
/
+1
2014-10-23
wgl: stw_pixelformat_get_info: correct type for index variable
Alon Levy
1
-1
/
+1
2014-10-23
u_math.h: fix 64 to 32 bit truncation warning
Alon Levy
1
-1
/
+1
2014-10-23
gallivm: Fix build with LLVM 3.3.
José Fonseca
1
-0
/
+2
2014-10-23
gallivm: Properly update for removal of JITMemoryManager in LLVM 3.6.
José Fonseca
2
-38
/
+41
[next]