index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
cso: drop inefficient checking for redundant sampler state changes
Marek Olšák
2015-07-22
1
-26
/
+2
*
cso: only allow saving and restoring fragment sampler views
Marek Olšák
2015-07-22
7
-64
/
+63
*
gallium/util: improve dump functions
Marek Olšák
2015-07-22
3
-53
/
+241
*
tgsi: allow dumping to a file directly
Marek Olšák
2015-07-22
3
-8
/
+23
*
st/mesa: don't call st_validate_state in BlitFramebuffer
Marek Olšák
2015-07-22
1
-2
/
+2
*
st/dri: enable 3D textures and sRGB colorspace for EGL
Anatoli Antonovitch
2015-07-22
1
-0
/
+14
*
egl,dri_interface: use DRI2rendererQueryExtension to enable 3D textures & sRGB
Marek Olšák
2015-07-22
2
-0
/
+24
*
egl: implement EGL_KHR_gl_colorspace (v2)
Marek Olšák
2015-07-22
9
-24
/
+90
*
st/dri: expose sRGB visuals (v2)
Marek Olšák
2015-07-22
3
-5
/
+26
*
glapi: fix argument parsing in glX_proto_recv.py
Dylan Baker
2015-07-22
1
-2
/
+2
*
egl: android: remove DRM_GRALLOC_TOP hack
Emil Velikov
2015-07-22
1
-1
/
+0
*
egl: remove old makefile.sources
Emil Velikov
2015-07-22
2
-31
/
+1
*
android: rework the EGL build
Emil Velikov
2015-07-22
2
-74
/
+25
*
scons: rework the EGL build
Emil Velikov
2015-07-22
4
-38
/
+12
*
automake: rework the EGL build
Emil Velikov
2015-07-22
4
-83
/
+69
*
gbm: do not build intermittent libgbm_dri static library
Emil Velikov
2015-07-22
1
-5
/
+2
*
egl: automake: remove unused HAVE_XCB_DRI2 define
Emil Velikov
2015-07-22
1
-1
/
+0
*
egl: remove unused _EGL_DRIVER_SEARCH_DIR define
Emil Velikov
2015-07-22
3
-8
/
+2
*
egl/haiku: remove unused DEFAULT_DRIVER_DIR define
Emil Velikov
2015-07-22
1
-4
/
+0
*
egl: remove final Windows specific workaround
Emil Velikov
2015-07-22
4
-10
/
+2
*
egl: remove custom string functions
Emil Velikov
2015-07-22
6
-112
/
+5
*
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
[next]