OSDN Git Service

android-x86/external-mesa.git
2015-08-21 Axel Davyst/nine: Add missing BASETEX_REGISTER_UPDATE calls
2015-08-21 Axel Davyst/nine: SetAutoGenFilterType should regenerate the...
2015-08-21 Axel Davyst/nine: Simplify NineVolume9_CopyVolume
2015-08-21 Axel Davyst/nine: Split NineSurface9_CopySurface
2015-08-21 Axel Davyst/nine: Simplify Volume9 dirty region tracking
2015-08-21 Marek Olšákutil/u_blitter: implement alpha blending for pipe-...
2015-08-21 Christoph Bumillergallium: Add blending to pipe blit
2015-08-21 Axel Davyst/nine: Revert to sw cursor in case of failure to...
2015-08-21 Axel Davyst/nine: Do not call ID3DPresent_GetCursorPos for sw...
2015-08-21 Axel Davyst/nine: Force hw cursor for Windowed mode
2015-08-21 Axel Davyst/nine: Hide hardware cursor when we don't use it
2015-08-21 Axel Davyst/nine: fix D3DRS_DITHERENABLE wrong state group
2015-08-21 Patrick Rudolphst/nine: Account POINTSIZE_MIN and POINTSIZE_MAX for...
2015-08-21 Patrick Rudolphst/nine: Align texture memory
2015-08-21 Axel Davyst/nine: Always set point_quad_rasterization to 1
2015-08-21 Axel Davyst/nine: Fix Swizzle for ATI2 format
2015-08-21 Patrick Rudolphtarget/d3dadapter9: Return Windows like card names
2015-08-21 David Heidelbergst/nine: Require gcc >= 4.6
2015-08-21 Ilia Mirkinglsl: fix error message when validating tcs output...
2015-08-21 Rob Clarkrelnote updates
2015-08-21 Ilia Mirkinst/mesa: pass through 4th opcode argument in bitmap...
2015-08-21 Ilia Mirkinst/mesa: fix assignments with 4-operand arguments ...
2015-08-21 Martin Peresi965: allow image_size on float images
2015-08-21 Zoltan Gilianclover: fix llvm 3.5 build error
2015-08-21 Tapani Pällimesa: update fbo state in glTexStorage
2015-08-21 Eric Anholtvc4: Add algebraic opt for rcp(1.0).
2015-08-21 Eric Anholtvc4: Allow unpack_8[abcd]_f's src to stay in r4.
2015-08-21 Eric Anholtvc4: Pack the unorm-packing bits into a src MUL instruc...
2015-08-21 Eric Anholtvc4: Add a QIR helper for whether the op is a MUL type.
2015-08-21 Eric Anholtvc4: Drop an unused algebraic op.
2015-08-21 Eric Anholtvc4: Switch QPU_PACK_SCALED to be two non-SSA instructions.
2015-08-21 Eric Anholtvc4: Make the pack-to-unorm instructions be non-SSA.
2015-08-21 Eric Anholtvc4: Allow QIR registers to be non-SSA.
2015-08-21 Eric Anholtvc4: We can now move TEX_RESULT accesses across other...
2015-08-21 Timothy Arceriglsl: fix binding validation for interface blocks
2015-08-21 Timothy Arceriglsl: interleave constant propagation and folding
2015-08-21 Ilia Mirkinnv50/ir: pre-compute BFE arg when both bits and offset...
2015-08-21 Ilia Mirkinglsl: expose textureQueryLod in GLSL 4.00+ fragment...
2015-08-21 Nanley CheryRevert "mesa/formats: refactor by collapsing cases...
2015-08-20 Glenn Kennardr600g: Fix handling of TGSI_OPCODE_ARR with SB
2015-08-20 Edward O'Callaghanr600: Turn 'r600_shader_key' struct into union
2015-08-20 Edward O'Callaghanr600: Rewrite r600_shader_selector_key() to use a switc...
2015-08-20 Jason Ekstrandi965: Use NIR by default for vertex shaders
2015-08-20 Kai Wasserbächglsl: check if return_deref in lower_subroutine_visitor...
2015-08-20 Tobias Klausmannnv50/ir: Handle OP_CVT when folding constant expressions
2015-08-20 Ilia Mirkinnvc0/ir: undo more shifts still by allowing a pre-SHL...
2015-08-20 Ilia Mirkinnvc0/ir: don't require AND when the high byte is being...
2015-08-20 Ilia Mirkinnvc0/ir: detect i2f/i2i which operate on specific bytes...
2015-08-20 Ilia Mirkinnvc0/ir: detect AND/SHR pairs and convert into EXTBF
2015-08-20 Chih-Wei Huangnv50/ir: support different unordered_set implementations
2015-08-20 Martin Peresi965: Fix "handle nir_intrinsic_image_size"
2015-08-20 Martin Peresi965: enable GL_ARB_shader_image_size
2015-08-20 Martin Peresi965: handle nir_intrinsic_image_size
2015-08-20 Martin Peresnir: convert the glsl intrinsic image_size to nir_intri...
2015-08-20 Martin Peresglsl: add support for the imageSize builtin
2015-08-20 Martin Peresmain: add extension GL_ARB_shader_image_size
2015-08-20 Francisco Jerezdocs: Mark GLES 3.1 image load/store as done on i965.
2015-08-20 Francisco Jerezmesa: Add ES31 API tag for the extension table.
2015-08-20 Francisco Jerezglsl: Parse the allowed image format qualifiers in...
2015-08-20 Francisco Jerezglsl: Recognise image memory qualifiers in GLSL ES...
2015-08-20 Francisco Jerezglsl: Define image-related built-in constants required...
2015-08-20 Francisco Jerezglsl: Remove duplicate definition of gl_MaxTess*ImageUn...
2015-08-20 Francisco Jerezglsl: Accept atomic_uint type in GLSL ES 3.1.
2015-08-20 Francisco Jerezglsl: Accept supported image types in GLSL ES 3.1.
2015-08-20 Francisco Jerezglsl: Expose image load and store built-ins in GLSL...
2015-08-20 Francisco Jerezglsl: Use a separate availability class for image atomi...
2015-08-20 Francisco Jerezglsl: Allow precision qualifiers on general opaque...
2015-08-20 Francisco Jerezglsl: Implement GLSL ES restriction on images being...
2015-08-20 Francisco Jerezglsl: Require that all image uniforms have a format...
2015-08-20 Francisco Jerezglsl: Add support for image binding qualifiers.
2015-08-20 Francisco Jerezglsl: Forbid non-constant image array indexing in GLSL...
2015-08-20 Francisco Jerezmesa: Refuse to bind image uniforms using glUniform...
2015-08-20 Francisco Jerezmesa: Refuse to bind a mutable texture object to an...
2015-08-20 Francisco Jerezmesa: Initialize image unit state to different defaults...
2015-08-20 Francisco Jerezmesa: Reset image unit state to the default values...
2015-08-20 Francisco Jerezmesa: Reject image formats not supported by GLES.
2015-08-20 Francisco Jerezmesa: Don't lose track of the shader image layer origin...
2015-08-20 Francisco Jerezmesa: Rename MaxCombinedImageUnitsAndFragmentOutputs...
2015-08-20 Dave AirlieGL: update glext to svn 31811
2015-08-20 Kenneth Graunkenir: Use nir_builder in nir_lower_io's get_io_offset().
2015-08-20 Kenneth Graunkenir: Pull nir_lower_io's load_op selection into a helpe...
2015-08-19 Nanley Cherymesa/formats: refactor by collapsing cases in switch...
2015-08-19 Nanley Cherymesa/formats: add more MESA_FORMAT_LAYOUTs
2015-08-19 Marta Lofstedtglsl: Fix up GL_ARB_compute_shader for GLSL ES 3.1
2015-08-19 Marta Lofstedtmesa/main: Add GL_IMAGE_FORMAT_COMPATIBILITY_TYPE to...
2015-08-19 Marek Olšákradeonsi: fix a typo as_es -> as_ls in a string
2015-08-19 Marek Olšákwinsys/amdgpu: fix the type of memory usage counters
2015-08-19 Marek Olšákradeonsi: fix indirect indexing of MSAA textures
2015-08-19 Ilia Mirkinst/mesa: add fake ARB_copy_image support in Gallium
2015-08-19 Tapani Pälliglsl: enable textureSize and texelFetch on GLSL ES...
2015-08-19 Tapani Pällimesa: validate size parameters for glTexStorage*Multisample
2015-08-19 Tapani Pällimesa: expose dimension check for glTex*Storage functions
2015-08-19 Roland Scheideggerutil/ra: (trivial) fix c99 loop variable initialization
2015-08-19 Roland Scheideggerutil: (trivial) include c99_math.h in rounding.h
2015-08-19 Neil Robertsi965/bdw: Fix setting the instancing state for the...
2015-08-19 Jason Ekstrandutil/ra: Make allocating conflict lists optional
2015-08-19 Jason Ekstrandi965/reg_allocate: Use make_reg_conflicts_transitive
2015-08-19 Jason Ekstrandutil/ra: Add a function for making all conflicts on...
2015-08-19 Jason Ekstrandutil/bitset: Add a BITSET_FOREACH_SET macro
2015-08-19 Eric Anholtmesa: Move varying slots and FS output names to shader_...
next