index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
23.1
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
staging/23.1
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-05
android: enlarge cache_resources
android-x86-4.4-r1
Chih-Wei Huang
1
-2
/
+2
2014-01-23
android: get rid of HAL pixelformats 5551 and 4444
Chih-Wei Huang
2
-8
/
+0
2014-01-23
android: set driver name to debug.mesa.driver
Chih-Wei Huang
1
-0
/
+5
2013-07-24
android: remove log2, log2f
Chih-Wei Huang
1
-24
/
+0
2013-07-24
android: add CleanSpec.mk
Chih-Wei Huang
2
-1
/
+50
2013-07-24
android: fix for jb-x86
Chih-Wei Huang
5
-3
/
+48
2013-07-24
r600g/sb: Fix Android build v2
Chih-Wei Huang
4
-7
/
+8
2013-07-24
android: fix i915_dri build
Chih-Wei Huang
1
-1
/
+1
2013-07-24
Revert "Only build when BOARD_USE_MESA is true"
Chih-Wei Huang
1
-4
/
+0
2013-07-23
i915: Support Android RGBX8888 format for EGL generated images
Sean V Kelley
3
-0
/
+4
2013-07-23
intel: add support for GL_OES_EGL_image_external
Chia-I Wu
3
-1
/
+3
2013-07-23
i915: enable GL_APPLE_texture_2D_limited_npot
Chia-I Wu
1
-0
/
+1
2013-07-23
android: disable SSE translate
Chia-I Wu
1
-1
/
+1
2013-07-23
android: advertise GL_ARB_texture_non_power_of_two
Chia-I Wu
1
-1
/
+1
2013-06-13
glsl: Move all of the var decls to the front of the IR list in reverse order.
Ian Romanick
1
-0
/
+18
2013-06-13
glsl: Generate smaller values for uniform locations
Ian Romanick
1
-1
/
+13
2013-06-13
glsl: Add gl_shader_program::UniformLocationBaseScale
Ian Romanick
4
-3
/
+23
2013-06-13
glsl: Add a gl_shader_program parameter to _mesa_uniform_{merge,split}_locati...
Ian Romanick
4
-5
/
+7
2013-06-11
Merge freedesktop/master into otc-private/master
Chad Versace
683
-5740
/
+16646
2013-06-11
i965: Emit the depth/stencil state pointer directly, not via atoms.
Kenneth Graunke
7
-80
/
+18
2013-06-11
i965: Emit the CC state pointer directly rather than via atoms.
Kenneth Graunke
5
-30
/
+18
2013-06-11
i965: Emit the BLEND_STATE pointer directly rather than via atoms.
Kenneth Graunke
5
-30
/
+18
2013-06-10
draw: implement distance culling
Zack Rusin
8
-31
/
+198
2013-06-10
gallium: add a cull distance semantic
Zack Rusin
5
-2
/
+20
2013-06-10
draw: fix clipper invocation statistics
Zack Rusin
5
-6
/
+33
2013-06-10
draw: enable user plane clipping when clipdistance is used
Zack Rusin
2
-7
/
+20
2013-06-10
draw: make sure clipdistances work with geometry shaders
Zack Rusin
6
-2
/
+22
2013-06-11
Revert "i965: Disable unused pipeline stages once at startup on Gen7+."
Kenneth Graunke
3
-6
/
+13
2013-06-11
swrast: add texfetch code for some XBGR formats
Brian Paul
2
-9
/
+46
2013-06-10
mesa: add missing texture strings in tex_target_name()
Brian Paul
1
-0
/
+5
2013-06-10
winsys/radeon: add env var to disable VM on Cayman/Trinity
Alex Deucher
1
-0
/
+2
2013-06-10
mesa: Add a _mesa_problem to document a piglit failure on i965.
Eric Anholt
1
-0
/
+6
2013-06-10
i965/vs: Avoid the MUL/MACH/MOV sequence for small integer multiplies.
Eric Anholt
1
-13
/
+37
2013-06-10
i965/vs: Allow copy propagation into MUL/MACH.
Eric Anholt
1
-2
/
+4
2013-06-10
i965/vs: Use the MAD instruction when possible.
Eric Anholt
4
-0
/
+43
2013-06-10
draw: Add A8R8G8B8 to draw_print_arrays
Richard Sandiford
1
-0
/
+7
2013-06-10
draw: Fix type mismatch between draw_private.h and LLVM
Richard Sandiford
1
-1
/
+1
2013-06-10
util: Use sizeof(void *) rather than 0 as the fallback cache line size
Richard Sandiford
1
-0
/
+5
2013-06-10
llvmpipe: Use saturating add/sub for UNORM formats
Richard Sandiford
1
-0
/
+8
2013-06-10
intel: Reserve less batchbuffer space.
Kenneth Graunke
1
-4
/
+3
2013-06-10
i965: Allocate push constant L3 space once at startup on Gen7+.
Kenneth Graunke
4
-12
/
+4
2013-06-10
i965: Disable unused pipeline stages once at startup on Gen7+.
Kenneth Graunke
3
-13
/
+9
2013-06-10
i965: Don't emit PIPELINE_SELECT from BLORP.
Kenneth Graunke
1
-19
/
+0
2013-06-10
i965: Emit invariant state once at startup on Gen6+.
Kenneth Graunke
3
-4
/
+20
2013-06-10
i965: Delete some dead state atom prototypes.
Kenneth Graunke
1
-9
/
+0
2013-06-10
i965: Change return type of check_state() to bool.
Kenneth Graunke
1
-2
/
+2
2013-06-10
i965: Remove unused second parameter of brw_print_dirty_count().
Kenneth Graunke
1
-4
/
+4
2013-06-10
glsl: Allow the use of determinant() in GLSL 1.50.
Kenneth Graunke
1
-0
/
+4
2013-06-10
glcpp: Automatically #define GL_core_profile 1 on GLSL 1.50+.
Kenneth Graunke
1
-0
/
+3
2013-06-10
glsl: Parse "#version 150 core" directives.
Kenneth Graunke
1
-0
/
+13
[next]