nv50: fix 3D render target setup
[mesa.git] / src / gallium / drivers / radeonsi /
2013-03-27 Jerome Glisseradeonsi: add cs tracing v3
2013-03-26 Christian Königradeonsi: add preloading for all samplers
2013-03-26 Christian Königradeonsi: add preloading of all constants
2013-03-26 Christian Königradeonsi: mark most intrinsics as readnone/nounwind
2013-03-26 Christian Königradeonsi: mark all loads as constant
2013-03-26 Christian Königradeonsi: remove wqm intrinsic
2013-03-26 Marek Olšákradeonsi: fix crash while binding a NULL constant buffer
2013-03-23 Marek Olšákgallium,st/mesa: don't use blit-based transfers with...
2013-03-21 Michel Dänzerradeonsi: Emit pixel shader state even when only the...
2013-03-20 Christoph Bumillergallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
2013-03-19 Christian Königradeonsi: enable indirect adressing
2013-03-19 Christian Königradeonsi: implement indirect adressing of constants
2013-03-19 Christian Königradeonsi: switch to using resource destribtors for...
2013-03-12 Michel Dänzerradeonsi: Fix off-by-one for maximum vertex element...
2013-03-07 Christian Königradeonsi: add LLVMNoUnwindAttribute to intrinsic
2013-03-07 Christian Königradeonsi: rework input interpolation
2013-03-07 Christian Königradeonsi: remove SI.vs.load.buffer.index
2013-03-07 Christian Königradeon/llvm: make SGPRs proper function arguments v2
2013-03-07 Christian Königradeon/llvm: replace shader type intrinsic with functio...
2013-03-07 Christian Königradeonsi: switch to v*i8 for resources and samplers v2
2013-03-06 Christian Königradeonsi: fix trivial warning
2013-02-27 Vinson Leeradeonsi: Fix memory leak in si_set_constant_buffer.
2013-02-26 Marek Olšákgallium/util: add helper util_max_layer from r600g
2013-02-22 Michel Dänzerradeonsi: Don't pretend there is any R8G8B8 support
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()
next