OSDN Git Service

android-x86/external-mesa.git
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.
2013-07-18 Kenneth Graunkei965: Combine URB code emission into a single group.
2013-07-18 Chad Versacei965/hsw: Change L3 MOCS for depth, hiz, and stencil
2013-07-18 Chad Versacei965/hsw: Change L3 MOCS of 3DSTATE_CONSTANT_VS/PS
2013-07-18 Chad Versacei965/hsw: Change L3 MOCS of SURFACE_STAT
2013-07-18 Chad Versacei965/hsw: Change L3 MOCS of 3DSTATE_VERTEX_BUFFERS
2013-07-18 Tomasz Lisglx: Enable floating-point fbconfig extensions
2013-07-18 Ian Romanickegl: Drop configs with unknown or invalide __DRI_ATTRIB...
2013-07-18 Tomasz Lisdri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPE
2013-07-18 Tomasz Lisglx: Require proper drawableType in init_fbconfig_for_c...
2013-07-18 Tomasz Lisglx: Validate the GLX_RENDER_TYPE value
2013-07-18 Tomasz Lisglx: Store the RENDER_TYPE in indirect rendering
2013-07-18 Tomasz Lisglx: Handling RENDER_TYPE in glXCreateContext and init_...
2013-07-18 Tomasz Lisglx: Changes to visual configs initialization.
2013-07-18 Tomasz Lisglx: Retrieve the value of RENDER_TYPE from GLX attribs...
2013-07-18 Tomasz Lisglx: Store the value of renderType while creating context
2013-07-18 Kenneth Graunkei965: Add #defines for Memory Object Control State...
2013-07-18 Fabian Bielerglsl/linker: Use correct array length when linking...
2013-07-18 Mike Frysingergen_matypes: fix cross-compiling with gcc
2013-07-18 Andreas Oberritterax_prog_flex.m4: change grep syntax to accept e.g....
2013-07-18 Jonathan Liubuiltin_compiler/build: Avoid using libtool if cross...
2013-07-18 Kenneth Graunkei965: Add MOCS shift and mask for SURFACE_STATE entries.
2013-07-18 Roland Scheideggerllvmpipe: clamp inputs for srgb render buffers
next