r300g/compiler: Add missing license headers
[mesa.git] / src / gallium / drivers / radeonsi /
2013-02-21 Michel Dänzerradeonsi: Don't match TGSI_SEMANTIC_POSITION fs inputs...
2013-02-21 Michel Dänzerradeonsi: Fix w component of TGSI_SEMANTIC_POSITION...
2013-02-21 Michel Dänzerradeonsi: Fix up and enable flat shading.
2013-02-21 Vinson Leeradeonsi: Fix memory leak in si_shader_select.
2013-02-20 Michel Dänzerradeonsi: Fix blending using destination alpha factor...
2013-02-20 Marek Olšákradeonsi: implement 3D transfers
2013-02-20 Marek Olšákradeonsi: add assertions to prevent creation of invalid...
2013-02-20 Marek Olšákradeonsi: use u_box_origin_2d helper function
2013-02-18 Michel Dänzerradeonsi: Fix PIPE_FORMAT_X32_S8X24_UINT sampler hardwa...
2013-02-18 Michel Dänzerradeonsi: Use stencil surface level information for...
2013-02-18 Michel Dänzerradeonsi: properly implement S8Z24 depth-stencil format
2013-02-14 Michel Dänzerradeonsi: Handle TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS
2013-02-14 Michel Dänzerradeonsi: Fix array indices for detecting integer verte...
2013-02-12 Christian Königradeonsi: remove constant index limitation v3
2013-02-12 Christian Königradeonsi: support constants as TEX coordinates
2013-02-07 Michel Dänzerradeonsi: Handle scaled and integer formats for sampler...
2013-02-07 Michel Dänzerradeonsi: Don't advertise PIPE_FORMAT_L8A8_SRGB support.
2013-02-07 Michel Dänzerradeonsi: Remove incorrect (and dead) assignment in...
2013-02-07 Michel Dänzerradeonsi: Use unique names for referring to texture...
2013-02-06 Marek Olšákradeonsi: use new RGBX formats
2013-02-04 Alex Deucherradeonsi: default PA_SC_RASTER_CONFIG to 0
2013-02-04 Alex Deucherradeonsi: add support for Oland chips
2013-02-04 Brian Paulgallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPO...
2013-02-04 Michel Dänzerradeonsi: Remove spurious traces of R16G16B16 support.
2013-02-04 Michel Dänzerradeonsi: Enable texture arrays.
2013-02-04 Michel Dänzerradeonsi: Improve packing of texture address parameters.
2013-02-04 Michel Dänzerradeonsi: Adapt to sample intrinsics changes.
2013-02-04 Andreas Bollgallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSE...
2013-02-01 Michel Dänzerradeonsi: Fix draws using user index buffer.
2013-02-01 Marek Olšákradeonsi: port some of get_shader_param changes from...
2013-01-28 Jerome Glisseradeon/winsys: add dma ring support to winsys v3
2013-01-24 Michel Dänzerradeonsi: Fall back to dummy pixel shader instead of...
2013-01-24 Marek Olšákradeonsi: make sure copying of all texture formats...
2013-01-24 Michel Dänzerradeonsi: Handle PIPE_FORMAT_L32A32_S/UINT for rendering.
2013-01-24 Michel Dänzerradeonsi: Make sure to use float number format for...
2013-01-21 Marek Olšákradeonsi: More assorted depth/stencil changes ported...
2013-01-21 Vadim Girlinradeonsi: improve flushed depth texture handling
2013-01-21 Marek Olšákradeonsi: Assorted depth/stencil changes ported from...
2013-01-21 Michel Dänzerradeonsi: Enable 1D tiling for non-depth resources...
2013-01-21 Michel Dänzerradeonsi: Fix 1D tiling mode index for non-scanout...
2013-01-17 Michel Dänzerradeonsi: Actually keep track if we are using depth...
2013-01-17 Michel Dänzerradeonsi: Fix Z24 texture formats.
2013-01-17 Michel Dänzerradeonsi: Set SPI_SHADER_COL_FORMAT to what the pixel...
2013-01-17 Michel Dänzerradeonsi: Use proper hardware format for stencil texturing.
2013-01-17 Michel Dänzerradeonsi: Enable tiling for depth/stencil resources.
2013-01-17 Michel Dänzerradeonsi: Consolidate calculation of tile mode index.
2013-01-17 Michel Dänzerradeonsi: Pass texture type to sampling intrinsics.
2013-01-15 Marek Olšákgallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE
2013-01-12 Matt TurnerRemove hacks for static Makefiles
2013-01-10 Matt TurnerClean up .gitignore files
2013-01-10 Tom Stellardradeon/llvm: Convert to Automake
2013-01-10 Matt Turnerradeonsi: Convert to automake
2013-01-07 Jerome Glisseradeon/winsys: move radeon family/class identification...
2013-01-04 Marek Olšákgallium/radeon: send the END_OF_FRAME flag to the DRM
2013-01-04 Marek Olšákgallium: extend pipe_context::flush for it to accept...
2013-01-04 Marek Olšákradeonsi: fix int->bool conversion in fence_signalled
2012-12-20 José Fonsecagallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELA...
2012-12-18 Vadim Girlinradeon/llvm: improve cube map handling
2012-12-13 Maxence Le Dorer600g/radeonsi: Silence warnings
2012-12-12 Marek Olšákwinsys/radeon: don't use BIND flags, add a flag for...
2012-12-12 Marek Olšákgallium: remove pipe_surface::usage
2012-12-06 Michel Dänzerradeonsi: Fix cube texture coordinates.
2012-11-29 Michel Dänzerradeonsi: Bitcast result of packf16 intrinsic to float...
2012-11-28 Michel Dänzerradeonsi: Reinstate assertions against invalid colour...
2012-11-28 Michel Dänzerradeonsi: Re-enable Z16 depth buffers.
2012-11-28 Marek Olšákradeonsi: remove redundant parameter in r600_init_surface
2012-11-28 Michel Dänzerradeonsi: Use explicit stencil mipmap level offsets.
2012-11-28 Marek Olšákradeonsi: correct texture memory size for Z32F_S8X24
2012-11-28 Michel Dänzerradeonsi: Depth/stencil fixes.
2012-11-28 Michel Dänzerradeonsi: Flesh out support for depth/stencil exports...
2012-11-28 Michel Dänzerradeonsi: Fix sampler views for depth textures.
2012-11-28 Jerome Glisseradeonsi: Fix z/stencil texture creation.
2012-11-16 Alex Deucherradeonsi: clean up some magic numbers
2012-11-16 Alex Deucherradeonsi: emit PA_SC_RASTER_CONFIG
2012-11-15 Alex Deucherradeonsi: remove new asserts and replace with warnings
2012-11-15 Alex Deucherradeonsi: cleanup si_db()
2012-11-15 Alex Deucherradeonsi: assert the CB format is valid (v2)
2012-11-15 Alex Deucherradeonsi: assert that the DB format is valid (v2)
2012-11-14 Michel Dänzerradeonsi: Set STENCILOPVAL fields to 1.
2012-11-14 Michel Dänzerradeonsi: Bump SI_PM4_MAX_DW.
2012-11-14 Michel Dänzerradeonsi: Handle TGSI TXL opcode.
2012-11-14 Michel Dänzerradeonsi: Handle TGSI TXB opcode.
2012-11-12 Michel Dänzerradeonsi: Implement alpha testing in pixel shader.
2012-11-12 Michel Dänzerradeonsi: Initialize uses_kill boolean from TGSI info.
2012-11-02 Michel Dänzerradeonsi: Implement support for vertex shader samplers.
2012-10-31 Marek Olšákgallium: expose ARB_map_buffer_alignment on Radeon
2012-10-30 Marek Olšákgallium: add start_slot parameter to set_vertex_buffers
2012-10-26 Michel Dänzerradeonsi: Handle TGSI_SEMANTIC_FACE.
2012-10-26 Michel Dänzerradeonsi: Handle TGSI_SEMANTIC_BCOLOR.
2012-10-26 Michel Dänzerradeonsi: Don't snoop context state while building...
2012-10-18 Marek Olšákgallium: remove unused data pointer from pipe_transfer
2012-10-11 Marek Olšákradeonsi: handle unhandled CAPs
2012-10-11 Marek Olšákradeonsi: fixup the return type of is_format_supported
2012-10-11 Marek Olšákradeonsi: remove unused local variables
2012-10-11 Marek Olšákgallium: unify transfer functions
2012-10-02 Michel Dänzerradeonsi: Fix double compilation of shader variants.
2012-10-02 Michel Dänzerradeonsi: Better indexing of parameters in the pixel...
2012-10-01 Alex Deucherradeonsi: emit PA_SU_PRIM_FILTER_CNTL
2012-10-01 Alex Deucherradeonsi: remove some old r600g cruft
2012-10-01 Alex Deucherradeonsi: fix range checking for state regs
next