summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-07docs: Add change log to 7.9.1 release notesmesa-7.9.1Ian Romanick1-1/+283
2011-01-07mesa: set version string to 7.9.1Ian Romanick2-2/+2
2011-01-07docs: Initial set of release notes for 7.9.1Ian Romanick1-0/+117
2011-01-07r300/compiler: disable the rename_regs pass for loopsMarek Olšák1-0/+8
2011-01-07egl: Check extensions.Chia-I Wu1-11/+41
2011-01-05egl_glx: Fix borken driver.Chia-I Wu1-1/+11
2011-01-04mesa: Bump the number of bits in the register index.Brian Paul1-1/+1
2011-01-04i965: Internally enable GL_NV_blend_square on ES2.Kenneth Graunke1-0/+1
2011-01-04Fix build on systems where "python" is python 3.Kenneth Graunke6-9/+12
2011-01-04mesa: fix texel store functions for some float formatsMarek Olšák1-10/+17
2011-01-04Refresh autogenerated file builtin_function.cpp.Ian Romanick1-197/+144
2011-01-04glsl/builtins: Compute the correct value for smoothstep(vec, vec, vec).Kenneth Graunke1-87/+34
2011-01-04st/mesa: fix renderbuffer pointer check in st_Clear()Brian Paul1-6/+2
2011-01-04tdfx: s/Format/_BaseFormat/Brian Paul1-2/+2
2011-01-03mesa: no-op glBufferSubData() on size==0Brian Paul1-0/+3
2011-01-03Remove OES_compressed_paletted_texture from the ES2 extension list.Kenneth Graunke1-2/+0
2011-01-03glsl: new glsl_strtod() wrapper to fix decimal point interpretationBrian Paul8-199/+303
2011-01-03ir_to_mesa: Don't generate swizzles for record derefs of non-scalar/vectorsIan Romanick1-1/+7
2011-01-03linker: Allow built-in arrays to have different sizes between shader stagesIan Romanick1-8/+29
2010-12-31st/mesa: Handle wrapped depth buffers in st_copy_texsubimage().Henri Verbeet1-0/+3
2010-12-31r600: Evergreen has two extra frac_bits for the sampler LOD state.Henri Verbeet1-3/+3
2010-12-30st/mesa: fix mipmap generation bugBrian Paul2-1/+8
2010-12-29r600c : inline vertex format is not updated in an app, switch to use vfetch c...richard1-1/+1
2010-12-29r600c: fix some opcodes on evergreenAlex Deucher1-8/+56
2010-12-27glsl: Unroll loops with conditional breaks anywhere (not just the end)Luca Barbieri1-46/+68
2010-12-27glsl: Consider the "else" branch when looking for loop breaks.Kenneth Graunke1-1/+1
2010-12-27glsl: Clean up code by adding a new is_break() function.Kenneth Graunke1-6/+11
2010-12-27glsl: Correct the marking of InputsRead/OutputsWritten on in/out matrices.Eric Anholt1-20/+15
2010-12-27glsl: fix lowering conditional returns in subroutinesFabian Bieler1-1/+5
2010-12-27mesa: Do not advertise GL_OES_texture_3D.Chia-I Wu1-0/+4
2010-12-27linker: Fix regressions caused by previous commitIan Romanick1-12/+16
2010-12-27linker: Ensure that unsized arrays have a size after linkingIan Romanick1-1/+27
2010-12-23i965: Correct the dp_read message descriptor setup on g4x.Eric Anholt3-1/+23
2010-12-18r300g: finally fix the texture corruption on r3xx-r4xxMarek Olšák1-18/+16
2010-12-17glsl: Inherrit type of declared variable from initializer after processing as...Ian Romanick1-8/+17
2010-12-17glsl: Inherrit type of declared variable from initializerIan Romanick1-0/+18
2010-12-17glcpp: Commit changes in generated files cause by previous commitIan Romanick2-208/+208
2010-12-17glcpp: Don't emit SPACE tokens in conditional_tokens production.Kenneth Graunke1-1/+0
2010-12-17mesa: Add getters for ARB_copy_buffer's attachment points.Eric Anholt1-0/+13
2010-12-17mesa: Add getters for the rest of the supported draw buffers.Eric Anholt1-0/+8
2010-12-17glsl: Fix flipped return of has_value() for array constants.Eric Anholt1-1/+1
2010-12-17glsl: Fix linker bug in cross_validate_globals()Chad Versace1-0/+7
2010-12-16glsl: fix matrix type check in ir_algebraicAras Pranckevicius1-2/+2
2010-12-16glsl: Ensure that equality comparisons don't return a NULL IR treeIan Romanick1-16/+19
2010-12-16glsl: Mark the array access for whole-array comparisons.Eric Anholt1-0/+14
2010-12-16glsl: Quiet unreachable no-return-from-function warning.Eric Anholt1-0/+2
2010-12-16glsl: Fix structure and array comparisions.Eric Anholt1-2/+70
2010-12-16glsl: Add a helper constructor for expressions that works out result type.Eric Anholt2-0/+99
2010-12-16glsl: Add unary ir_expression constructorIan Romanick2-0/+21
2010-12-16glsl: Fix 'control reaches end of non-void function' warning.Vinson Lee1-0/+3