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-12-05
main: Housekeeping refactor for genmipmap.c and genmipmap.h.
adsa-housecleaning
Laura Ekstrand
2
-17
/
+19
2014-12-05
main: Fixed TEXTURE_CUBE_MAP handling in teximage.c and texgetimage.c.
Laura Ekstrand
2
-12
/
+24
2014-12-05
main: Housecleaning for texgetimage.c
Laura Ekstrand
1
-31
/
+29
2014-12-05
main: Renamed _mesa_get_compressed_teximage to _mesa_GetCompressedTexImage_sw...
Laura Ekstrand
4
-8
/
+8
2014-12-05
main: Renamed _mesa_get_teximage to _mesa_GetTexImage_sw to reflect the new n...
Laura Ekstrand
4
-12
/
+12
2014-12-05
main: Removed trailing whitespace in texstate.c.
Laura Ekstrand
1
-9
/
+9
2014-12-05
main: Minor housecleaning in texstate.h.
Laura Ekstrand
1
-1
/
+1
2014-12-04
main: Housekeeping refactor of texparam.h and texparam.c.
Laura Ekstrand
2
-112
/
+162
2014-12-04
main: Housekeeping refactor of texstorage.c
Laura Ekstrand
1
-9
/
+12
2014-12-04
main: Changed _mesa_alloc_texture_storage to _mesa_AllocTextureStorage_sw to ...
Laura Ekstrand
4
-10
/
+10
2014-12-04
main: Housekeeping refactor for teximage.h and teximage.c.
Laura Ekstrand
2
-174
/
+185
2014-12-04
main: Moved _mesa_get_current_tex_object from teximage.c to texobj.c.
Laura Ekstrand
4
-85
/
+84
2014-12-04
main: Deleted trailing whitespaces in texobj.c.
Laura Ekstrand
1
-17
/
+18
2014-12-04
main: Housekeeping refactor for texobj.c dsa functions.
Laura Ekstrand
1
-17
/
+33
2014-12-04
main: Moved _mesa_lock_texture and _mesa_unlock_texture to texobj.h from texi...
Laura Ekstrand
4
-18
/
+20
2014-12-03
main: Created a standard function that looks up a texture object by its ID an...
Laura Ekstrand
2
-7
/
+22
2014-12-03
main: Minor fixes to error-checking in texparam.c.
arb_direct_state_access_v2
Laura Ekstrand
1
-23
/
+50
2014-12-02
main: Added entry point for glTextureBuffer.
Laura Ekstrand
3
-9
/
+70
2014-12-02
main: Fixed _mesa_texture_image_multisample so that it updates the texObj->Im...
Laura Ekstrand
1
-1
/
+1
2014-12-02
main: Added entry points for glTextureStorage2DMultisample and glTextureStora...
Laura Ekstrand
3
-28
/
+140
2014-11-26
main: Added entry point for glGenerateTextureMipmap.
Laura Ekstrand
3
-22
/
+65
2014-11-26
main: Fixed issues related to compressed TEXTURE_CUBE_MAP targets.
Laura Ekstrand
3
-13
/
+78
2014-11-25
main: Added entry points for glCompressedTextureSubImage*D.
Laura Ekstrand
3
-46
/
+242
2014-11-25
src/mesa/main: Fixed some error checking.
Laura Ekstrand
2
-26
/
+93
2014-11-18
Added entry point for glGetCompressedTextureImage.
Laura Ekstrand
3
-44
/
+131
2014-11-18
Refactored the GL_TEXTURE_CUBE_MAP special cases.
Laura Ekstrand
2
-10
/
+8
2014-11-18
Fixed minor bug in TextureSubImage3D for GL_TEXTURE_CUBE_MAP.
Laura Ekstrand
2
-9
/
+5
2014-11-17
Trying to support GL_TEXTURE_CUBE_MAP properly.
Laura Ekstrand
4
-35
/
+122
2014-11-17
Refactored texstorage to better support dsa.
Laura Ekstrand
2
-29
/
+59
2014-11-14
Added GetTextureImage.
Laura Ekstrand
3
-60
/
+180
2014-11-13
Renamed _mesa_get_texture_storage to _mesa_texture_storage to avoid confusion...
Laura Ekstrand
2
-14
/
+14
2014-11-13
src/mesa/main/teximage.c: Added entry points for CopyTextureSubImage*D.
Laura Ekstrand
3
-2
/
+89
2014-11-13
Fixed a couple minor issues in nameless texture creation and deletion.
Laura Ekstrand
1
-37
/
+39
2014-11-12
src/mesa/main/texobj.c: Nameless texture creation and deletion. Does not
Laura Ekstrand
2
-0
/
+61
2014-11-12
src/mesa/main/texstorage.c: Moved internalformat checking to texstorage and t...
Laura Ekstrand
1
-6
/
+18
2014-11-12
Converted the implementation for glCopySubImage to operate directly on the gl...
Laura Ekstrand
2
-36
/
+50
2014-11-12
Exposed texture_sub_image* so that meta can use them.
Laura Ekstrand
2
-20
/
+39
2014-11-12
Exposed get_storage function so that meta can use it.
Laura Ekstrand
2
-19
/
+45
2014-11-12
Exposed tex_parameter functions so that meta can use them.
Laura Ekstrand
2
-39
/
+80
2014-11-12
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
[next]