mesa.git
2015-06-20 Chia-I Wuilo: move gen6_so_SURFACE_STATE() out of core
2015-06-20 Chia-I Wuilo: add ilo_state_sol_buffer
2015-06-20 Chia-I Wuilo: add ilo_state_index_buffer
2015-06-20 Chia-I Wuilo: add ilo_state_vertex_buffer
2015-06-20 Chia-I Wuilo: add 3DSTATE_VF_INSTANCING to ilo_state_vf
2015-06-20 Chia-I Wuilo: add 3DSTATE_VF to ilo_state_vf
2015-06-20 Chia-I Wuilo: embed pipe_index_buffer in ilo_ib_state
2015-06-20 Chia-I Wuilo: fix a buffer overrun
2015-06-20 Chia-I Wuilo: fix a -Wmaybe-uninitialized warning
2015-06-19 Brian Paulglsl: fix formatting glitch in _mesa_print_ir()
2015-06-19 Ben Widawskyi965/gen8: Use HALIGN_16 for single sample mcs buffers
2015-06-19 Ilia Mirkinmesa: move ARB_gs5 enums to core, EXT_polygon_offset_cl...
2015-06-19 Brian Paulu_vbuf: fix src_offset alignment in u_vbuf_create_verte...
2015-06-19 Brian Paulgallium: whitespace, formatting clean-up in p_state.h
2015-06-19 Brian Paulst/wgl: fix WGL_SWAP_METHOD_ARB query
2015-06-19 Brian Paulstw: use new stw_get_nop_function() function to avoid...
2015-06-19 Brian Paulstw: add some no-op functions for GL_EXT_dsa, GL_NV_hal...
2015-06-19 Jose Fonsecast/wgl: Don't return core profile for 3.1 contexts.
2015-06-19 Brian Paulst/wgl: set PIPE_BIND_SAMPLER_VIEW for window color...
2015-06-19 Brian Paulst/wgl: add support for multisample pixel formats
2015-06-19 Brian Paulst/wgl: respect sample count when creating framebuffer...
2015-06-19 Brian Paulst/wgl: fix WGL_SAMPLE_BUFFERS_ARB query
2015-06-19 Brian Paultgsi: add comments for ureg_emit_label()
2015-06-19 Brian Paultgsi: new comments, assertion for executing TGSI_OPCODE_CAL
2015-06-19 Timothy Arceridocs: update developer info
2015-06-19 Jose Fonsecallvmpipe: Truncate the binned constants to max const...
2015-06-19 Jose Fonsecaglsl: Fail linkage when UBO exceeds GL_MAX_UNIFORM_BLOC...
2015-06-19 Ilia Mirkinglsl: guard gl_NumSamples enablement on ARB_sample_shading
2015-06-18 Matt Turneri965: Add missing braces around if-statement.
2015-06-18 Jordan Justeni965/compute: Fix undefined code with right_mask for...
2015-06-18 Ilia Mirkinmesa: add GL_PROGRAM_PIPELINE support in KHR_debug...
2015-06-18 Ilia Mirkinglsl: add version checks to conditionals for builtin...
2015-06-18 Ilia Mirkinglsl: handle conversions to double when comparing param...
2015-06-18 Emil Velikovilo: remove missing ilo_fence.h from the sources list
2015-06-18 Boyan Dingegl/x11: Set version of swrastLoader to 2
2015-06-18 Eric Anholtvc4: Move tile state/alloc allocation into the kernel.
2015-06-18 Eric Anholtvc4: Move RCL generation into the kernel.
2015-06-18 Eric Anholtvc4: Add dumping of VC4_PACKET_TILE_BINNING_MODE_CONFIG.
2015-06-18 Eric Anholtvc4: Fix memory leak from simple_list conversion.
2015-06-18 Eric Anholtvc4: Track the number of BOs allocated and their size.
2015-06-18 Iago Toral... i965: Fix textureGrad with cube samplers
2015-06-18 Ilia Mirkinnvc0/ir: can't have a join on a load with an indirect...
2015-06-17 Kevin Rogovindocs: mark GL_ARB_framebuffer_no_attachments done for...
2015-06-17 Kevin Rogovini965: enable ARB_framebuffer_no_attachments for Gen7+
2015-06-17 Kevin Rogovini965: execution of frag-shader when it has atomic buffer
2015-06-17 Kevin Rogovinmesa: function for testing if current frag-shader has...
2015-06-17 Kevin Rogovini965: Use _mesa_geometric_ functions appropriately
2015-06-17 Kevin Rogovinmesa: helper function for scissor box of gl_framebuffer
2015-06-17 Kevin Rogovinmesa: add helper functions for geometry of gl_framebuffer
2015-06-17 Kevin RogovinPATCH 03/10] mesa: Complete ARB_framebuffer_no_attachme...
2015-06-17 Kevin Rogovinmesa: Constants and functions for ARB_framebuffer_no_at...
2015-06-17 Kevin Rogovinmesa: Define infrastructure for ARB_framebuffer_no_atta...
2015-06-16 Eric Anholtvc4: Make sure that direct texture clamps have a minimu...
2015-06-16 Eric Anholtvc4: Swap around which src we spill to ra31/rb31.
2015-06-16 Eric Anholtvc4: R4 is not a valid register for clamped direct...
2015-06-16 Eric Anholtvc4: Factor out the live clamp register getter.
2015-06-16 Eric Anholtvc4: Drop the unused "stride" field of surfaces.
2015-06-16 Eric Anholtvc4: Handle refcounting the exec BO like we do in the...
2015-06-16 Eric Anholtvc4: Use VC4_SET/GET_FIELD for some RCL packets.
2015-06-16 Eric Anholtvc4: Make symbolic values for packet sizes.
2015-06-16 Eric Anholtvc4: Use symbolic values in texture ptype validation.
2015-06-16 Eric Anholtvc4: Move vc4_packet.h to the kernel/ directory, since...
2015-06-16 Anuj Phogati965/gen9: Disable Mip Tail for YF/YS tiled surfaces
2015-06-16 Anuj Phogati965/gen9: Set vertical and horizontal surface alignments
2015-06-16 Anuj Phogati965: Use BRW_SURFACE_* in place of GL_TEXTURE_*
2015-06-16 Anuj Phogati965: Rename use_linear_1d_layout() and make it global
2015-06-16 Anuj Phogati965/gen9: Set tiled resource mode in surface state
2015-06-16 Haixia Shiegl/dri2: implement platform_surfaceless
2015-06-16 Neil Robertsi965/vec4: Fix the source register for indexed samplers
2015-06-16 Marek Olšákst/mesa: improve assertions in vp/fp translation
2015-06-16 Marek Olšákmesa: don't rebind constant buffers after every state...
2015-06-16 Chris Forbesmesa: generalize sso stage interleaving check
2015-06-16 Marek Olšákmesa: remove unused variables from gl_program
2015-06-16 Chris Forbesglsl: add ir reader support for ir_barrier
2015-06-16 Marek Olšákglsl: print locations of variables
2015-06-16 Marek Olšákconfigure.ac: rename LLVM_VERSION_PATCH to avoid confli...
2015-06-16 Timothy ArceriRevert "glsl: remove restriction on unsized arrays...
2015-06-16 Tapani Pällimesa: set override_version per api version override
2015-06-16 Neil Robertsi965: Fix aligning to the block size in intel_miptree_c...
2015-06-15 Ilia Mirkinnv50,nvc0: clamp uniform size to 64k
2015-06-15 Ilia Mirkinnvc0/ir: fix collection of first uses for texture barri...
2015-06-15 Eric Anholtegl: Drop check for driver != NULL.
2015-06-15 Eric Anholtgallium: Drop the gallium-specific Android sw winsys.
2015-06-15 Eric Anholtvc4: Add support for building on Android.
2015-06-15 Eric Anholtgallium: Enable build of NIR support on Android.
2015-06-15 Eric Anholtegl/dri2: Fix Android Lollipop build on ARM.
2015-06-15 Anuj Phogatmeta: Abort texture upload if pixels == null and no...
2015-06-15 Anuj Phogatmeta: Abort meta path if ReadPixels need rgb to luminan...
2015-06-15 Anuj Phogatmesa: Turn need_rgb_to_luminance_conversion() in to...
2015-06-15 Anuj Phogatmesa: Use helper function need_rgb_to_luminance_convers...
2015-06-15 Anuj Phogatmesa: Handle integer formats in need_rgb_to_luminance_c...
2015-06-15 Anuj Phogatmeta: Use is_power_of_two() helper function
2015-06-15 Anuj Phogati965: Check for miptree pitch alignment before using...
2015-06-15 Anuj Phogati965: Remove break after return
2015-06-15 Jürgen Rühlenv50/ir: OP_JOIN is a flow instruction
2015-06-15 Emil Velikovdocs: add news item and link release notes for mesa...
2015-06-15 Emil Velikovdocs: Add sha256sums for the 10.6.0 release
2015-06-15 Emil Velikovdocs: Update 10.6.0 release notes
2015-06-15 Chia-I Wuilo: add ilo_state_raster_{line,poly}_stipple
2015-06-15 Chia-I Wuilo: add ilo_state_sample_pattern
next