mesa.git
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
2010-11-15 Francisco Jerezdri/nouveau: Kill a bunch of ternary operators.
2010-11-15 Francisco Jerezdri/nouveau: Fix typo.
2010-11-15 Viktor Novotnýdri/nouveau: Remove nouveau_class.h, finishing switch...
2010-11-15 Viktor Novotnýdri/nouveau nv20: Use rules-ng-ng headers
2010-11-15 Viktor Novotnýdri/nouveau: nv10: Use rules-ng-ng headers
2010-11-15 Viktor Novotnýdri/nouveau: nv04: Use rules-ng-ng headers
2010-11-15 Viktor Novotnýdri/nouveau: Import headers from rules-ng-ng
2010-11-15 Brian Paulevergreen: set gl_texture_image::TexFormat field in...
2010-11-15 Brian Paulr300: set gl_texture_image::TexFormat field in r300SetT...
2010-11-15 Brian Paulr200: set gl_texture_image::TexFormat field in r200SetT...
2010-11-15 Brian Paulr600: set gl_texture_image::TexFormat field in r600SetT...
2010-11-15 Brian Paulradeon: set gl_texture_image::TexFormat field in radeon...
2010-11-15 Julien CristauMakefile: don't include the same files twice in the...
2010-11-15 Daniel Lichtenbergerradeon: fix potential segfault in renderbuffer update
2010-11-14 Marek Olšákr300g: return shader caps from Draw for SWTCL vertex...
2010-11-14 Marek Olšákr300g: clean up redundancy in draw functions
2010-11-14 Eric Anholti965: Fix gl_FragCoord inversion when drawing to an...
next