index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl: remove _EGL_PLATFORM_WINDOWS enum
Emil Velikov
2015-07-22
2
-2
/
+0
*
egl: remove final references of platform_null
Emil Velikov
2015-07-22
3
-6
/
+0
*
egl: remove flatten HAVE_SHARED_GLAPI
Emil Velikov
2015-07-22
3
-13
/
+0
*
egl: remove the non-haiku scons build
Emil Velikov
2015-07-22
4
-69
/
+8
*
dri/common: remove unused drm_version variable
Emil Velikov
2015-07-22
5
-34
/
+1
*
radeon,r200: allow hyperz for radeon DRM module v2
Emil Velikov
2015-07-22
2
-15
/
+4
*
radeon,r200: remove support for UMS radeon DRM module
Emil Velikov
2015-07-22
1
-27
/
+17
*
radeon,r200: remove unused variable texmicrotile
Emil Velikov
2015-07-22
4
-8
/
+0
*
scons: don't build the kms-dri winsys
Emil Velikov
2015-07-22
4
-30
/
+0
*
android: don't build the kms-dri winsys
Emil Velikov
2015-07-22
4
-40
/
+2
*
android: dri: correctly set HAVE_LIBDRM
Emil Velikov
2015-07-22
1
-5
/
+3
*
swrast: remove unneeded __NOT_HAVE_DRM_H define
Emil Velikov
2015-07-22
1
-1
/
+0
*
dri/common: use HAVE_LIBDRM over __NOT_HAVE_DRM_H
Emil Velikov
2015-07-22
4
-18
/
+5
*
loader: use HAVE_LIBDRM instead of ! __NOT_HAVE_DRM_H
Emil Velikov
2015-07-22
5
-15
/
+8
*
st/dri: unwrap/remove __NOT_HAVE_DRM_H magic
Emil Velikov
2015-07-22
4
-23
/
+1
*
dri/swrast: automake: add LIBDRM_CFLAGS
Emil Velikov
2015-07-22
1
-0
/
+1
*
mesa: fix typo s/glGetTextImage/glGetTexImage/
Brian Paul
2015-07-22
1
-1
/
+1
*
radeonsi: Flush when we're asked to return a fence but don't have one yet
Michel Dänzer
2015-07-22
1
-1
/
+2
*
mesa: fix misleading comment
Timothy Arceri
2015-07-22
1
-2
/
+0
*
mesa: fix active sampler conflict validation
Timothy Arceri
2015-07-22
1
-7
/
+13
*
glsl: check for leading zeros in array index validation
Timothy Arceri
2015-07-22
1
-0
/
+4
*
swrast: remove unneeded & operators in _swrast_choose_texture_sample_func()
Brian Paul
2015-07-21
1
-28
/
+28
*
mesa: move check for no-op glShadeModel call earlier
Brian Paul
2015-07-21
1
-3
/
+3
*
mesa: move check for no-op glAlphaFunc call earlier
Brian Paul
2015-07-21
1
-3
/
+3
*
mesa: move check for no-op glFrontFace call earlier
Brian Paul
2015-07-21
1
-3
/
+3
*
mesa: s/GLint/GLsizei/ for consistency
Brian Paul
2015-07-21
1
-1
/
+1
*
mesa: enable GL_ARB_get_texture_sub_image for all drivers
Brian Paul
2015-07-21
1
-0
/
+1
*
mesa: add API dispatch for GL_ARB_get_texture_sub_image
Brian Paul
2015-07-21
4
-1
/
+49
*
mesa: add new _mesa_Get[Compressed]TextureSubImage() functions
Brian Paul
2015-07-21
2
-1
/
+76
*
mesa: overhaul the glGetCompressedTexImage code
Brian Paul
2015-07-21
1
-142
/
+198
*
mesa: overhaul the glGetTexImage code
Brian Paul
2015-07-21
1
-195
/
+428
*
mesa: 80-column wrapping in texgetimage.c
Brian Paul
2015-07-21
1
-5
/
+8
*
mesa: replace Driver.GetCompressedTexImage() w/ GetCompressedTexSubImage()
Brian Paul
2015-07-21
5
-20
/
+30
*
mesa: make _mesa_get_[compressed_]texture_image() static
Brian Paul
2015-07-21
2
-19
/
+12
*
mesa: plumb offset/size parameters through GetTexSubImage code
Brian Paul
2015-07-21
1
-57
/
+80
*
mesa: replace Driver.GetTexImage with GetTexSubImage()
Brian Paul
2015-07-21
10
-54
/
+83
*
meta: add offset, width, height parameters to decompress_texture_image()
Brian Paul
2015-07-21
1
-5
/
+5
*
meta: handle subimages in _mesa_meta_setup_texture_coords()
Brian Paul
2015-07-21
3
-33
/
+65
*
mesa: assorted whitespace, formatting fixes in teximage.c
Brian Paul
2015-07-21
1
-20
/
+10
*
mesa: allow GL_TEXTURE_CUBE_MAP_ARRAY case for glCompressedTexSubImage3D()
Brian Paul
2015-07-21
1
-1
/
+1
*
mesa: include stdarg.h for va_list
Jonathan Gray
2015-07-21
1
-0
/
+1
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
395
-1522
/
+1515
*
nvc0: force cache flush when binding a new ubo
Samuel Pitoiset
2015-07-21
1
-0
/
+2
*
nv50: force cache flush when binding a new ubo
Samuel Pitoiset
2015-07-21
1
-0
/
+2
*
st/mesa: Silence GCC unused-variable warning.
Vinson Lee
2015-07-21
1
-0
/
+1
*
r600/sb: Fix an &/&& mistake
Adam Jackson
2015-07-21
1
-1
/
+1
*
Revert "i965/gen9: Plugin the code for selecting YF/YS tiling on skl+"
Anuj Phogat
2015-07-21
1
-92
/
+17
*
i965: Fix stride field for the result of emit_uniformize().
Francisco Jerez
2015-07-21
4
-19
/
+26
*
i965/fs: Fix stride field for uniforms.
Francisco Jerez
2015-07-21
1
-0
/
+6
*
i965/fs: Fix stride for immediate registers.
Francisco Jerez
2015-07-21
2
-0
/
+7
[next]