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