mesa.git
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...
2010-08-30 Eric Anholtglsl: Clear the static values of builtin function profi...
2010-08-30 Ian Romanickglsl2: Commit generated files changed by previous commit
2010-08-30 Ian Romanickglsl2: Parse #pragma lines
2010-08-30 Kenneth GraunkeFix inverted version checks in check_extra.
2010-08-30 Jerome Glisser600g: precompute some of the hw state
2010-08-30 Jerome Glisser600g: fix depth buffer decompression after states...
2010-08-30 Dave Airlier600g: fixup states generation in winsys.
2010-08-30 Luca Barbieriglapi: fix generator which got out of sync with the...
2010-08-30 Eric Anholti965: Clear the cached constant buffer entry in the...
2010-08-30 Eric Anholti965: Align the number of payload regs to 2 again in...
2010-08-30 Cedric Vivieri965: Apply the rest of the old-libdrm guard patch.
2010-08-30 Eric Anholti965: Add support for loops to the new FS backend.
2010-08-30 Eric Anholti965: Make brw_CONT and brw_BREAK take the pop count.
2010-08-30 Eric Anholti965: Add "discard" support to the new FS backend.
2010-08-30 Eric Anholti965: Fix the new implementation of ir_unop_sign to...
2010-08-30 Eric Anholti965: Add support for texturing with bias to i965 FS...
2010-08-30 José Fonsecaglut: Silence missing initializer warning.
2010-08-30 José Fonsecamesa: Return after assertion failure.
2010-08-30 José Fonsecagallivm: Compute the 4 texel offsets for linear filteri...
2010-08-30 José Fonsecaglsl: Silence unused variable warning.
2010-08-30 José Fonsecamesa: Fix _mesa_lookup_parameter_constant's return...
2010-08-30 José Fonsecagallivm: Disable LLVM's pretty stack trace dumper.
2010-08-30 José Fonsecagallivm: Correct copy'n'pasted comments.
2010-08-30 José Fonsecagallivm: Fix lp_build_sum_vector.
2010-08-30 Michal Krolsvga: Fix CMP translation for vertex shader targets.
2010-08-30 José Fonsecasvga: Re-emit bound rendertargets and texture samplers...
2010-08-30 Marek Olšákst/mesa: set the MaxVarying GLSL constant
2010-08-30 Marek Olšákr300g: fix warning in winsys
2010-08-30 Dave Airlier600g: add DST opcode support.
2010-08-30 Dave Airlier600g: add SCS support.
2010-08-30 Dave Airlier600g: fix warning introduced by last commit.
2010-08-30 Dave Airlier600g: add initial relative support to assembler
2010-08-30 Ian Romanicklinker: Treat sized and unsized array types as the...
2010-08-30 Dave Airlier600g: add KILP support
2010-08-30 Dave Airlier600g: fix SSG and op3 neg writing
2010-08-30 Dave Airlier600g : add basic loop support.
2010-08-29 Bas Nieuwenhuizenr600g: use the values from the correct literals
2010-08-29 Bas Nieuwenhuizenr600g: added literals where needed for POW instruction
2010-08-29 Richard Lievergreen : fix shader const allocation and instruction...
2010-08-29 Vinson Leeglsl: Initialize data in ast_function_expression::hir.
2010-08-29 Vinson Leeglsl: Completely initialize value member in ir_constant...
2010-08-29 Vinson Leeglsl: Initialize variable in ir_swizzle::constant_expre...
2010-08-29 Vinson Leeglsl: Initialize data in read_constant.
2010-08-29 Vinson Leeir_to_mesa: Initialize variable in ir_to_mesa_visitor...
2010-08-29 Dave Airlier600g: drop file I added by mistake in a previous commit
2010-08-29 Vinson Leeglsl: Initialize the rest of values of ir_constant...
2010-08-29 Vinson Leegallium: Remove unnecessary header from p_state.h.
2010-08-29 Vinson Leenvfx: Remove util_is_pot in favor of util_is_power_of_two.
2010-08-29 Vinson Leeutil: Include missing header in u_draw.h.
2010-08-29 Vinson Leeutil: Add forward declaration in u_transfer.h.
2010-08-29 Marek Olšákr300g,u_blitter: use u_framebuffer
2010-08-29 Marek Olšákutil: remove util_is_pot in favor of util_is_power_of_two
2010-08-29 Eric Anholti965: Add initial support for texturing to the new...
2010-08-29 Eric Anholti965: Add disasm for gen5 sampler messages.
2010-08-29 Cedric Vivieri965: Move libdrm/C++ hack introduced in fa2deb3d to...
2010-08-28 Vinson Leest/mesa: Include missing header in st_mesa_to_tgsi.c.
2010-08-28 Vinson Leesoftpipe: Include missing header in sp_flush.c.
2010-08-28 Vinson Leedraw: Include missing header in draw_vs_llvm.c.
2010-08-28 Vinson Leellvmpipe: Include missing header in lp_flush.c.
2010-08-28 Marek Olšákr300g: fix blitting between 2D NPOT mipmaps
2010-08-28 Mathias Fröhlichr300g: fix min/max lod computation
2010-08-28 Marek Olšákr300g: set the correct value in PVS_NUM_CNTLRS
2010-08-28 Vinson Leellvmpipe: Remove unnecessary header.
2010-08-28 Ian Romanickglsl2: Decompose matrix comparison into vector operations
2010-08-27 Jakob Bornecrantztrace: Don't try to dump the rgba array if null
next