nvc0: add MP trap handler for nve4
[mesa.git] / src / gallium / auxiliary /
2013-03-11 Roland Scheideggergallivm: clean up passing derivatives around
2013-03-08 Zack Rusindraw/gs: Correctly iterate the emitted primitives
2013-03-08 Zack Rusintgsi/exec: Correctly reset NumOutputs before parsing...
2013-03-11 Roland Scheideggerdraw/llvm: another quick hack for drawing with no posit...
2013-03-11 Roland Scheideggertgsi: emit code for SVIEWINFO and SAMPLE_I
2013-03-11 Roland Scheideggertgsi: fix wrong reg used for unit for TGSI_OPCODE_TXF
2013-03-11 Marek Olšákgallium/util: attempt to fix blitting multisample textu...
2013-03-11 Marek Olšákgallium/util: dump instance_divisor
2013-03-09 Maxence Le Dorégallium/util: Correct shift value for TSC feature detec...
2013-03-07 Brian Pauldraw: add const qualifier to silence compiler warning
2013-03-06 Zack Rusindraw/llvm: fix inputs to the geometry shader
2013-03-06 Bryan Caindraw: use geometry shader info in clip_init_state if...
2013-03-06 Bryan Caindraw: account for separate shader objects in geometry...
2013-03-05 Roland Scheideggertgsi: handle projection modifier for array textures.
2013-03-04 Dave Airlieu_blitter: don't create illegal shaders for 1D/3D/RECT...
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 Scheideggergallivm: add support for texel offsets for ordinary...
2013-03-01 Marek Olšákgallium/util: add helper code for 1D integer range
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-26 Marek Olšákgallium/util: add helper util_max_layer from r600g
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 José Fonsecautil/u_blitter: Set pipe_sampler_state::normalized_coor...
2013-02-23 José Fonsecautil/dump: Use static assertion to detect string table...
2013-02-22 Brian Pauldraw: fix broken polygon offset stage
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 Roland Scheideggerdraw: make sure key size is calculated consistently.
2013-02-20 Roland Scheideggergallivm: fix indirect src register fetches requiring...
2013-02-19 Brian Pauldraw: fix non-perspective interpolation in interp()
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...
2013-02-16 Roland Scheideggergallivm: DIV shouldn't be deprecated.
2013-02-13 Marek Olšákgallium: add red-alpha texture formats and a couple...
2013-02-12 Roland Scheideggergallium: fix tgsi SAMPLE_L opcode to use separate sourc...
2013-02-12 Brian Paulutil: fix incorrect Z bit masking in util_clear_depth_s...
2013-02-11 Adhemerval Zanellallvmpipe: fix vertex_header mask store in big-endian
2013-02-09 Roland Scheideggersoftpipe: clean up lod computation
2013-02-09 Roland Scheideggersoftpipe: try to beat new dx10-style sample opcodes...
2013-02-09 Roland Scheideggergallivm: fix up size queries for dx10 sviewinfo opcode
2013-02-09 Roland Scheideggergallivm: hook up dx10 sampling opcodes
2013-02-09 Roland Scheideggergallivm: fix typo in lp_build_mul_norm
2013-02-06 Marek Olšákgallium: add RGBX formats for existing GL RGB texture...
2013-02-06 Marek Olšákgallium/util: remove duplicated function util_format_is...
2013-02-04 Brian Paulgallivm: implement support for SQRT opcode
2013-02-04 Brian Paultgsi: add support for new SQRT opcode
2013-01-29 Roland Scheideggerdraw: fix draw_llvm_variant_key struct padding to avoid...
2013-01-28 Roland Scheideggergallivm,draw,llvmpipe: mass rename of unit->texture_uni...
2013-01-28 Roland Scheideggergallivm: split sampler and texture state
2013-01-28 Marek Olšákgallium/u_upload_mgr: fix a serious memory leak
2013-01-25 Brian Paulutil: add new error checking code in vbuf helper
2013-01-25 Brian Paulutil: add some defensive coding in u_upload_alloc()
2013-01-25 Brian Paulutil: silence MSVC signed/unsigned comparison warnings
2013-01-25 Brian Paulutil: silence MSVC double->float conversion warnings
2013-01-25 Brian Paulutil: silence MSVC signed/unsigned warnings in debug_ge...
2013-01-24 Tom StellardRevert "Revert "targets/opencl: Link against libgallium...
2013-01-22 Brian Pauldraw: fix MSVC divide-by-zero compilation error
2013-01-22 Brian Pauldraw: fix problem in screen-space interpolation clip...
2013-01-22 Brian Pauldraw: improve the clipper debug/printf code
2013-01-22 Brian Pauldraw: add new debug code and comments in clip code...
2013-01-21 Maarten Lankhorstvl: round next_msc to integer frame, and kill skew_msc
2013-01-20 Adam Jacksongallium: Remove ppc asm backend
2013-01-16 Maarten Lankhorstvl/video_buffer: fix up surface ordering for the interl...
2013-01-16 Maarten Lankhorstvl/compositor: fix weave shader bugs
2013-01-15 Marek Olšákgallium/util: add a half float array to util_color
2013-01-15 Tom StellardRevert "targets/opencl: Link against libgallium.la...
2013-01-15 Marek Olšákgallium/util: fix glClear with MRT by making the FS...
2013-01-15 Brian Paulutil: add new primitive types to pipe_prim_names[]...
2013-01-12 Matt TurnerRemove hacks for static Makefiles
2013-01-11 Roland Scheideggerllvmpipe: fix clearing integer color buffers
2013-01-11 Roland Scheideggergallivm: fix border color for integer textures
2013-01-11 Roland Scheideggergallivm: more integer texture format fetch fixes
2013-01-10 Matt TurnerClean up .gitignore files
2013-01-10 Matt TurnerRemove MESA_PIC_FLAGS macro
2013-01-10 Matt Turnerbuild: Don't build pipebuffer
2013-01-10 Tom Stellardlibgallium: Convert to automake
2013-01-06 Marek Olšákr300g: implement MSAA
2013-01-04 Brian Paulutil: fix addressing bug in pipe_put_tile_z() for PIPE_...
2013-01-04 Brian Paulutil: add get/put_tile_z() support for PIPE_FORMAT_Z32_...
2013-01-04 Brian Paulgallivm: support more immediates in lp_build_tgsi_info()
2013-01-04 Brian Paulutil: move var declaration before loop to fix MSVC...
2013-01-04 Marek Olšákst/mesa: fix GetTexImage for compressed 2D array textures
2013-01-04 Marek Olšákgallium/util: remove unused helper util_create_rgba_texture
2013-01-04 Marek Olšákgallium/u_blitter: implement 3D blitting
2013-01-04 Marek Olšákgallium/u_blitter: fix blitting TEXTURE_CUBE_ARRAY...
2013-01-04 Marek Olšákgallium/u_blitter: minor simplification
2013-01-04 Marek Olšákgallium/u_blitter: unify some parameters into a dstbox...
2013-01-04 Marek Olšákgallium/u_blitter: remove useless parameter from blitte...
2013-01-04 Marek Olšákgallium/util: complete implementation of util_dump_transfer
2012-12-21 José Fonsecautil/u_format: Round when converting depth values from...
2012-12-18 Roland Scheideggergallivm: fix conversion for pure integer formats
2012-12-17 Roland Scheideggergallivm: fix texel fetch for array textures (2)
next