linker: Calculate the sampler to texture target mapping during linking
[mesa.git] / src / gallium /
2012-01-11 Brian Paulsvga: don't reference count svga_sampler_view's texture
2012-01-11 José Fonsecast/wgl: Return NULL for NULL HDCs in wglGetExtensionsSt...
2012-01-11 Dave Airliellvmpipe: disable native integers
2012-01-11 Brian Paulst/glx/xlib: call register_with_display() in glXChooseF...
2012-01-11 Christoph Bumillernv50/ir: handle TGSI_OPCODE_ISSG
2012-01-11 Christoph Bumillernv50/ir: handle TGSI_TEXTURE_SHADOWCUBE
2012-01-11 Christoph Bumillernv50,nvc0: zero out program struct on program_destroy
2012-01-11 Kristian Høgsbergwayland-drm: Drop the non-premul formats, use format...
2012-01-11 José Fonsecadraw: Store the new pre_clip_pos member as well.
2012-01-11 Dave Airliesoftpipe: route correct coordinates for shadow cube...
2012-01-11 Dave Airlietgsi: add TGSI_TEXTURE_SHADOWCUBEMAP
2012-01-11 José Fonsecallvmpipe: Update for TGSI_INTERPOLATE_COLOR.
2012-01-11 Dave Airlietgsi: add ISSG support
2012-01-11 Dave Airliesoftpipe: enable clamping control
2012-01-11 Dave Airliesoftpipe: fix texel fetch swizzles
2012-01-11 Stéphane Marchesini915g: Fix bugs in the shader optimizer.
2012-01-11 Dave Airliesoftpipe: fix llvm build
2012-01-11 Dave Airliedraw: clipdistance support (v2)
2012-01-11 Dave Airlietgsi_scan: add support to count number of output clip...
2012-01-11 Dave Airliedraw/softpipe: add clip vertex support. (v2)
2012-01-11 Dave Airlietgsi/softpipe: add VertexID support.
2012-01-11 Dave Airliesoftpipe: allow softpipe to set shader params depending...
2012-01-10 Christoph Bumillernv50: fix clip state validation
2012-01-10 Brian Pauldraw: remove unused 'so' variable in draw_pt_so_emit()
2012-01-10 Brian Paulutil: use memset() to initialize surface, sampler_view...
2012-01-10 Jakob Bornecrantzsvga: Drop execbuf throttling
2012-01-10 Jakob Bornecrantzsvga: Add somewhat sensible fallback and silence warning
2012-01-10 Jakob Bornecrantzsvga: Silence warning
2012-01-10 Jakob Bornecrantzsvga: Silence warning
2012-01-10 Jakob Bornecrantzsvga: Silence warning
2012-01-10 Jakob Bornecrantzsvga: Ignores
2012-01-10 Jakob Bornecrantzdraw: Silence warning
2012-01-10 Jakob Bornecrantztarget-helpers: If neither softpipe or llvmpipe is...
2012-01-10 Dave Airliedraw/softpipe: EXT_transform_feedback support (v2)
2012-01-10 Dave Airliegallium: introduce GLSL based interpolation rules....
2012-01-09 Christoph Bumillernvc0: fix FP header clip distance mask
2012-01-09 Christoph Bumillernvc0/ir: TXF array index already is an integer
2012-01-09 Christoph Bumillernv50/ir: handle TGSI_SEMANTIC_VERTEXID
2012-01-09 Christoph Bumillernv50/ir/tgsi: translate SNE as unordered comparison
2012-01-09 Christoph Bumillernv50/ir/ra: don't coalesce contraint-moves
2012-01-09 Christoph Bumillernvc0: enable shader watchdog timer
2012-01-09 Christoph Bumillernv50/ir/tgsi: handle TGSI_OPCODE_IABS
2012-01-09 Christoph Bumillernv50/ir/opt: optimize u32 MOD by power of 2 into AND
2012-01-09 Christoph Bumillernv50/ir/opt: s/SHL/SHR in optimization of u32 DIV
2012-01-09 Christoph Bumillernv50/ir,nvc0: make ClipDistance and ClipVertex work
2012-01-09 Christoph Bumillernv50,nvc0: handle new PIPE_CAPs
2012-01-09 Christoph Bumillernvc0/ir/emit: fix modifiers of f32 add with long immediate
2012-01-09 Christoph Bumillernvc0/ir: fix default insertion position in pre-SSA...
2012-01-09 Marek OlšákSquash-merge branch 'gallium-clip-state'
2012-01-09 Jakob Bornecrantzsoftpipe: Don't use llvm in draw
2012-01-09 Jakob Bornecrantzdraw: Fail if we fail to enable llvm when asked for it
2012-01-09 Jakob Bornecrantzdraw: Make it possible to create a llvm free context
2012-01-09 Jerome Glisseradeon/winsys: fix get info ioctl error checking
2012-01-09 Christian Königvl: replace decode_buffers with auxiliary data field
2012-01-08 Marek Olšáknvfx: remove unused-but-set variables
2012-01-07 Bryan Caingallium: add an IABS opcode to TGSI
2012-01-07 Brian Paulutil: silence some MSVC type conversion warnings
2012-01-07 Brian Pauldraw: replace assert(0) with debug_warn_once()
2012-01-07 Brian Paulutil: add debug_warn_once() macro
2012-01-07 Brian Pauldraw: whitespace fixes, etc.
2012-01-07 Brian Paulgallium: make vbuf_render::set_primitive() return void
2012-01-07 Brian Paulsvga: fix assorted whitespace issues, add copyright...
2012-01-07 Brian Paulsvga: add switch cases for PIPE_SHADER_CAP_OUTPUT_READ
2012-01-07 Marek Olšáku_vbuf: don't unroll indices if mapping vertex buffers...
2012-01-07 Dave Airliedraw: fix missing include for u_format.
2012-01-07 Dave Airliegallium: add new semantic for clip vertex.
2012-01-07 Dave Airliedraw: don't translate non-floats to float.
2012-01-06 Alex Deucherr600g: remove obsolete MULTIWRITE comment
2012-01-06 Dave Airliedraw: fix piglit base vertex + user vertex array tests
2012-01-05 Bryan Caingallium: add support for clip distances
2012-01-05 Marek Olšákr300/compiler: fix buffer underflow when setting SEM_WA...
2012-01-05 Marek Olšáku_vbuf: use cso_cache to cache vertex element states
2012-01-05 Marek Olšáku_vbuf: implement another upload codepath which unrolls...
2012-01-05 Marek Olšáku_vbuf: cleanup variable names to be consistent
2012-01-05 Marek Olšáku_vbuf: cleanup the computation of how many vertices...
2012-01-05 Marek Olšáku_vbuf: convert min_index,max_index to start,count
2012-01-05 Marek Olšákutil: add helper function util_dump_draw_info
2012-01-05 Marek Olšáktrace: dump primitive restart info
2012-01-05 Marek Olšáktranslate: implement translation of 10_10_10_2 types
2012-01-05 Marek Olšáktranslate: implement translation of (pure) integer...
2012-01-05 Marek Olšáku_format: implement fetch_rgba_uint and fetch_rgba_sint...
2012-01-05 Marek Olšákgallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
2012-01-05 Marek Olšákgallium: remove deprecated PIPE_TRANSFER_DISCARD
2012-01-05 Marek Olšáku_vbuf: translate per-vertex, per-instance, and constan...
2012-01-05 Marek Olšáku_vbuf: take start_instance into account when uploading...
2012-01-05 Marek Olšáku_upload_mgr: remove the 'flushed' parameter
2012-01-05 Marek Olšáku_vbuf: don't map user buffers, just obtain a pointer...
2012-01-05 Marek Olšáku_vbuf: only map a subrange of buffers to translate
2012-01-05 Marek Olšákgallium: fix behavior of pipe_buffer_map_range
2012-01-05 Marek Olšáku_vbuf: remove the workaround for half floats and translate
2012-01-05 Marek Olšáktranslate: implement translation of half floats in...
2012-01-05 Jakob Bornecrantzsvga: Trim the dri binary a bit on scons release builds
2012-01-05 Jakob Bornecrantzsvga: Fix texture cube param cap
2012-01-05 Brian Paultgsi: consolidate TGSI string arrays in new tgsi_strings.h
2012-01-05 Brian Paulgallium: add STATIC_ASSERT macro
2012-01-04 Brian Paulgallium/util: fix argument cast in x32_s8_get_tile_rgba...
2012-01-04 Christian Königvl/mpeg2: simple fix to get xine running again
2012-01-03 Dave Airlietgsi/softpipe: disable FAST_MATH
2012-01-03 Morgan Armandsoftpipe: remove the 32bits limitation on depth(-stenci...
2012-01-03 Alexander von Gluckgallium: use Haiku provided debug_printf in OS.h
next