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
2015-02-27
main: Add entry point for TextureBufferRange.
adsa-texture-buffer-range
Laura Ekstrand
4
-0
/
+59
2015-02-27
main: Refactor Tex[ture]Buffer[Range].
Laura Ekstrand
2
-75
/
+132
2015-02-27
main: Add utility function _mesa_lookup_bufferobj_err.
Laura Ekstrand
2
-0
/
+23
2015-02-27
main: Checking for cube completeness in GetCompressedTextureImage.
Laura Ekstrand
1
-1
/
+50
2015-02-27
main: Add TEXTURE_CUBE_MAP support for glCompressedTextureSubImage3D.
Laura Ekstrand
2
-28
/
+179
2015-02-27
main: Check for NULL in texturesubimage.
Laura Ekstrand
1
-0
/
+2
2015-02-27
main: Fix whitespace in teximage.c.
Laura Ekstrand
1
-1
/
+1
2015-02-27
radeonsi/compute: Enable PIPE_SHADER_CAP_DOUBLES v2
Tom Stellard
1
-2
/
+2
2015-02-27
clover: Don't unconditionally define cl_khr_fp64
Tom Stellard
1
-1
/
+0
2015-02-27
pipe-loader: Fix build with dri drivers enabled, and vl state trackers disabled
Tom Stellard
1
-1
/
+5
2015-02-27
configure: Leverage gcc warn options to enable safe use of C99 features where...
Jose Fonseca
11
-12
/
+51
2015-02-27
nir: Use alloca instead of variable length arrays.
Jose Fonseca
4
-16
/
+66
2015-02-27
mesa: restore #include stdarg.h in imports.h
Brian Paul
1
-0
/
+1
2015-02-27
c99_math.h: add defines for M_PI, M_E, M_LOG2E
Brian Paul
1
-0
/
+13
2015-02-26
r300g/tests: Include stdio.h.
Vinson Lee
1
-0
/
+2
2015-02-26
radeon/compiler: include stdio.h
Brian Paul
1
-0
/
+1
2015-02-26
main: Fix target checking for CompressedTexSubImage*D.
Laura Ekstrand
1
-15
/
+65
2015-02-26
main: Fix target checking for CopyTexSubImage*D.
Laura Ekstrand
1
-8
/
+54
2015-02-26
c99: in c99_math.h check that _USE_MATH_DEFINES is defined with MSVC
Brian Paul
1
-0
/
+5
2015-02-26
mesa: remove unused INLINE macro from compiler.h
Brian Paul
1
-7
/
+0
2015-02-26
st/mesa: replace INLINE with inline
Brian Paul
15
-37
/
+37
2015-02-26
swrast: replace INLINE with inline
Brian Paul
2
-6
/
+6
2015-02-26
radeon: replace INLINE with inline
Brian Paul
5
-8
/
+8
2015-02-26
r200: replace INLINE with inline
Brian Paul
3
-4
/
+4
2015-02-26
i915: replace INLINE with inline
Brian Paul
10
-22
/
+22
2015-02-26
include,auxiliary: Remove support for MSVC older then 2008.
Jose Fonseca
4
-104
/
+7
2015-02-26
mesa: don't include stdint.h in compiler.h
Brian Paul
1
-6
/
+0
2015-02-26
mesa: don't include math.h in compiler.h
Brian Paul
4
-1
/
+3
2015-02-26
mesa: trim down #includes in compiler.h
Brian Paul
4
-5
/
+4
2015-02-26
r300g: remove dependency on compiler.h
Brian Paul
5
-3
/
+5
2015-02-26
mesa: don't include limits.h in compiler.h
Brian Paul
1
-1
/
+0
2015-02-26
mesa: don't include float.h in compiler.h
Brian Paul
1
-1
/
+0
2015-02-26
mesa: only include ctype.h where it's used
Brian Paul
2
-1
/
+1
2015-02-26
mesa: include stdarg.h only where it's used
Brian Paul
5
-3
/
+5
2015-02-26
mesa: remove M_PI, M_E, M_LOG2E macro definitions
Brian Paul
1
-13
/
+0
2015-02-26
glsl: #include c99_math.h instead of core.h
Brian Paul
1
-1
/
+1
2015-02-26
gallium: whitespace, comment formatting fixes in p_defines.h
Brian Paul
1
-30
/
+36
2015-02-26
util: add debug_print_bind_flags() debug helper
Brian Paul
2
-0
/
+36
2015-02-26
gallium: renumber PIPE_BIND_ flags
Brian Paul
1
-13
/
+13
2015-02-26
meta: In pbo_{Get,}TexSubImage don't repeatedly rebind the source tex
Neil Roberts
1
-4
/
+0
2015-02-25
mesa: use fi_type in vertex attribute code
Marius Predut
11
-97
/
+117
2015-02-25
i965/gen8: Use HALIGN_16 if MCS is enabled for non-MSRT
Anuj Phogat
1
-0
/
+3
2015-02-25
i965: Pass pointer to miptree as function parameter in intel_horizontal_textu...
Anuj Phogat
1
-6
/
+6
2015-02-25
i965: Allocate texture buffer in intelTexImage
Anuj Phogat
1
-2
/
+11
2015-02-25
i965: Make a function to check the conditions to use the blitter
Anuj Phogat
1
-11
/
+29
2015-02-25
i965: Move the comment to the right place
Anuj Phogat
1
-1
/
+1
2015-02-25
i965: Fix condition to use Y tiling in blitter in intel_miptree_create()
Anuj Phogat
1
-3
/
+3
2015-02-25
meta: Pass null pointer for the pixel data to avoid unnecessary data upload
Anuj Phogat
1
-1
/
+4
2015-02-25
meta: Fix buffer object assignment to account for both pack and unpack bo's
Anuj Phogat
1
-1
/
+1
2015-02-25
meta: Use GL_STREAM_READ for pbo created with GL_PIXEL_PACK_BUFFER
Anuj Phogat
1
-1
/
+7
[next]