winsys/i915/sw: consolidate C sources list into Makefile.sources
[mesa.git] / src / gallium /
2013-10-01 Emil Velikovwinsys/i915/sw: consolidate C sources list into Makefil...
2013-10-01 Emil Velikovst/xvmc: consolidate C sources list into Makefile.sources
2013-10-01 Emil Velikovst/xorg: consolidate C sources list into Makefile.sources
2013-10-01 Emil Velikovst/xa: consolidate C sources list into Makefile.sources
2013-10-01 Emil Velikovst/wgl: consolidate C sources list into Makefile.sources
2013-10-01 Emil Velikovst/vega: consolidate C sources list into Makefile.sources
2013-10-01 Emil Velikovst/vdpau: consolidate C sources list into Makefile...
2013-10-01 Emil Velikovst/osmesa: consolidate C sources list into Makefile...
2013-10-01 Emil Velikovst/glx: consolidate C sources list into Makefile.sources
2013-10-01 Emil Velikovst/gbm: consolidate C sources list into Makefile.sources
2013-10-01 Emil Velikovst/egl: consolidate C sources lists into Makefile.sources
2013-10-01 Emil Velikovst/dri/sw: consolidate C sources list into Makefile...
2013-10-01 Emil Velikovst/dri: consolidate C sources list into Makefile.sources
2013-10-01 Emil Velikovst/clover: consolidate CPP sources list into Makefile...
2013-10-01 Emil Velikovgalahad: consolidate C sources list into Makefile.sources
2013-10-01 Emil Velikovnoop: consolidate C sources list into Makefile.sources
2013-10-01 Emil Velikovidentity: consolidate C sources list into Makefile...
2013-10-01 Emil Velikovfreedreno: consolidate C sources list into Makefile...
2013-10-01 Emil Velikovtrace: consolidate C sources list into Makefile.sources
2013-10-01 Emil Velikovllvmpipe: consolidate C sources list into Makefile...
2013-10-01 Emil Velikovrbug: consolidate C sources list into Makefile.sources
2013-10-01 Emil Velikovsoftpipe: consolidate C sources list into Makefile...
2013-10-01 Emil Velikovr600: use NEED_RADEON_LLVM over R600_NEED_RADEON_GALLIUM
2013-10-01 Emil Velikovgallium/radeon: drop unused variable LIBGALLIUM_LIBS
2013-10-01 Johannes Obermayrgallium/targets: Make use of prebuilt libdricommon.la.
2013-10-01 Vinson Leellvmpipe: Remove unnecessary null check of shader.
2013-10-01 Vinson Leeutil/u_format: Assert that format block size is at...
2013-10-01 Vinson Leedraw: Add a null check for draw.
2013-10-01 Vinson Leest/vdpau: Include u_surface.h for u_copy_rect.
2013-10-01 Vinson Leest/vdpau: Include u_format.h for util_format_description.
2013-10-01 Vinson Leest/xvmc: Include u_surface.h for u_copy_rect.
2013-10-01 Brian Paulst/egl: include u_format.h for util_format_get_blocksize()
2013-10-01 Brian Paulsvga: fix pixel center integer
2013-10-01 Brian Paulsvga: return 0 for PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_T...
2013-10-01 Brian Paulsvga: we don't support TGSI_OPCODE_CONT
2013-10-01 Brian Paulgallium: include u_surface.h instead of u_rect.h
2013-09-30 Vinson Leer600g/sb: Move variable dereference after null check.
2013-09-30 Marek Olšákr600g,radeonsi: workaround for late shared screen initi...
2013-09-29 Laurent Carlierr600g: Fix build failure introduced with r600_texture...
2013-09-29 Marek Olšákradeon: make texture logging more useful
2013-09-29 Marek Olšákr600g,radeonsi: share r600_texture.c
2013-09-29 Marek Olšákr600g: remove compute_global_transfer_* calls from...
2013-09-29 Marek Olšákr600g: move the low-level buffer functions for multiple...
2013-09-29 Marek Olšákr600g,radeonsi: consolidate tiling_info initialization
2013-09-29 Marek Olšákradeonsi: implement clear_buffer using CP DMA, initiali...
2013-09-29 Marek Olšákr600g: move aux_context and r600_screen_clear_buffer...
2013-09-29 Marek Olšákradeonsi: move debug options to R600_DEBUG
2013-09-29 Marek Olšákr600g: move some debug options to drivers/radeon
2013-09-29 Marek Olšákr600g,radeonsi: share the async dma interface
2013-09-29 Marek Olšákradeonsi: move radeonsi-specific functions out of r600_...
2013-09-29 Marek Olšákr600g,radeonsi: remove unused code
2013-09-29 Marek Olšákr600g: move r600g-specific functions out of r600_texture.c
2013-09-29 Marek Olšákr600g,radeonsi: consolidate r600_texture structures
2013-09-29 Marek Olšákr600g: get rid of r600_texture::is_rat
2013-09-29 Marek Olšákr600g: get rid of r600_texture::array_mode
2013-09-29 Marek Olšákr600g,radeonsi: consolidate transfer, cmask, and fmask...
2013-09-29 Marek Olšákradeon drivers: handle PIPE_CAP_MAX_VIEWPORTS
2013-09-29 Marek Olšákradeon/llvm: fix TGSI_OPCODE_UCMP
2013-09-25 Zack Rusindraw/clip: don't emit so many empty triangles
2013-09-25 Zack Rusinllvmpipe: count c_primitives before discarding null...
2013-09-25 Zack Rusinllvmpipe: we need to subdivide if fb is bigger in eithe...
2013-09-25 Marek Olšákradeon/llvm: fix shadow cube texturing for GL3.0
2013-09-25 Marek Olšákradeonsi: fix blitting the last 2 mipmap levels of...
2013-09-25 Marek Olšákradeonsi: add missing colorbuffer formats (rework forma...
2013-09-25 Marek Olšákradeonsi: bypass alpha-test for integer colorbuffers
2013-09-25 Marek Olšákr600g: fix texture buffer object cache flushing
2013-09-25 Marek Olšákr600g: fix constant buffer cache flushing
2013-09-25 Christian Königradeon/winsys: keep screen pointer in winsys v2
2013-09-25 Christian Königbuild/radeonsi: group all targets in common subdir
2013-09-25 Christian Königbuild/r600: group all targets in common subdir
2013-09-25 Christian Königbuild/r300: group build target in common subdir
2013-09-25 Christian Königradeon/uvd: try to place msg/fb buffer into GART
2013-09-25 Christian Königradeon/uvd: move alignment to winsys
2013-09-25 Christian Königst/vdpau: use a separate lock per decoder
2013-09-25 Christian Königst/vdpau: use new vlc function to serach for VC-1 start...
2013-09-25 Christian Königvl/mpeg12: use new vlc function to search for start...
2013-09-25 Christian Königvl/vlc: add fast forward search for byte value
2013-09-24 Zack RusinRevert "llvmpipe: increase number of subpixel bits...
2013-09-23 Zack Rusinllvmpipe: align the array used for subdivived vertices
2013-09-23 Zack Rusinllvmpipe: increase number of subpixel bits to eight
2013-09-22 Christian Königradeon/uvd: async flush the UVD cs
2013-09-22 Christian Königwinsys/radeon: share winsys between different fd's
2013-09-22 Christian Königwinsys/radeon: remove cs_queue_empty
2013-09-22 Christian Königwinsys/radeon: fix killing the CS thread
2013-09-20 Grigori Goronzyr600g: fast color clears for single-sample buffers
2013-09-20 Grigori Goronzyr600g: add support for separately allocated CMASKs
2013-09-20 Marek Olšákgallium: add flush_resource context function
2013-09-20 Marek Olšákradeonsi: simplify and fix MSAA texture sampling for...
2013-09-20 Marek Olšákradeonsi: fix textureOffset and texelFetchOffset GLSL...
2013-09-20 José Fonsecallvmpipe: Fix rendering to PIPE_FORMAT_R10G10B10A2_UNORM.
2013-09-20 José Fonsecadraw: Ensure draw_pt_middle_end::bind_parameters is...
2013-09-20 José Fonsecatools/trace: Simple script to compare two traces.
2013-09-19 Gaetan Nadonwinsys/sw/xlib: fix compile error in xlib_sw_winsys.c.
2013-09-19 Rob Clarkfreedreno/a3xx: fix typo mixup w/ mipfilter
2013-09-19 Rob Clarkfreedreno: fix glReadPixels
2013-09-19 Roland Scheideggergallivm: adjust wrap mode to CLAMP_TO_EDGE always for...
2013-09-18 José Fonsecautil/u_blit: Implement util_blit_pixels via pipe_contex...
2013-09-18 José Fonsecautil/u_blit: Support blits from cubemaps.
2013-09-18 José Fonsecavega: Use pipe_context::blit instead of util_blit_pixel...
2013-09-17 Roland Scheideggergallivm: some bits of seamless cube filtering implement...
next