mesa.git
2010-11-20 Eric Anholti965: Remove duplicate MRF writes in the FS backend.
2010-11-20 Eric Anholti965: Improve compute-to-mrf.
2010-11-20 Eric Anholtir_to_mesa: Detect and emit MOV_SATs for saturate const...
2010-11-20 Eric Anholti965: Recognize saturates and turn them into a saturate...
2010-11-20 Eric Anholtglsl: Add a helper function for determining if an rvalu...
2010-11-20 Eric Anholti965: Fold constants into the second arg of BRW_SEL...
2010-11-20 Eric Anholti965: Remove extra \n at the end of every instruction...
2010-11-20 Eric Anholti965: Just use memset() to clear most members in FS...
2010-11-20 Eric Anholti965: Fix compute_to_mrf to not move a MRF write up...
2010-11-20 Eric Anholtmesa: Include C++ files in the makedepend of DRI drivers.
2010-11-20 Vinson Leeglsl: Fix type of label 'default' in switch statement.
2010-11-20 Vinson Leeglsl: Add lower_vector.cpp to SConscript.
2010-11-20 Ian Romanickglsl: Fix matrix constructors with vector parameters
2010-11-19 Kenneth Graunkeglsl: Combine many instruction lowering passes into...
2010-11-19 Kenneth Graunkeglsl: Simplify a type check by using type->is_integer().
2010-11-19 Ian Romanickglsl: Add ir_quadop_vector expression
2010-11-19 Ian Romanickglsl: Add unary ir_expression constructor
2010-11-19 Ian Romanickglsl: Add ir_rvalue::is_negative_one predicate
2010-11-19 Ian Romanickglsl: Eliminate assumptions about size of ir_expression...
2010-11-19 Ian Romanickglsl: Add ir_unop_sin_reduced and ir_unop_cos_reduced
2010-11-19 Alex Deucherr600g: use full range of VS resources for vertex samplers
2010-11-19 Alex Deucherr600g: use meaningful defines for chiprev
2010-11-19 Alex Deucherr600g: translate ARR instruction for evergreen
2010-11-19 Jerome Glisser600g: add fetch shader capabilities
2010-11-19 Alex Deucherr600g: All EVENT_WRITE packets need the EVENT_INDEX...
2010-11-19 Viktor Novotnýdri/nouveau: Clean up magic numbers in get_rt_format
2010-11-19 Jerome Glisser600g: fix occlusion query on evergreen (avoid lockup)
2010-11-19 Ian Romanickir_to_mesa: Generate smarter code for some conditional...
2010-11-19 Ian Romanickglsl: Make is_zero and is_one virtual methods of ir_rvalue
2010-11-18 Brian Paulmesa: pass gl_format to _mesa_init_teximage_fields()
2010-11-18 José Fonsecascons: Use inline wrap helpers more consistently.
2010-11-18 Dave Airliegallium/noop: report GL 2.1
2010-11-18 Vinson Leeglsl: Fix 'control reaches end of non-void function...
2010-11-18 Chia-I Wumesa: Clean up core.h.
2010-11-18 Chia-I Wust/glx: Replace MESA_VERSION_STRING by xmesa_get_name.
2010-11-18 Chia-I Wust/wgl: Use st_context_iface::share for DrvShareLists.
2010-11-18 Chia-I Wugallium: Add st_context_iface::share to st_api.
2010-11-18 Chia-I Wugallium: Add st_api::name.
2010-11-18 Chia-I Wust/vega: Do not wait NULL fences.
2010-11-18 Eric Anholti965: Eliminate dead code more aggressively.
2010-11-18 Brian Paulmesa: upgrade to glext.h version 66
2010-11-18 Alex Deucherr600g: fix buffer alignment
2010-11-18 Eric Anholti965: Fail on loops on gen6 for now until we write...
2010-11-18 Eric Anholti965: Add dumping of the sampler default color.
2010-11-18 Eric Anholti965: Add state dumping for sampler state.
2010-11-18 Eric Anholtmesa: Don't spam the console in a debug build unless...
2010-11-18 Eric Anholti965: Shut up spurious gcc warning about GLSL_TYPE...
2010-11-17 Jakob Bornecrantzgallium: Remove redundant sw and debug target helpers
2010-11-17 Jakob Bornecrantzgraw: Use inline debug helper instead of non-inline...
2010-11-17 Jakob Bornecrantzlibgl-xlib: Use inline debug helper instead of non...
2010-11-17 Chad Versaceglsl: Improve usage message for glsl_compiler
2010-11-17 Kenneth Graunkeglsl: Refactor get_num_operands.
2010-11-17 Jerome Glisser600g: code cleanup (indent, trailing space, empty...
2010-11-17 Kenneth Graunkeglsl: Remove the ir_binop_cross opcode.
2010-11-17 Kenneth GraunkeRefresh autogenerated file builtin_function.cpp.
2010-11-17 Kenneth Graunkeglsl: Reimplement the "cross" built-in without ir_binop...
2010-11-17 Kenneth GraunkeRegenerate glcpp parser.
2010-11-17 Kenneth Graunkeglsl: Unconditionally define GL_FRAGMENT_PRECISION_HIGH...
2010-11-17 Robert Hookeregl_dri2: Add missing intel chip ids.
2010-11-17 Chad Versaceglsl: Fix Doxygen tag \file in recently renamed files
2010-11-17 Chad Versaceglsl: Fix erroneous cast in ast_jump_statement::hir()
2010-11-17 Kenneth Graunkeglsl: Fix constant expression handling for <, >, <...
2010-11-17 Marek Olšákr300g: print FS inputs uninitialized due to hardware...
2010-11-17 Alex Deucherr600c/evergreen: texture align is group_bytes just...
2010-11-17 Brian Paulmesa: minor clean-ups in context code
2010-11-17 Brian Paulmesa: reorder texture_error_check() params
2010-11-17 Brian Paulmesa: 80-column wrapping
2010-11-17 Brian Paulmesa: whitespace cleanups
2010-11-17 Brian Paulmesa: fix error messages and minor reindenting
2010-11-17 Kenneth GraunkeRefresh autogenerated glcpp parser.
2010-11-17 Kenneth Graunkeglcpp: Define GL_FRAGMENT_PRECISION_HIGH if GLSL versio...
2010-11-16 Henri Verbeetr600g: Synchronize supported color formats between...
2010-11-16 Henri Verbeetr600g: Swizzle vertex data only once.
2010-11-16 Marek Olšákr300g: remove the hack with OPCODE_RET
2010-11-16 Ian Romanickglsl: Simplify generation of swizzle for vector constru...
2010-11-16 Ian Romanickglsl: Refactor is_vec_{zero,one} to be methods of ir_co...
2010-11-16 José Fonsecalibgl-gdi: Allow to pick softpipe/llvmpipe on runtime.
2010-11-16 Vinson Leemesa: Add definitions for inverse hyperbolic function...
2010-11-16 Vinson Leeglsl: Add ir_constant_expression.cpp to SConscript.
2010-11-16 Brian Paulglsl: remove opt_constant_expression.cpp from SConscript
2010-11-16 Brian Paulmesa: add more work-arounds for acoshf(), asinhf()...
2010-11-16 Brian Paulglsl: fix assorted MSVC warnings
2010-11-16 Brian Paulst/mesa: fix glDrawPixels(depth/stencil) bugs
2010-11-16 Kenneth Graunkeglsl: Rename various ir_* files to lower_* and opt_*.
2010-11-15 Kenneth Graunkeglsl: Remove unused and out of date Makefile.am.
2010-11-15 Kenneth Graunkeglsl: Add constant expression handling for asinh, acosh...
2010-11-15 Kenneth Graunkeglsl: Refresh autogenerated file builtin_function.cpp.
2010-11-15 Kenneth Graunkeglsl: Implement the asinh, acosh, and atanh built-in...
2010-11-15 Kenneth Graunkegenerate_builtins.py: Fix inconsistent use of tabs...
2010-11-15 Kenneth Graunkeglsl: Refresh autogenerated lexer and parser files.
2010-11-15 Kenneth Graunkeglsl: Add support for the 'u' and 'U' unsigned integer...
2010-11-15 Kenneth Graunkeglsl: Add new keywords and reserved words for GLSL...
2010-11-15 Kenneth Graunkeglsl: Rework reserved word/keyword handling in the...
2010-11-15 Kenneth Graunkeglsl: Convert glsl_type::base_type from #define'd const...
2010-11-15 Kenneth Graunkeglsl: Remove GLSL_TYPE_FUNCTION define.
2010-11-15 Henri Verbeetr600g: Add PIPE_FORMAT_L8A8_UNORM for Evergreen as...
2010-11-15 Henri Verbeetr600: Evergreen has two extra frac_bits for the sampler...
2010-11-15 Henri Verbeetr600g: Evergreen has two extra frac_bits for the sample...
2010-11-15 Henri Verbeetr600g: Cleanup the fenced_bo list in r600_context_fini().
2010-11-15 Jerome Glissegallium/noop: no operation gallium driver
next