egl: Cleanly cast EGLNative* pointers to X11 types.
[mesa.git] / src / gallium /
2012-10-09 Vincent Lejeuner600g: use a select to handle front/back color in llvm
2012-10-09 Vincent Lejeuner600g: frontcolor tracks its associated backcolor
2012-10-09 Matt TurnerRemove VAAPI support.
2012-10-09 Marcin Slusarznv50: fix build after "nv50: fix printf warning"
2012-10-09 Marcin Slusarznouveau: use pre-calculated stride for resource_get_handle
2012-10-09 Tom Stellardr600g: Fix build with --enable-opencl
2012-10-09 Marek Olšáknv50: fix printf warning
2012-10-09 Marek Olšáknv30: fix type conversion warning
2012-10-09 Marek Olšáki915g: fix unused variable and type conversion warnings
2012-10-08 Ben Skeggsnv50: point vertex runout at a valid address
2012-10-08 Ben Skeggsnvc0: point vertex runout at a valid address
2012-10-08 Ben Skeggsnvc0: fix missing permanent bo reference on poly cache
2012-10-08 Marek Olšáksoftpipe: initialize quadColor2 to fix compile warnings
2012-10-08 Marek Olšákr600g: remove unused variables to fix compile warnings
2012-10-08 Marek Olšákllvmpipe: remove unused variables to fix compile warnings
2012-10-08 Stéphane Marchesini915g: Don't clobber I915_NEW_FS on new framebuffer.
2012-10-08 José Fonsecast/wgl: Don't cache HDC anywhere.
2012-10-06 Stéphane Marchesini915g: Call draw_set_mapped_vertex_buffer from draw_vbo
2012-10-06 Marek Olšákr600g: fix possible issue with stencil mipmap rendering
2012-10-06 Marek Olšákr600g: ensure PERFECT_ZPASS+NOOP_CULL_DISABLE are 0...
2012-10-06 Marek Olšákr600g: don't modify pipe_resource in resource_copy_regi...
2012-10-06 Marek Olšákr600g: fix streamout on RS780 and RS880
2012-10-06 Marek Olšákgallium: allow debug helpers in the release build
2012-10-05 Stéphane Marchesini915g: Get rid of the fixup state functions.
2012-10-05 Stéphane Marchesini915g: Remove the i915_context->saved_* stuff.
2012-10-05 Stéphane Marchesini915g: Don't update I915_HW_PROGRAM in update_framebuffer
2012-10-05 Stéphane MarchesinRevert "i915g: Don't bind 0-length programs"
2012-10-04 Stéphane Marchesini915g: Don't bind 0-length programs
2012-10-03 Stéphane Marchesini915g: Implement srgb textures the easy way.
2012-10-03 Stéphane Marchesini915g: Use X tiling for textures
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-02 Michel Dänzerradeon/llvm: Disable SI flow control again for now.
2012-10-01 Tom Stellardradeon/llvm: Only initialize the AMDGPU target
2012-10-01 Tom Stellardradeon: Fix build with LLVM 3.1
2012-10-01 Tom Stellardradeon: Support LLVM 3.2
2012-10-01 Tom Stellardr600g: Re-enable growing of the compute memory pool
2012-10-01 Tom Stellardr600g: Fix bug when adding new items to the compute...
2012-10-01 Tom Stellardr600g: Use a RAT buffer as the backing bo for the compu...
2012-10-01 Tom Stellardr600g: Make sure to init the compute memory pool with...
2012-10-01 Tom Stellardr600g: Add evergreen_init_color_surface_rat() v2
2012-10-01 Tom Stellardr600g: Add register field definitions for 028C70_RESOUR...
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
2012-10-01 Alex Deucherradeonsi: drop some cayman remnants
2012-10-01 Christian Königradeonsi: define SGPR register numbers
2012-09-30 Christoph Bumillernvc0: make sure handles for unbound textures/samplers...
2012-09-30 Christoph Bumillernv50,nvc0: fix 3d engine blit for nvc0
2012-09-30 Christoph Bumillernv50,nvc0: implement blit
2012-09-30 Marek Olšákgallium: remove resource_resolve
2012-09-30 Marek Olšákst/mesa: implement decompress_with_blit using gallium...
2012-09-30 Marek Olšáksvga: implement blit
2012-09-30 Marek Olšáksoftpipe: implement blit
2012-09-30 Marek Olšákradeonsi: implement blit
2012-09-30 Marek Olšákr600g: implement blit
2012-09-30 Marek Olšákr300g: implement blit
2012-09-30 Marek Olšáknv30: implement blit
2012-09-30 Marek Olšáknv30: use util_format_is_supported
2012-09-30 Marek Olšákllvmpipe: implement blit
2012-09-30 Marek Olšáki915g: implement blit
2012-09-30 Marek Olšákgallium: implement blit in driver wrappers
2012-09-30 Marek Olšákgallium: add helpers for dumping pipe_box and pipe_blit...
2012-09-30 Marek Olšákgallium/u_blitter: add helper for blitting via resource...
2012-09-30 Marek Olšákgallium/u_blitter: add gallium blit implementation
2012-09-30 Marek Olšákgallium/u_blitter: add ability to disable and restore...
2012-09-30 Marek Olšákgallium/u_blitter: facilitate co-existence with the...
2012-09-30 Marek Olšákgallium/u_blitter: check PIPE_CAP_TEXTURE_MULTISAMPLE
2012-09-30 Marek Olšákgallium: add blit into the interface
2012-09-30 Marek Olšákgallium: add PIPE_CAP_TEXTURE_MULTISAMPLE
2012-09-30 Marek Olšáksoftpipe: fix set_framebuffer_state with uninitialized...
2012-09-27 Vincent Lejeuner600g: add some members to radeon_llvm_context
2012-09-27 Vincent Lejeuner600g: tgsi-to-llvm path is taken after declarations...
2012-09-27 Marek Olšákr600g: fix EXP on Cayman
2012-09-27 Marek Olšákr600g: fix RSQ of negative value on Cayman
2012-09-27 Marek Olšákr600g: fix instance divisor on Cayman
2012-09-27 Marek Olšákr600g: flush FMASK and CMASK when changing colorbuffers...
2012-09-27 Marek Olšákr600g: use invalid DB hardware formats to disable depth...
2012-09-26 Vincent Lejeuneradeon/llvm: improve select_cc lowering to generate...
2012-09-26 Alex Deucherradeonsi: fix truncated register define.
2012-09-26 Christian Koenigradeonsi: move draw cmds to si_commands.c
2012-09-26 Christian Koenigradeonsi: start seperating commands into si_commands.c
2012-09-26 Christian Koenigradeonsi: get rid of evergreen_hw_context.c
2012-09-26 Christian Koenigradeonsi: remove unused code
2012-09-26 Christian Königradeonsi: start reworking inferred state handling
2012-09-25 Matt Turnertargets/xorg-i915: Rename driver to i915_drv.so.
2012-09-25 Tom Stellardclover: Fix build with libclang v3.2
2012-09-25 Tom Stellardclover: Query device for CL_DEVICE_MAX_MEM_ALLOC_SIZE v2
2012-09-25 Tom Stellardgallium: Add PIPE_COMPUTE_CAP_MAX_MEM_ALLOC_SIZE v2
2012-09-25 Tom Stellardr600g: Handle multiple kernels in the same program v2
2012-09-25 Blaž Tomažičclover: Handle multiple kernels in the same program v2
2012-09-25 Jay Cornwallnv50/ir/ra: Fix register interference tracking.
2012-09-24 Tom Stellardradeon/llvm: Fix instruction encoding for r600 family...
2012-09-24 Tom Stellardr600g: Set RADEON_FLUSH_KEEP_TILING_FLAGS when emitting...
2012-09-24 Francisco Jerezclover: Silence narrowing conversion warnings in resour...
2012-09-24 Tom Stellardclover: Handle NULL value for clEnqueueNDRangeKernel...
2012-09-22 Vincent Lejeuneradeon/llvm: support for interpolation intrinsics
2012-09-22 Marek Olšákdraw: fix non-indexed draw calls if there's an index...
2012-09-22 Tom Stellardr600g: Fix build with LLVM compiler
2012-09-21 Marek Olšákr600g: set QUANT_MODE on Cayman too
next