i965: Turn if (query->bo) into an assertion.
[mesa.git] / src / gallium /
2013-03-02 Roland Scheideggertgsi: add texel offsets and derivatives to sampler...
2013-03-02 Roland Scheideggerdraw: additional fix for the no-position case with...
2013-03-02 Roland Scheideggerdraw: fix no position output in non-llvm pipeline.
2013-03-02 Roland Scheideggerdraw/llvm: skip clipping and viewport transform if...
2013-03-02 Roland Scheideggerllvmpipe: don't assert on illegal surface creation.
2013-03-02 Roland Scheideggerllvmpipe: bump glsl version to 140
2013-03-02 Roland Scheideggergallivm: add support for texel offsets for ordinary...
2013-03-02 Brian Paulsvga: always link with C++
2013-03-01 Martin Anderssonwinsys/radeon: Only add bo to hash table when creating...
2013-03-01 Alex Deucherr600g: enable CP DMA on 6xx
2013-03-01 Marek Olšákr600g: don't require dword alignment with CP DMA for...
2013-03-01 Marek Olšákr600g: always map uninitialized buffer range as unsynch...
2013-03-01 Marek Olšákgallium/util: add helper code for 1D integer range
2013-03-01 Marek Olšákr600g: cleanup deprecated register tables
2013-03-01 Marek Olšákr600g: unify vgt states
2013-03-01 Marek Olšákr600g: flush and invalidate htile cache when appropriate
2013-03-01 Marek Olšákr600g: atomize streamout enabling
2013-03-01 Marek Olšákr600g: use async DMA with a non-zero src offset
2013-03-01 Marek Olšákr600g: pad the DMA CS to a multiple of 8 dwords
2013-02-28 Tom Stellardclover: Fix build with LLVM 3.3 v2
2013-02-28 Jerome Glisser600g: workaround hyperz lockup on evergreen
2013-02-28 Roland Scheideggerllvmpipe: check buffers in llvmpipe_is_resource_referenced.
2013-02-28 Roland Scheideggerllvmpipe: support rendering to buffer render targets.
2013-02-28 Roland Scheideggerutil: fix issues with util_clear_render_target.
2013-02-28 Roland Scheideggersoftpipe/draw/tgsi: simplify driver/tgsi sampler interface
2013-02-27 Maxence Le Dorégallivm: fix mis-matching AOS instruction emission
2013-02-27 Vinson Leeradeonsi: Fix memory leak in si_set_constant_buffer.
2013-02-27 Vinson Leest/vega: Fix memory leak in combine_shaders.
2013-02-26 Alex Deucherr600g: add missing emit_flush for R600_CONTEXT_FLUSH_AN...
2013-02-26 Alex Deucherr600g: synchronize streamout buffers on r6xx too (v3)
2013-02-26 Brian Paulwinsys/null: fix var typo templet->templat
2013-02-26 Brian Paulsvga: fix comment typos
2013-02-26 Marek Olšákr300g: implement 3D transfers
2013-02-26 Marek Olšákgallium/util: add helper util_max_layer from r600g
2013-02-25 Roland Scheideggerllvmpipe: (trivial) get rid of old function prototypes.
2013-02-25 Roland Scheideggerdraw: make sure pipeline is revalidated when sampler...
2013-02-25 Roland Scheideggerllvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_t...
2013-02-23 Vinson Leevl: Fix off-by-one error in device_name_length allocation.
2013-02-23 John Kåre Alsakerllvmpipe: Fix creation of shared and scanout textures.
2013-02-23 José Fonsecautil/u_blitter: Set pipe_sampler_state::normalized_coor...
2013-02-23 Brian Paulsvga: remove some extraneous whitespace
2013-02-23 José Fonsecautil/dump: Use static assertion to detect string table...
2013-02-23 Vinson Leest/xvmc/tests: Ensure colorkey is initialized.
2013-02-23 Vinson Leest/vdpau: Fix memory leak in vlVdpBitmapSurfaceCreate.
2013-02-23 Vinson Leest/vdpau: Fix memory leak in vlVdpOutputSurfaceCreate.
2013-02-22 Brian Paulllvmpipe: rename polygon offset fields to something...
2013-02-22 Brian Paulllvmpipe: add missing checks for polygon offset point...
2013-02-22 Brian Pauldraw: fix broken polygon offset stage
2013-02-22 Alex Deucherr600g: fixup PS_PARTIAL_FLUSH flag handling for cayman
2013-02-22 Alex Deucherr600g: r6xx deadlock workaround (v6)
2013-02-22 Alex Deucherr600g: add PS_PARTIAL_FLUSH flag
2013-02-22 José Fonsecatgsi: Improve execution debugging.
2013-02-22 José Fonsecautil/u_dump: Update texture target strings.
2013-02-22 Sergey Matyukevichutil/debug: Always use __builtin_frame_address on gcc.
2013-02-22 Michel Dänzerradeon/llvm: Remove stale comment about radeon_llvm_emi...
2013-02-22 Marek Olšákr600g: fix random corruption with CP DMA in TF2
2013-02-22 Michel Dänzerradeonsi: Don't pretend there is any R8G8B8 support
2013-02-22 Andreas Bollllvmpipe/build: add DLOPEN_LIBS and PTHREAD_LIBS to...
2013-02-22 Andreas Bolltargets/xa-vmwgfx: Force c++ linker to fix undefined...
2013-02-22 Roland Scheideggerllvmpipe: Fix rendering into PIPE_FORMAT_X8*_UNORM.
2013-02-22 José Fonsecatrace: Never close stdout/stderr.
2013-02-22 José Fonsecatrace: Fix set_constant_buffer dumping.
2013-02-22 Vinson Leer600g: Fix memory leak in r600_shader_select.
2013-02-22 Roland Scheideggerllvmpipe: simplify buffer allocation logic.
2013-02-22 Roland Scheideggergallium/docs: improve text about resources a bit.
2013-02-22 Roland Scheideggerdraw: make sure key size is calculated consistently.
2013-02-22 Tom Stellardr300g/compiler: Fix bug in OMOD folding
2013-02-22 Tom Stellardr300g/tests: Add helper functions for creating a full...
2013-02-22 Tom Stellardr300g/tests: Exit test runner with a valid status code
2013-02-22 Tom Stellardr300g/complier: Make r300_vertprog_swizzle_caps visible...
2013-02-22 Tom Stellardr300g/compiler: Fix typo in comment
2013-02-22 Tom Stellardr300g/compiler: Add missing license headers
2013-02-21 Alex Deucherr600g: don't enable ReZ mode on evergreen
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 Roland Scheideggergallivm: fix indirect src register fetches requiring...
2013-02-20 Roland Scheideggerllvmpipe: lp_resource_copy cleanup
2013-02-20 Roland Scheideggerllvmpipe: fix lp_resource_copy using more than one...
2013-02-20 Michel Dänzerr600g/Cayman: Fix blending using destination alpha...
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-19 Tom Stellardradeon/llvm: Fix build with LLVM 3.3
2013-02-19 Tom Stellardr600g: Add $(DEFINES) to AM_CXXFLAGS
2013-02-19 Brian Paulllvmpipe: fix handling of 0 x 0 framebuffer size
2013-02-19 Brian Paulst/xlib: initialize the drawable size in create_xmesa_b...
2013-02-19 Brian Pauldraw: fix non-perspective interpolation in interp()
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-18 Vincent Lejeuner600g/llvm: Support for TBO
2013-02-18 Vincent Lejeuner600g/llvm: Set Inputs/Outputs count to 32 (api reporte...
2013-02-18 Vincent Lejeuner600g/llvm: Fix alpha_to_one piglit tests
2013-02-18 Vincent Lejeuner600g/llvm: Add support for UBO
2013-02-16 Roland Scheideggergallivm/tgsi: fix issues with sample opcodes
2013-02-16 Roland Scheideggergallivm/tgsi: fix src modifier fetching with non-float...
2013-02-16 Roland Scheideggergallivm: fix issues with trunc/round/floor/ceil with...
next