r600g: remove radeon_bo::handle
[mesa.git] / src / gallium /
2011-08-16 Marek Olšákr600g: remove radeon_bo::handle
2011-08-16 Marek Olšákr600g: use buffer_map/unmap from radeon_winsys
2011-08-16 Marek Olšákr600g: set the flush callback in radeon_winsys
2011-08-16 Marek Olšákr600g: get tiling flags using radeon_winsys
2011-08-16 Marek Olšákr600g: get winsys_handle using radeon_winsys
2011-08-16 Marek Olšákr600g: move more DRM queries into winsys/radeon
2011-08-16 Marek Olšákwinsys/radeon: consolidate the add_reloc function
2011-08-16 Marek Olšákr600g: emit CS using radeon_winsys
2011-08-16 Marek Olšákr600g: remove struct r600_reloc
2011-08-16 Marek Olšákr600g: don't use RADEON_GEM_DOMAIN_CPU
2011-08-16 Marek Olšákr600g: remove reloc-related variables from radeon_bo
2011-08-16 Marek Olšákr600g: let radeon_winsys maintain the list of relocations
2011-08-16 Marek Olšákr600g: remove now-unused r600_context::fenced_bo
2011-08-16 Marek Olšákr600g: remove the fences which were used for the cache...
2011-08-16 Marek Olšákr600g: remove now-unused r600_bo::size
2011-08-16 Marek Olšákr600g: remove the cache buffer manager from winsys...
2011-08-16 Marek Olšákr600g: allocate/destroy buffers using radeon_winsys
2011-08-16 Marek Olšákr600g: remove unused function declarations
2011-08-16 Marek Olšákr600g: remove unused r600_bo::tiling_flags
2011-08-16 Marek Olšákr600g: remove unused r600_bo::kernel_pitch
2011-08-16 Marek Olšákr600g: put radeon_winsys in screen::winsys, don't inclu...
2011-08-16 Marek Olšákr600g: cleanup includes in winsys
2011-08-16 Marek Olšákr600g: move some queries into winsys/radeon
2011-08-16 Marek Olšákr600g: first step into winsys/radeon
2011-08-16 Cooper Yuandri2: add code to dri2_Flush extension.
2011-08-12 Michel Dänzergallium/gbm: Add dependencies for libraries linked...
2011-08-10 Lauri Kasanenr600g: Add support for ROUND, v2
2011-08-09 Brian Paulr300g: silence some warnings about uninitialized variables
2011-08-09 Brian Paulsvga: add missing switch case for PIPE_SHADER_CAP_INTEGERS
2011-08-08 Brian Paulgallium: silence warnings about trailing commas in...
2011-08-07 Christoph Bumillerd3d1x: adapt to resource_resolve interface change
2011-08-07 Christoph Bumillernv50,nvc0: never convert in resource copy when format...
2011-08-06 Marek Olšákwinsys/radeon: disable use of the buffer busy-for-write...
2011-08-05 Marek Olšákwinsys/radeon: do the CS cleanup in the CS ioctl thread
2011-08-05 Marek Olšákwinsys/radeon: fix space checking
2011-08-05 Marek Olšákst/dri: remove an unused-but-set variable
2011-08-05 Marek Olšákst/dri: remove a dummy function dri2_create_context
2011-08-05 Marek Olšákr300g: handle new CAPs
2011-08-05 Marek Olšákr300g: adapt to the resource_resolve interface change
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-04 Christoph Bumillernv50: implement resource_resolve with custom blit
2011-08-04 Christoph Bumillergallium: extend resource_resolve to accommodate BlitFra...
2011-08-04 Benjamin Franzkeegl/gbm: Fix EGL_DEFAULT_DISPLAY
2011-08-04 Benjamin Franzkegbm: link gbm_gallium_drm.so against math library
2011-08-04 Marek Olšákr600g: remove more of unused code
2011-08-03 Vadim Girlinr600g: take into account force_add_cf in pops
2011-08-03 Vadim Girlinr600g: use backend mask for occlusion queries
2011-08-02 Marek Olšákwinsys/radeon: remove dummy function pb_buffer
2011-08-02 Marek Olšákutil: fix a typo in util_format_swizzle_4f
2011-08-02 Marek Olšákr600g: remove dummy function r600_bo_offset
2011-08-02 Marek Olšákr600g: remove unused code
2011-08-02 Marek Olšákgallium/util: add functions for manipulating swizzles
2011-08-01 Bryan Caintgsi: add support for TGSI_OPCODE_MOD in tgsi_exec
2011-08-01 Bryan Caingallium: add PIPE_SHADER_CAP_INTEGERS
2011-07-31 Jeremy Huddlestondarwin: Use machine/endian.h to determine endianness
2011-07-31 Jeremy HuddlestonFix PPC detection on darwin
2011-07-29 Alex Deucherr600g: fix up vs export handling
2011-07-29 Chia-I Wust/egl: create pbuffers with PIPE_BIND_SAMPLER_VIEW
2011-07-29 Chia-I Wutargets/{egl,gbm}: omit unneeded libdrm_radeon
2011-07-29 Eric Anholtsoftpipe: When doing write_all_cbufs, don't stomp over...
2011-07-28 Vadim Girlinr600g: fix vs export count
2011-07-27 Tobias Drosteegl/gallium: fix build without softpipe and llvmpipe
2011-07-26 Marek Olšákr300g: copy the compiler from r300c
2011-07-26 Bryan Cainutil: enable S3TC support when the force_s3tc_enable...
2011-07-25 Marek Olšákwinsys/radeon: fix typos in the driver interface
2011-07-25 Marek Olšákwinsys/radeon: manage constant buffers by the cache...
2011-07-25 Marek Olšákwinsys/radeon: remove usage parameter from buffer_create
2011-07-25 Marek Olšákwinsys/radeon: fix int->boolean conversion in radeon_bo...
2011-07-25 Marek Olšákwinsys/radeon: little change in radeon_bo_is_referenced...
2011-07-25 Marek Olšákwinsys/radeon: add R300 infix to winsys feature names
2011-07-25 Marek Olšákwinsys/radeon: simplify how value queries work
2011-07-25 Emericvdpau: enable mpeg1 hw decoding, using the exact same...
2011-07-25 Christian Königgallium: change formats merged with pipe-video to type...
2011-07-24 Christian Königg3dvl: remove unused vs output from create_ref_vert_shader
2011-07-24 Christian Königr600g: use file_max instead of file_count to determine...
2011-07-23 Younes Mantongallium/softpipe: Don't clobber dest color/alpha before...
2011-07-23 José Fonsecagallivm: Add a note about log2 computation and denormal...
2011-07-23 José Fonsecagallivm: Fix lp_build_exp2 order 4-5 polynomial coeffic...
2011-07-23 José Fonsecagallivm: Increase lp_build_rsqrt() precision.
2011-07-23 José Fonsecagallivm: Update minimax comments.
2011-07-23 José Fonsecagallivm: Fix lp_build_exp/lp_build_log.
2011-07-23 José Fonsecallvmpipe: Unit tests for arithmetic functions.
2011-07-23 José Fonsecautil: Store alpha value too.
2011-07-22 Younes MantonRevert "g3dvl: Preserve previously rendered components...
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-21 Brian Paulsoftpipe: use the polygon stipple utility module
2011-07-21 Brian Paulsoftpipe: implement fragment shader variants
2011-07-21 Brian Paulutil: assorted updates to polygon stipple helper
2011-07-21 Brian Paulsoftpipe: use tgsi_shader_info fields for fragcoord...
2011-07-21 Brian Paultgsi: add info fields for fragcoord origin, center...
2011-07-21 Brian Paulsoftpipe: remove obsolete comment
2011-07-21 Brian Paulsoftpipe: rename a function
2011-07-21 Brian PaulMerge branch 'remove-copyteximage-hook'
2011-07-21 Chia-I Wuu_vbuf_mgr: restore buffer offsets
2011-07-21 Christoph Bumillernouveau: hook up video decoding with nouveau_context
2011-07-20 Marek Olšákg3dvl: remove unused vertex shader inputs
2011-07-20 Younes Mantong3dvl: Preserve previously rendered components for...
2011-07-20 Younes Mantong3dvl: Init/clean pipe fully when a shader-based decode...
2011-07-19 Brian Paulllvmpipe: include LLVM version number in name string
2011-07-19 Tobias Drostellvmpipe: fix build with LLVM 3.0svn
next