r600g: implement timestamp query and get_timestamp hook
[mesa.git] / src / gallium /
2012-08-15 Marek Olšákr600g: implement timestamp query and get_timestamp...
2012-08-15 Marek Olšákr600g: enable MSAA on evergreen by default
2012-08-15 Marek Olšákr600g: implement copying between MSAA textures
2012-08-15 Marek Olšákr600g: implement MSAA color resolve
2012-08-15 Marek Olšákr600g: implement MSAA depth-stencil decompression and...
2012-08-15 Marek Olšákr600g: implement TXQ_LZ opcode
2012-08-15 Marek Olšákr600g: implement MSAA rendering and texturing for everg...
2012-08-15 Marek Olšákr600g: implement set_sample_mask
2012-08-15 Marek Olšákr600g: implement alpha-to-coverage
2012-08-15 Marek Olšákr600g: implement alpha-to-one
2012-08-15 Marek Olšákr600g: remove support for 3-channel colorbuffers
2012-08-15 Marek Olšákconfigure.ac: bump libdrm_radeon requirement to 2.6.38
2012-08-15 Marek Olšákwinsys/radeon: print error if CS is overflowed
2012-08-15 Marek Olšákgallium/u_blitter: implement X and Y texture flipping
2012-08-15 Marek Olšákgallium/u_blitter: implement blitting multisample resources
2012-08-15 Marek Olšákgallium: add TGSI support for multisample textures
2012-08-15 Marek Olšákgallium/tgsi: fix TGSI text parser
2012-08-15 Marek Olšákgallium/u_blit: set dst format from pipe_resource,...
2012-08-15 Marek Olšákgallium: make pipe_box signed in order to represent...
2012-08-15 Michel Dänzerst/egl: Fix up for ClientVersion -> ClientMajorVersion...
2012-08-14 Ian Romanickmesa: Kill GL_ARB_shadow_ambient with fire
2012-08-14 Tom Stellardradeon/llvm: Inline immediate offset when lowering...
2012-08-14 Tom Stellardradeon/llvm: Use correct opcocde for BREAK_LOGICALNZ_i32
2012-08-12 Chí-Thanh Christop... gbm: Fix build without gallium_drm_loader
2012-08-11 Christian Königradeonsi: move drawing into new state handling
2012-08-11 Christian Königradeonsi: move sync handling into new state handler
2012-08-11 Christian Königradeonsi: separate and disable streamout for now
2012-08-11 Christian Königradeonsi: remove ps_partial_flush
2012-08-11 Christian Königradeonsi: remove r6xx_flush_and_inv atom
2012-08-11 Christian Königradeonsi: move init state to new state handling
2012-08-11 Christian Königradeonsi: add support for PKT3 cmds to new state handling
2012-08-11 Christian Königradeonsi: cleanup shader headers
2012-08-10 Brian Paulsoftpipe: fix softpipe_delete_fs_state() failed assertion
2012-08-10 Brian Paulcso: rearrange some structure fields for consistency
2012-08-10 Brian Paulgallivm: fix crash in lp_sampler_static_state()
2012-08-08 Brian Paulgallivm: remove unused src_elem_type variable
2012-08-08 Brian Paulsvga: remove unused svga_shader::use_sm30 field, add...
2012-08-08 Brian Paulsvga: remove unused svga_winsys_handle type
2012-08-08 Michel Dänzerradeonsi: If pixel shader compilation fails, use a...
2012-08-08 Christian Königradeonsi: fix memory leak and/or segfaults
2012-08-08 Christian Königradeon/winsys: fix winsys VM handling
2012-08-08 Vinson Leetranslate: Fix typo in is_legal_int_format_combo.
2012-08-07 Marek Olšákr600g: remove unused parameters in texture functions
2012-08-07 Chad Versacedri: Simplify use of driConcatConfigs
2012-08-07 Brian Paulsoftpipe: fix loop limit for tex_cache[] array
2012-08-07 Vinson Leegallivm: Add constructor for raw_debug_ostream.
2012-08-06 Ian Romanickegl: Replace KHR_surfaceless_* extensions with KHR_surf...
2012-08-06 Jerome Glisser600g: atomize sampler state v2
2012-08-06 Brian Paulllvmpipe: consolidate the sampler and sampler view...
2012-08-06 Brian Paulllvmpipe: combine vertex/fragment sampler state into...
2012-08-06 Brian Paulsoftpipe: consolidate vert/frag/geom sampler setting...
2012-08-06 Brian Paulsoftpipe: consolidate sampler-related arrays
2012-08-06 Brian Paulsoftpipe: combine vert/frag/geom texture caches in...
2012-08-05 Vinson Leeutil: Move dereference after null check in util_resourc...
2012-08-04 Brian Pauli915g: silence a const pointer warning
2012-08-04 Marek Olšákradeonsi: fix build failure after blitter changes
2012-08-04 Marek Olšákr600g: precompute color buffer state in pipe_surface...
2012-08-04 Marek Olšákr600g: precompute depth buffer state in pipe_surface...
2012-08-04 Marek Olšákr600g: simplify create_surface
2012-08-04 Marek Olšákr600g: drop the old texture allocation code
2012-08-04 Marek Olšákr600g: make sure copying of all texture formats is...
2012-08-04 Marek Olšákgallium/u_blitter: add a query for checking whether...
2012-08-04 Marek Olšákr600g: don't decompress depth or stencil if there isn...
2012-08-04 Marek Olšákr600g: correct texture memory size for Z32F_S8X24 on...
2012-08-04 Marek Olšákgallium/u_blitter: remove fallback for stencil copy...
2012-08-04 Marek Olšákgallium/u_blitter: add ability to blit only depth or...
2012-08-04 Marek Olšákgallium: define PIPE_MASK_RGBAZS
2012-08-04 Marek Olšákgallium/u_blitter: minor cleanup
2012-08-04 Marek Olšákgallium/tgsi: fixup texture name strings
2012-08-04 Marek Olšákgallium/u_blitter: set sample mask to ~0
2012-08-04 Marek Olšákgallium/u_blit: bail out if src is a multisample texture
2012-08-04 Marek Olšákgallium/u_blit: check nr_samples before using resource_...
2012-08-04 Marek Olšákgallium: set sample mask to ~0 for clear, blit and...
2012-08-04 Dave Airlier600g: fix F2U opcode translation
2012-08-04 Vinson Leedraw: Ensure channel in convert_to_soa is initialized.
2012-08-04 Vinson Leeu_blitter: Move a pointer dereference after null check.
2012-08-03 Matt TurnerUse C99 NAN and INFINITY macros
2012-08-03 Brian Paulgallium/tests/trivial: updates for CSO interface changes
2012-08-03 Brian Paulst/xorg: updates for CSO interface changes
2012-08-03 Brian Paulst/xa: updates for CSO interface changes
2012-08-03 Brian Paulvega: fix build breakage from cso sampler/view changes
2012-08-03 Brian Paulcso: remove unreachable break statements
2012-08-03 Brian Paulcso: 80-column wrapping, remove trailing whitespace...
2012-08-03 Brian Paulgallium: consolidate CSO sampler and sampler_view functions
2012-08-02 Tom Stellardradeon/llvm: Add $(LLVM_LDFLAGS) to the loader linker...
2012-08-02 Tom Stellardradeon/llvm: Add support for more f32 CMP instructions...
2012-08-02 Tom Stellardradeon/llvm: Add support for fneg on SI
2012-08-02 Tom Stellardradeon/llvm: Add support for fp_to_sint on SI
2012-08-02 Tom Stellardradeon/llvm: Remove CMOVLOG DAG node
2012-08-02 Tom Stellardradeonsi: Properly initialize si_shader_ctx.radeon_bld
2012-08-02 Michel Dänzerradeonsi: Handle TGSI TXP opcode.
2012-08-02 Michel Dänzerradeonsi: Handle TGSI DIV opcode.
2012-08-02 Brian Paulsvga: remove questionable INLINE qualifiers
2012-08-02 Brian Paulsvga: sort #includes
2012-08-02 Brian Paulsvga: add some comments in svga_screen_cache.c
2012-08-02 Brian Paulsvga: whitespace, formatting fixes
2012-08-02 Brian Paulsvga: remove unneeded 'struct svga_screen' declarations
2012-08-02 Christian Königradeonsi: initial VDPAU target
2012-08-02 Christian Königradeon/llvm: fix fp immediates on SI
2012-08-02 Christian Königradeonsi: fix TEX writemask
next