mesa.git
2013-07-29 Matt Turnergles2: Update gl2ext.h to revision 22161.
2013-07-29 Matt Turnergles2: Update gl2.h to revision 20555.
2013-07-29 Matt Turnergles: Update glext.h to revision 20798.
2013-07-29 Roland Scheideggergallivm: (trivial) git rid of assertion in float->uint...
2013-07-28 Maarten Lankhorstnvc0: force use of correct firmware file
2013-07-27 Ian Romanickglsl: Less const for glsl_type convenience accessors
2013-07-27 Kenneth Graunkeglsl: Disallow auxiliary storage qualifiers on FS outputs.
2013-07-27 Kenneth Graunkeglsl: Classify "layout" like other identifiers.
2013-07-27 Paul Berryglsl: Be consistent about '\n', '.', and capitalization...
2013-07-27 Roland Scheideggergallivm: fix float->SNORM conversion
2013-07-27 Roland Scheideggerutil: don't flush overflowing values to infinity in...
2013-07-27 Roland Scheideggertgsi: handle texel swizzles correctly for d3d10-style...
2013-07-27 Roland Scheideggergallivm: handle texel swizzles correctly for d3d10...
2013-07-27 Kenneth Graunkedocs: Mark ARB_vertex_attrib_binding as started.
2013-07-27 Ian Romanickmesa: Disable GL_EXT_framebuffer_object in core profile...
2013-07-27 Matt Turnerdocs: Mark GL_ARB_shading_language_420pack as done.
2013-07-27 Chris Forbesdocs: Mark off 420pack
2013-07-26 Tapani Pälliglsl: disable ARB_texture_cube_map_array_enable keyword...
2013-07-26 Chris Forbesi965/vs: Fix flaky texture swizzling
2013-07-26 Niels Ole Salscheiderst/clover: Allow double precision operations
2013-07-25 Dave Airliegallium/vl: add prime support
2013-07-25 Kenneth GraunkeRevert "i965: Delete pre-DRI2.3 viewport hacks."
2013-07-25 Kenneth Graunkemesa: Bump version to 9.3.0-devel.
2013-07-25 Kenneth Graunkedocs: Remove <em> obfuscation on public mailing list...
2013-07-25 Rob Clarkxa: bump major version
2013-07-25 Jerome Glissexa: move surface to ref/unref api
2013-07-25 Jerome Glissexa: let ddx handle flush
2013-07-25 Jerome Glissexa: export a common context flush function
2013-07-25 Jerome Glissexa: add handle type parameter to get handle
2013-07-25 Rob Clarkxa: add xa_surface_from_handle()
2013-07-25 Vinson Leegallivm: Remove NoFramePointerElimNonLeaf for LLVM...
2013-07-25 Paul Berryglsl: Handle empty if statement encountered during...
2013-07-25 Paul Berryi965: Initialize inout_offset parameter to brw_search_c...
2013-07-25 Paul Berryglsl: don't rename variables in interface block arrays.
2013-07-25 Zack Rusindraw: fix vertex id computation
2013-07-25 Zack Rusindraw: cleanup and fix instance id computation
2013-07-25 Vinson Leegallivm: Remove dead code in lp_build_compare_ext.
2013-07-24 Brian Paulmesa: implement mipmap generation for compressed 2D...
2013-07-24 Brian Paulmeta: handle 2D texture arrays in decompress_texture_im...
2013-07-24 Brian Paulmesa: handle 2D texture arrays in get_tex_rgba_compressed()
2013-07-24 Christoph Bumillernv50,nvc0: s/uint16/uint32 for constant buffer offset
2013-07-24 Roland Scheideggerdraw: always call util_cpu_detect() in draw context...
2013-07-24 Roland Scheideggermesa: fix rgtc snorm decoding
2013-07-23 Andre Heidergallium/util: Fix detection of AVX cpu caps
2013-07-23 Chris Forbesdocs: Add items for GL4.4
2013-07-22 Francisco Jerezclover: Respect kernel argument alignment restrictions.
2013-07-22 Francisco Jerezclover: Extend kernel arguments for differing host...
2013-07-22 Francisco Jerezclover: Byte-swap kernel arguments when host and device...
2013-07-22 Francisco Jerezclover: Add kernel argument fields to allow differing...
2013-07-22 Francisco Jerezclover: Pass corresponding module::argument to kernel...
2013-07-22 Tom Stellardclover: Return correct value for CL_DEVICE_ENDIAN_LITTLE
2013-07-22 Tom Stellardgallium: Add PIPE_CAP_ENDIANNESS
2013-07-22 Matt Turnerconfigure.ac: Use correct options names in AC_ARG_ENABLE.
2013-07-22 Matt Turneregl/build: Remove unused GLAPI_LIB.
2013-07-22 Matt Turnerbuild: Remove unused EGL_PLATFORMS.
2013-07-22 Matt Turnerbuild: Add tests directories to SUBDIRS
2013-07-22 Zack Rusinllvmpipe: Ensure FTZ/DAZ flags are set on deferred...
2013-07-22 José Fonsecallvmpipe: Remove lp_rast_get_num_threads().
2013-07-21 José Fonsecascons: Don't use -z defs ld option on Mac.
2013-07-21 Vinson Leeglsl: Initialize ast_function member variables.
2013-07-20 Jeremy Huddleston... Apple: glFlush() is not needed with CGLFlushDrawable()
2013-07-19 José Fonsecautil/u_math: Define NAN/INFINITY macros for MSVC.
2013-07-19 Zack Rusinllvmpipe/tests: update arith test to check for edge...
2013-07-19 Zack Rusingallivm: add a log function that handles edge cases
2013-07-19 Zack Rusingallivm: export unordered/ordered cmp to a common function
2013-07-19 Zack Rusingallivm: handle -inf, inf and nan's in sin/cos instructions
2013-07-19 Zack Rusingallivm: add a version of log2 which handles edge cases
2013-07-19 Zack Rusingallivm: fix edge cases in exp2
2013-07-19 Zack Rusingallivm: handle nan's in min/max
2013-07-19 José Fonsecascons: Disallow undefined symbols in Xlib libGL.so.
2013-07-19 Tomasz Lismesa: Dispatch ARB_framebuffer_object and EXT_framebuff...
2013-07-18 Kenneth Graunkest/mesa: Enable the ARB_shading_language_420pack extens...
2013-07-18 Kenneth Graunkei965: Enable the GL_ARB_shading_language_420pack extens...
2013-07-18 Kenneth Graunkeglsl: Handle the binding qualifier for UBO variables.
2013-07-18 Kenneth Graunkeglsl: Propagate UBO binding qualifier into UBO member...
2013-07-18 Kenneth Graunkeglsl: Handle the binding qualifier for arrays of samplers.
2013-07-18 Kenneth Graunkeglsl: Add plumbing for handling uniform binding qualifiers.
2013-07-18 Kenneth Graunkeglsl: Delete unused code for handling samplers in array...
2013-07-18 Kenneth Graunkeglsl: Cross-validate explicit binding points.
2013-07-18 Kenneth Graunkeglsl: Propagate explicit binding information from AST...
2013-07-18 Kenneth Graunkeglsl: Add ir_variable fields for explicit bindings.
2013-07-18 Kenneth Graunkeglsl: Add validation for the "binding" qualifier.
2013-07-18 Kenneth Graunkeglsl: Parse the "binding" keyword and store it in ast_t...
2013-07-18 Kenneth Graunkeglsl: Have the lexer return LAYOUT_TOK if 420pack is...
2013-07-18 Kenneth Graunkeglsl: Use has_layout() rather than a partial open coded...
2013-07-18 Kenneth Graunkeglsl: Relax auxiliary storage ordering requirements...
2013-07-18 Kenneth Graunkeglsl: Handle centroid qualifier ordering in C code...
2013-07-18 Kenneth Graunkeglsl: Allow precision qualifiers to be flexibly ordered...
2013-07-18 Kenneth Graunkeglsl: Move precision handling to be part of qualifier...
2013-07-18 Kenneth Graunkeglsl: Change is_precision_statement to default_precisio...
2013-07-18 Kenneth Graunkeglsl: Disable ordering checks for const parameters...
2013-07-18 Kenneth Graunkeglsl: Handle "const" as a parameter qualifier.
2013-07-18 Kenneth Graunkeglsl: Refactor parameter qualifier handling.
2013-07-18 Kenneth Graunkeglsl: Use merge_qualifier() when processing qualifier...
2013-07-18 Kenneth Graunkeglsl: Allow duplicate layout qualifiers with 420pack.
2013-07-18 Kenneth Graunkeglsl: Disable ordering checks on most qualifiers for...
2013-07-18 Kenneth Graunkeglsl: Handle most qualifier ordering in C code rather...
2013-07-18 Kenneth Graunkeglsl: Add a new ast_type_qualifier::has_auxiliary_stora...
2013-07-18 Kenneth Graunkeglsl: Add a new ast_type_qualifier::has_storage() method.
2013-07-18 Kenneth Graunkeglsl: Add a new ast_type_qualifier::has_layout() method.
next