index
:
~jeremyhu/mesa
10.4-darwin-build-fixes
10.5-darwin-build-fixes
10.6-darwin-build-fixes
11.1
7.8
PR-575
darwin-build-fixes
darwin-master
master
master-darwin-build-fixes
mesa_7_7_branch
libGL for GLX on XQuartz
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-07
docs: Add change log to 7.9.1 release notes
mesa-7.9.1
Ian Romanick
1
-1
/
+283
2011-01-07
mesa: set version string to 7.9.1
Ian Romanick
2
-2
/
+2
2011-01-07
docs: Initial set of release notes for 7.9.1
Ian Romanick
1
-0
/
+117
2011-01-07
r300/compiler: disable the rename_regs pass for loops
Marek Olšák
1
-0
/
+8
2011-01-07
egl: Check extensions.
Chia-I Wu
1
-11
/
+41
2011-01-05
egl_glx: Fix borken driver.
Chia-I Wu
1
-1
/
+11
2011-01-04
mesa: Bump the number of bits in the register index.
Brian Paul
1
-1
/
+1
2011-01-04
i965: Internally enable GL_NV_blend_square on ES2.
Kenneth Graunke
1
-0
/
+1
2011-01-04
Fix build on systems where "python" is python 3.
Kenneth Graunke
6
-9
/
+12
2011-01-04
mesa: fix texel store functions for some float formats
Marek Olšák
1
-10
/
+17
2011-01-04
Refresh autogenerated file builtin_function.cpp.
Ian Romanick
1
-197
/
+144
2011-01-04
glsl/builtins: Compute the correct value for smoothstep(vec, vec, vec).
Kenneth Graunke
1
-87
/
+34
2011-01-04
st/mesa: fix renderbuffer pointer check in st_Clear()
Brian Paul
1
-6
/
+2
2011-01-04
tdfx: s/Format/_BaseFormat/
Brian Paul
1
-2
/
+2
2011-01-03
mesa: no-op glBufferSubData() on size==0
Brian Paul
1
-0
/
+3
2011-01-03
Remove OES_compressed_paletted_texture from the ES2 extension list.
Kenneth Graunke
1
-2
/
+0
2011-01-03
glsl: new glsl_strtod() wrapper to fix decimal point interpretation
Brian Paul
8
-199
/
+303
2011-01-03
ir_to_mesa: Don't generate swizzles for record derefs of non-scalar/vectors
Ian Romanick
1
-1
/
+7
2011-01-03
linker: Allow built-in arrays to have different sizes between shader stages
Ian Romanick
1
-8
/
+29
2010-12-31
st/mesa: Handle wrapped depth buffers in st_copy_texsubimage().
Henri Verbeet
1
-0
/
+3
2010-12-31
r600: Evergreen has two extra frac_bits for the sampler LOD state.
Henri Verbeet
1
-3
/
+3
2010-12-30
st/mesa: fix mipmap generation bug
Brian Paul
2
-1
/
+8
2010-12-29
r600c : inline vertex format is not updated in an app, switch to use vfetch c...
richard
1
-1
/
+1
2010-12-29
r600c: fix some opcodes on evergreen
Alex Deucher
1
-8
/
+56
2010-12-27
glsl: Unroll loops with conditional breaks anywhere (not just the end)
Luca Barbieri
1
-46
/
+68
2010-12-27
glsl: Consider the "else" branch when looking for loop breaks.
Kenneth Graunke
1
-1
/
+1
2010-12-27
glsl: Clean up code by adding a new is_break() function.
Kenneth Graunke
1
-6
/
+11
2010-12-27
glsl: Correct the marking of InputsRead/OutputsWritten on in/out matrices.
Eric Anholt
1
-20
/
+15
2010-12-27
glsl: fix lowering conditional returns in subroutines
Fabian Bieler
1
-1
/
+5
2010-12-27
mesa: Do not advertise GL_OES_texture_3D.
Chia-I Wu
1
-0
/
+4
2010-12-27
linker: Fix regressions caused by previous commit
Ian Romanick
1
-12
/
+16
2010-12-27
linker: Ensure that unsized arrays have a size after linking
Ian Romanick
1
-1
/
+27
2010-12-23
i965: Correct the dp_read message descriptor setup on g4x.
Eric Anholt
3
-1
/
+23
2010-12-18
r300g: finally fix the texture corruption on r3xx-r4xx
Marek Olšák
1
-18
/
+16
2010-12-17
glsl: Inherrit type of declared variable from initializer after processing as...
Ian Romanick
1
-8
/
+17
2010-12-17
glsl: Inherrit type of declared variable from initializer
Ian Romanick
1
-0
/
+18
2010-12-17
glcpp: Commit changes in generated files cause by previous commit
Ian Romanick
2
-208
/
+208
2010-12-17
glcpp: Don't emit SPACE tokens in conditional_tokens production.
Kenneth Graunke
1
-1
/
+0
2010-12-17
mesa: Add getters for ARB_copy_buffer's attachment points.
Eric Anholt
1
-0
/
+13
2010-12-17
mesa: Add getters for the rest of the supported draw buffers.
Eric Anholt
1
-0
/
+8
2010-12-17
glsl: Fix flipped return of has_value() for array constants.
Eric Anholt
1
-1
/
+1
2010-12-17
glsl: Fix linker bug in cross_validate_globals()
Chad Versace
1
-0
/
+7
2010-12-16
glsl: fix matrix type check in ir_algebraic
Aras Pranckevicius
1
-2
/
+2
2010-12-16
glsl: Ensure that equality comparisons don't return a NULL IR tree
Ian Romanick
1
-16
/
+19
2010-12-16
glsl: Mark the array access for whole-array comparisons.
Eric Anholt
1
-0
/
+14
2010-12-16
glsl: Quiet unreachable no-return-from-function warning.
Eric Anholt
1
-0
/
+2
2010-12-16
glsl: Fix structure and array comparisions.
Eric Anholt
1
-2
/
+70
2010-12-16
glsl: Add a helper constructor for expressions that works out result type.
Eric Anholt
2
-0
/
+99
2010-12-16
glsl: Add unary ir_expression constructor
Ian Romanick
2
-0
/
+21
2010-12-16
glsl: Fix 'control reaches end of non-void function' warning.
Vinson Lee
1
-0
/
+3
[next]