vc4: Fix write-only texsubimage when we had to align.
[mesa.git] / src / gallium /
2015-06-20 Eric Anholtvc4: Fix write-only texsubimage when we had to align.
2015-06-20 Chia-I Wuilo: clean up header includes
2015-06-20 Chia-I Wuilo: avoid ilo_ib_state in genX_3DPRIMITIVE()
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 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 Jose Fonsecallvmpipe: Truncate the binned constants to max const...
2015-06-18 Emil Velikovilo: remove missing ilo_fence.h from the sources list
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 Ilia Mirkinnvc0/ir: can't have a join on a load with an indirect...
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-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 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 Jürgen Rühlenv50/ir: OP_JOIN is a flow instruction
2015-06-15 Chia-I Wuilo: add ilo_state_raster_{line,poly}_stipple
2015-06-15 Chia-I Wuilo: add ilo_state_sample_pattern
2015-06-15 Chia-I Wuilo: add 3DSTATE_AA_LINE_PARAMETERS to ilo_state_raster
2015-06-14 Marek Olšákgallium/util: add util_last_bit64
2015-06-14 Marek Olšákr600g: handle TGSI input/output array declarations...
2015-06-14 Chia-I Wuilo: merge ilo_state_3d*.[ch] to ilo_state.[ch]
2015-06-14 Chia-I Wuilo: add ilo_state_ps to ilo_shader_cso
2015-06-14 Chia-I Wuilo: add ilo_state_{vs,hs,ds,gs} to ilo_shader_cso
2015-06-14 Chia-I Wuilo: embed ilo_state_sbe in ilo_shader
2015-06-14 Chia-I Wuilo: embed ilo_state_vf in ilo_ve_state
2015-06-14 Chia-I Wuilo: embed ilo_state_urb in ilo_state_vector
2015-06-14 Chia-I Wuilo: embed ilo_state_sol in ilo_shader
2015-06-14 Chia-I Wuilo: embed ilo_state_cc in ilo_blend_state
2015-06-14 Chia-I Wuilo: embed ilo_state_raster in ilo_rasterizer_state
2015-06-14 Chia-I Wuilo: embed ilo_state_viewport in ilo_viewport_state
2015-06-14 Chia-I Wuilo: replace ilo_sampler_cso with ilo_state_sampler
2015-06-14 Chia-I Wuilo: replace ilo_view_surface with ilo_state_surface
2015-06-14 Chia-I Wuilo: replace ilo_zs_surface with ilo_state_zs
2015-06-14 Chia-I Wuilo: add ilo_state_ps
2015-06-14 Chia-I Wuilo: add ilo_state_{vs,hs,ds,gs}
2015-06-14 Chia-I Wuilo: add ilo_state_sbe
2015-06-14 Chia-I Wuilo: add ilo_state_vf
2015-06-14 Chia-I Wuilo: add ilo_state_urb
2015-06-14 Chia-I Wuilo: add ilo_state_sol
2015-06-14 Chia-I Wuilo: add ilo_state_cc
2015-06-14 Chia-I Wuilo: add ilo_state_raster
2015-06-14 Chia-I Wuilo: add ilo_state_viewport
2015-06-14 Chia-I Wuilo: add ilo_state_sampler
2015-06-14 Chia-I Wuilo: add ilo_state_surface
2015-06-14 Chia-I Wuilo: add ilo_state_zs
2015-06-14 Chia-I Wuilo: update genhw headers
2015-06-14 Chia-I Wuilo: add ilo_image_disable_aux()
2015-06-14 Chia-I Wuilo: add array_size and level_count to ilo_image
2015-06-14 Chia-I Wuilo: add pipe_texture_target to ilo_image
2015-06-14 Chia-I Wuilo: fix "Render Cache Read Write Mode"
2015-06-14 Chia-I Wuilo: avoid resource owning in core
2015-06-14 Chia-I Wuilo: assert core objects are zero-initialized
2015-06-13 Tom Stellardradeon/llvm: Handle LLVM backend rename from R600 to...
2015-06-13 Tom Stellardgallivm: Only build lp_profile() body when PROFILE...
2015-06-12 Emil Velikovvc4: automake: enable subdir-objects
2015-06-12 Erik Faye-Lundmesa: build xmlconfig to a separate static library
2015-06-12 Emil Velikovtargets/nine: link against libnir/libglsl_util
2015-06-12 Emil Velikovpipe-loader: add libnir and libglsl_util to the link
2015-06-12 Emil Velikovmesa; add a dummy _mesa_error_no_memory() symbol to...
2015-06-12 Emil Velikovgallium: use $(top_builddir) when referencing static...
2015-06-12 Emil Velikovfreedreno: use CXX linker rather than explicit link...
2015-06-12 Jose Fonsecatrace: Add missing p_compiler.h include.
2015-06-11 Brian Paulgallium: remove explicit values from PIPE_CAP_ enums
2015-06-10 Brian Paulllvmpipe: simplify lp_resource_copy()
2015-06-10 Dave Airliest/dri: check pscreen is valid before querying param
2015-06-10 Dave Airlienouveau: set imported buffers to what the kernel gives us
2015-06-09 Eric Anholtvc4: Drop qir include from vc4_screen.h
next