profile/ivi/mesa.git
2008-08-06 Brian Paulgallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_...
2008-08-06 Brian Paulsoftpipe: add texture border color code
2008-08-06 Jonathan Whiteegl: define vsnprintf
2008-08-06 Jonathan Whiteegl: fixes for Windows
2008-08-06 Brian Paulmesa: glsl: regenerated file
2008-08-06 Brian Paulmesa: glsl: report 'Syntax Error' instead of 'Invalid...
2008-08-06 Brian Paulmesa: glsl: additional error checking
2008-08-06 Brian Paulmesa: glsl: fix a number of glUniform issues
2008-08-06 Jonathan Whiteegl: fix version handling
2008-08-06 Brian Paulmesa: glsl: fix glGetUniform for matrix queries
2008-08-06 Brian Paulmesa: glsl: fix error check in get_uniformfv()
2008-08-06 Brian Paulmesa: glsl: check for rect tex samplers
2008-08-06 Brian Paulmesa: glsl: disallow initializers for varying vars
2008-08-06 Brian Paulmesa: glsl: more type checking for attribute/varying...
2008-08-06 Brian Paulmesa: glsl: check that attribute vars are of float...
2008-08-06 Brian Paulmesa: glsl: more assignment type checking
2008-08-06 Brian Paulmesa: glsl: fix SLANG_OPER_VARIABLE_DECL type checking...
2008-08-06 Haihao Xiangmesa: glsl: count number of temp regs used
2008-08-06 Brian Paulfix some FBO/texture queries (bug 15296)
2008-08-06 Brian Paulmesa: glsl: code consolidation in _slang_gen_declaration()
2008-08-06 Brian Paulmesa: glsl: disallow user-defined functions/vars prefix...
2008-08-06 Brian Paulmesa: glsl: additional type checking for assignments...
2008-08-06 Brian Paulmesa: glsl: generate error for main(any args)
2008-08-06 Jonathan Whiteegl: changes for Windows
2008-08-06 Jonathan Whiteegl: added snprintf, strcasecmp defines
2008-08-05 Brian Paulmesa: glsl: regenerated file
2008-08-05 Brian Paulmesa: glsl: remove invalid use of f.x syntax where...
2008-08-05 Brian Paulmesa: glsl: re-enable assignment type checking
2008-08-05 Brian Paulmesa: glsl: regenerated files
2008-08-05 Brian Paulmesa: glsl: re-org of intermediate/temp storage
2008-08-05 Brian Paulmesa: glsl: disable broken assignment type checking...
2008-08-05 Jonathan Whiteegl: don't include stdint.h on Windows
2008-08-05 Jonathan Whiteegl: typedef uint8_t for Windows
2008-08-04 Brian Paulmesa: glsl: check struct types in _slang_assignment_com...
2008-08-04 Brian Paulmesa: glsl: varying vars can't be user-defined structs
2008-08-04 Brian Paulmesa: glsl: regenerated files
2008-08-04 Brian Paulmesa: glsl: added vec4(ivec4) constructor
2008-08-04 Brian Paulmesa: glsl: if/while/do condition must be boolean
2008-08-04 Brian Paulmesa: glsl: additional type checking for ?: and = operators
2008-08-04 Brian Paulmesa: glsl: don't allow comparision of arrays
2008-08-04 Brian Paulmesa: glsl: error on const-qualified array declarations
2008-08-04 Brian Paulmesa: glsl: added null ptr check
2008-08-04 Brian Paulmesa: glsl: set literal_size for const vars
2008-08-04 Brian Paulmesa: glsl: add missing code emit for struct/field
2008-08-04 Brian Paulmesa: glsl: stop code emit after error is recorded
2008-08-04 Brian Paulmesa: glsl: check that rhs of const var initializer...
2008-08-04 Brian Paulmesa: glsl: handle user-defined const vars in expressio...
2008-08-04 Brian Paulmesa: glsl: fix initialize size error check
2008-08-04 Brian Paulmesa: glsl: added initializer size/type error checking
2008-08-04 Brian Paulmesa: glsl: only allow one #version directive
2008-08-04 Brian Paulmesa: glsl: regenerated file
2008-08-04 Brian Paulmesa: glsl: new bvec4 constructor
2008-08-04 Jonathan Whiteegl: typedef u_int32_t for Windows
2008-08-04 Jonathan Whiteegl: fix _eglGlobal initialization for Windows
2008-08-04 Michal Kroltgsi: Put a newline after IMM.
2008-08-03 Brian Pauladded null ptr check (fix bug 16959)
2008-08-02 Younes Mantonsoftpipe: support PIPE_FORMAT_R16_SNORM.
2008-07-29 Brian Paulmesa: glsl: remove old assertion (fixes glsl/bitmap.c)
2008-07-29 Brian Paulmesa: disable debug code
2008-07-29 José Fonsecatgsi: Insert newlines after the statements, instead...
2008-07-28 José Fonsecautil: Don't define replacement math functions for CE.
2008-07-28 José FonsecaMerge tgsi/exec and tgsi/util directories.
2008-07-26 José Fonsecagallium: Windows miniport portability fixes.
2008-07-25 Brian Paulmesa: glsl: assorted fixes for resolving polymorphic...
2008-07-25 Brian Paulmesa: regenerated files
2008-07-25 Brian Paulmesa: glsl: re-order some constructors
2008-07-25 Brian Paulmesa: glsl: remove unneeded operators
2008-07-25 Brian Paulmesa: fix issues causing warnings on Windows
2008-07-25 Brian Paulmesa: glsl: additional error detection
2008-07-25 Michal Krolmesa: Mark as XXX unresolved warnings on windows.
2008-07-24 Brian Paulmesa: gls: fix broken else clause of conditional break...
2008-07-24 Brian Paulmesa: move extensions->version code into separate function
2008-07-24 Brian Paulmesa: don't include Mesa version in GL_SHADING_LANGUAGE...
2008-07-24 Brian Paulmesa: glsl: only try to link shaders defining main()
2008-07-24 José Fonsecascons: Lookup WINDDK and WINCE SDK directories in the...
2008-07-24 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
2008-07-24 José Fonsecasoftpipe: Remove unused variables.
2008-07-24 José Fonsecatgsi: Silent msvc warning.
2008-07-24 Michal Krolmesa: Silence compiler warning on windows.
2008-07-23 Brian Paulgallium: bump TGSI_EXEC_NUM_TEMPS to 128
2008-07-23 Brian Paulmesa: glsl: fix/simplify built-in constant lookup
2008-07-23 Brian Paulmesa: glsl: fix/simplify array element handling
2008-07-23 Brian Paulmesa: glsl: mark constructor params as const
2008-07-23 Brian Paulgallium: print extended swizzle negation flags
2008-07-23 Brian Paulgallium: fix translation of extended swizzles, per...
2008-07-23 Michal Kroltgsi: Fix tgsi_util_get_full_src_register_extswizzle().
2008-07-23 Jakob Bornecrantzi915: intel_flush_frontbuffer does work
2008-07-23 Brian Paulmesa: glsl: rework swizzle storage handling
2008-07-22 Brian Paulmesa: fix uninitialized var
2008-07-22 Brian Paulmesa: glsl: implement constructor functions for user...
2008-07-22 Brian Paulmesa: remove stray debug assertion
2008-07-22 Michal Kroltgsi: Fix immediate usage checks.
2008-07-22 Roland Scheideggeradd env var to override msaa visual selection
2008-07-22 Brianmesa: fix glUniform error checking for samplers
2008-07-22 Brianmesa: refactor: move _mesa_Bind/Gen/DeleteProgram(...
2008-07-22 José Fonsecawin32kprof: Store the profile data as an caller->callee...
2008-07-22 José Fonsecagallium: Open a new file when existing profile memory...
2008-07-22 José Fonsecawin32kprof: Generate callgraphs.
2008-07-22 José Fonsecawin32kprof: Convert tabs to spaces.
2008-07-22 José Fonsecawin32kprof: Consider the section alignment when estimat...
next