mesa.git
2010-09-03 Dave Airlier600g: fix segfault in state after rework
2010-09-03 Alex Deucherr600c: emit DB_HTILE_DATA_BASE on evergreen
2010-09-03 Dave Airlier600g: refactor sample states into a reusable struct.
2010-09-03 Dave Airlier600g: reduce size of r600 context structure to !insane
2010-09-03 Dave Airlier600g: add texture border state.
2010-09-03 Dave Airlier600g: deref old driver states for set entry points.
2010-09-03 Dave Airlier600g: drop r600_bind_state.
2010-09-03 Dave Airlier600g: kill r600_context_state function
2010-09-03 Dave Airlier600g: move lots of state inline helpers to separate...
2010-09-03 Vinson Leedraw: Include missing headers in draw_vs_aos.h.
2010-09-02 Dave Airlier600g: drop magic numbers in depth state.
2010-09-02 Vinson Leeutil: Include missing header in u_linear.h.
2010-09-02 Vinson Leemesa: Fix printf-like warning.
2010-09-02 Vinson Leemesa: Fix printf-like warnings.
2010-09-02 Jerome Glisser600g: force unbind of previously bind sampler/sampler_view
2010-09-02 Brian Paulst/mesa: clamp gl_constants::MaxVarying against MAX_VARYING
2010-09-02 Ian Romanickglsl2: Update TODO file
2010-09-02 Jerome Glisser600g: fix memory/bo leak
2010-09-02 Brian Paulmesa: fix code generation for ir_unop_sqrt
2010-09-02 Brian Paulmesa: fix some printf warnings with casts
2010-09-02 Dave Airlier600g: fix thinko in shadow code.
2010-09-02 Dave Airlier600g: fix logicop, the 3d ROP is the 2D rop shifted...
2010-09-02 Dave Airlier600g: fix depth texture tests
2010-09-02 Kenneth Graunkeglsl: Apply implicit conversions to structure construct...
2010-09-02 Kenneth Graunkeglsl: Convert constant record constructor parameters...
2010-09-02 Kenneth Graunkeglsl: Reject structure constructors that have too many...
2010-09-02 Ian Romanickglsl2: Remove unnecessary glsl_symbol_table::get_functi...
2010-09-02 Ian Romanickglsl2: Remove unused method glsl_type::generate_constructor
2010-09-02 Ian Romanickglsl2: Remove unused 'constructor' parameter from glsl_...
2010-09-02 Ian Romanickglsl2: Don't generate constructor functions for structures
2010-09-02 Ian Romanickglsl2: Emit structure constructors inline
2010-09-02 Dave Airlier600g: add missing vertex fetch formats to the translat...
2010-09-02 Jerome Glisser600g: fix binding of same texture to several target...
2010-09-02 Kenneth Graunkeglsl: Fix write mask in matrix-from-matrix constructors.
2010-09-02 Kenneth Graunkeglsl: Add proper handling for constant matrix-from...
2010-09-02 Kenneth Graunkeglsl: Move generate_constructor_(matrix|vector) to...
2010-09-02 Kenneth Graunkeast_function: Fix check for "too few components".
2010-09-02 Kenneth Graunkeast_function: Remove bogus cases from generate_construc...
2010-09-02 Dave Airlier600g: fix incorrect state naming in pipe_sampler vs...
2010-09-02 Eric Anholtir_to_mesa: Load all the STATE_VAR elements of a builti...
2010-09-02 Eric Anholtir_to_mesa: Add a little helper for emitting link failu...
2010-09-02 Eric Anholtmesa: Fix many printf-like warnings.
2010-09-02 Eric Anholtmesa: Add __printf__ attribute to printf-like functions...
2010-09-01 Dave Airliemesa/st: remove check for buffer/elements = 0
2010-09-01 Jerome Glisser600g: silence compiler warning
2010-09-01 Jerome Glisser600g: refix db/cb state
2010-09-01 Brian Paulmesa: fix out of bounds memory read in mipmap gen code
2010-09-01 Brian Paulmesa: more prog_execute.c debug code
2010-09-01 Kenneth Graunkeglsl: Add forgotten implementations of equal/notEqual...
2010-09-01 Alex Deucherr600g: fix up default state differences between r6xx...
2010-09-01 Brian Paulst/glx: re-order destruction of buffers, visuals
2010-09-01 Eric Anholti965: DP2 produces a scalar result like DP3, DP4, etc.
2010-09-01 Ian Romanickglsl2: Perform algebraic simplifications on logical...
2010-09-01 Ian Romanickglsl2: Allow ir_constant::zero to create boolean constants
2010-09-01 Jerome Glisser600g: avoid dynamic allocation of states
2010-09-01 Jerome GlisseRevert "Revert "r600g: precompute some of the hw state""
2010-09-01 Patrice Mandinnouveau/nvfx: Remove enforcement of bit depth being...
2010-09-01 Vladimir Vukicevicmesa: initialize dummy framebuffer and renderbuffer...
2010-09-01 Jon TURNEYCygwin: Adjust mklib so -linker and -cplusplus options...
2010-09-01 Jon TURNEYCygwin: Teach mklib/minstall to properly install librar...
2010-09-01 Jon TURNEYCygwin: Change mklib not to report the full archname...
2010-09-01 Jon TURNEYCygwin: Have mklib exit with error code if link fails
2010-09-01 Ian Romanickglsl2: Disallow function declarations within function...
2010-09-01 Andre Maasikasr600: cube mipmap levels are aligned to 8 faces only...
2010-09-01 Dave Airlier600g: correct cb/zb offset emits.
2010-09-01 Dave AirlieRevert "r600g: precompute some of the hw state"
2010-09-01 Dave Airlier600g: fix typo causing segfault.
2010-09-01 Dave Airlier600g: fix glean texCube and shadows.
2010-09-01 Brian Paulgallivm: fix bug in nested conditionals
2010-09-01 Brian Paulglsl2: fix bug in atan(y, x) function
2010-08-31 Eric Anholtir_to_mesa: When emitting a pixel kill, flag that we...
2010-08-31 Keith Whitwellllvmpipe: slightly simplify build_mask
2010-08-31 Keith Whitwellllvmpipe: combine linear mask calculation
2010-08-31 Keith Whitwellllvmpipe: intrinsics versions of build_mask functions
2010-08-31 Ian Romanickglsl2: Write vector constructor constants in a single...
2010-08-31 Eric Anholtir_to_mesa: Sort the uniform list we're adding to Param...
2010-08-31 nobledir_to_mesa: Fix struct/class confusion
2010-08-31 Eric Anholtir_to_mesa: Set up our instruction nodes with zeroed...
2010-08-31 Kenneth Graunkeast_to_hir: Add support for bit-wise operators (but...
2010-08-31 Chia-I Wust/egl: Enable EGL_MESA_drm_display.
2010-08-31 Chia-I Wuegl: Mark EGL_MESA_screen_surface as obsolete.
2010-08-31 Dave Airlier600g: fix up depth write swizzles.
2010-08-31 Dave Airlier600g: fix fp-fragment-position test.
2010-08-31 Dave Airlier600g: fix typo in last commit
2010-08-31 Dave Airlier600g: fix position input to fragment shader.
2010-08-31 Dave Airlier600g: remove unneeded function call from scs
2010-08-31 Marek Olšákir_to_mesa: use RSQ+MUL instead of RSQ+RCP for SQRT
2010-08-31 Kenneth Graunkelinker: Require an exact matching signature when lookin...
2010-08-31 Dave Airlier600g: make LIT work properly
2010-08-31 Zhenyu Wangi965: fix depth test on sandybridge
2010-08-31 Dave Airlier600g: fixup trig functions when input is a literal
2010-08-31 Dave Airlier600g: make sure LIT splits constants
2010-08-31 Dave Airlier600g: fix constant splitting
2010-08-31 Dave Airlier600g: fix LIT tests
2010-08-30 Dave Airlier600g: add missing literals
2010-08-30 Ian Romanicklinker: Handle varying arrays, matrices, and arrays...
2010-08-30 Eric AnholtDon't pass -ffast-math to clang, since it ignores it...
2010-08-30 nobledMake configure work with clang
2010-08-30 Jon TURNEYAdd talloc to osmesa library dependencies
2010-08-30 Jon TURNEYAdd talloc to dependencies for libGL built with xlib...
next