mesa: handle MapTextureImage() failures in mipmap generation code
[mesa.git] / src / gallium /
2011-11-27 Dave Airlier600g: add framebuffer support for 2/10/10/10 integer
2011-11-27 Dave Airlier600g: add int support for 2/10/10/10 format.
2011-11-27 Dave Airliegallium: add B10G10R10A2_UINT format
2011-11-26 Chia-I Wuandroid: pass -std=c99 by default
2011-11-25 Thomas Hellstromst/xa: Kill a couple of compilation warnings
2011-11-25 Thomas Hellstromst/xa, xa/vmwgfx: Generate exported symbol list from...
2011-11-25 Thomas Hellstromst/xa, xa/vmwgfx: Use XA_EXPORT attribute to indicate...
2011-11-25 Thomas Hellstromst/xa, xa/vmwgfx: Set the right version on library...
2011-11-25 Chia-I Wuandroid: add support for ICS
2011-11-25 Chia-I Wust/egl: fix a crash in Android backend
2011-11-23 Brian Paulsoftpipe: s/int/unsigned/ to be consistent in alpha...
2011-11-23 Brian Paulsoftpipe: remove pointless break stmt
2011-11-23 Vasily Khoruzhicki915g: don't set alpha to 1 for RGBX and BGRX
2011-11-23 Brian Paulgallium: remove trailing comma and unneeded comments...
2011-11-22 Marek Olšákr600g: handle all remaining CAPs
2011-11-22 Marek Olšákr600g: remove default case statements in get_param
2011-11-22 Marek Olšákr300g: re-order shaders CAPs
2011-11-22 Marek Olšákr300g: handle SHADER_CAP_OUTPUT_READ
2011-11-22 Marek Olšákr300g: remove default case statements in get_param
2011-11-22 Marek Olšáku_vbuf_mgr: rename to u_vbuf
2011-11-22 Marek Olšáku_vbuf_mgr: better way to find a free VB slot + check...
2011-11-22 Marek Olšáku_vbuf_mgr: remove a useless variable
2011-11-22 Marek Olšáku_vbuf_mgr: remove redundant memset
2011-11-22 Marek Olšáku_vbuf_mgr: don't reference non-native vertex buffers...
2011-11-22 Marek Olšáku_vbuf_mgr: rename translate_vb_slot -> fallback_vb_slot
2011-11-22 Marek Olšákgallium: separate out floating-point CAPs into its...
2011-11-22 Marek Olšákgallium: remove PIPE_CAP_GLSL and enable GLSL unconditi...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Vasily Khoruzhicki915g: implement RGBX and BGRX render targets
2011-11-21 Vadim Girlinr600g: handle PIPE_SHADER_CAP_OUTPUT_READ
2011-11-21 Vadim Girlingallium: add PIPE_SHADER_CAP_OUTPUT_READ
2011-11-20 Marek Olšákr300g: set max_index to 0xffffff if there are no per...
2011-11-20 Marek Olšáku_vbuf_mgr: correctly compute max vertex count from...
2011-11-20 Marek Olšáku_vbuf_mgr: correctly obtain min/max_index for uploads...
2011-11-20 Marek Olšákr600g: use u_vbuf_mgr to set/get the index buffer
2011-11-20 Marek Olšákr300g: use u_vbuf_mgr to set/get the index buffer
2011-11-20 Marek Olšáku_vbuf_mgr: add set_index_buffer function
2011-11-20 Marek Olšáku_vbuf_mgr: add comments
2011-11-20 Marek Olšáku_vbuf_mgr: don't upload user buffers which have been...
2011-11-20 Marek Olšákr600g: set MIN/MAX_VTX_INDX to 0 and ~0, respectively
2011-11-20 Marek Olšákr300g: always set VF_MIN_VTX_INDX to 0
2011-11-19 Marek Olšákgallium/docs: remove obsolete documentation
2011-11-18 Ben Skeggsnvc0: add support for GF119 (NVD9)
2011-11-17 Vadim Girlinr600g: don't change the order of writes in merge_inst_group
2011-11-17 Ben Skeggsnvc0: add support for GF119 (NVD9)
2011-11-15 Brian Paulutil/draw: replace assertions with conditionals in...
2011-11-14 Marek Olšákr600g: fix the representation of control-flow instructions
2011-11-14 Christoph Bumillergallium: add TGSI_SEMANTIC_VERTEXID
2011-11-14 Vadim Girlinr600g: mask write for fake VS export components
2011-11-14 Vadim Girlinr600g: fix op3 & write in merge_inst_groups
2011-11-14 Alex Deucherr600g: set max max tex/vtx instructions count to 16...
2011-11-14 Vadim Girlinr600g: set max tex/vtx instructions count to 16 for...
2011-11-14 José Fonsecallvmpipe: Silent warnings about undeclared llvmpipe_che...
2011-11-14 José Fonsecautil: Avoid signed/unsigned comparison in u_trim_pipe_p...
2011-11-14 José Fonsecallvmpipe: Remove unused variables.
2011-11-14 José Fonsecallvmpipe: Make more resilient to out-of-memory situations.
2011-11-14 José Fonsecadraw: Handle failure to allocate aligned_constant_storage.
2011-11-14 José Fonsecagallivm: Remove duplicate statement.
2011-11-14 José Fonsecagallivm: Include stddef.h before the LLVM C++ headers.
2011-11-14 Dave Airliellvmpipe: fix unswizzle of packed float types.
2011-11-13 Alex Deucherr600g: properly handle cayman in is_alu_vec_unit_inst()
2011-11-13 Vadim Girlinr600g: fix cb offset for flushed_depth_texture
2011-11-13 Vadim Girlinr600g: fix stencil buffer ref counting on evergreen
2011-11-13 Vadim Girlinr600g: lazy load for AR register
2011-11-13 Vadim Girlinr600g: include INTERP_[XY|ZW] in is_alu_vec_unit_inst
2011-11-11 Brian Paulsvga: don't crash/assert if we fail to allocate a verte...
2011-11-11 Brian Pauldraw: handle out of memory conditions
2011-11-11 Brian Paulutil: check for null vertex buffer object in blit code
2011-11-10 Marek Olšákr600g: don't set the query result to 0 after a call...
2011-11-10 Marek Olšákr600g: the type of OCCLUSION_PREDICATE result should...
2011-11-10 Brian Paulradeon: silence initializer warnings
2011-11-10 Brian Pauldraw/llvm: silence uninitialized variable warnings
2011-11-10 Marek Olšákr600g: implement PIPE_QUERY_OCCLUSION_PREDICATE
2011-11-10 Marek Olšákr300g: fix query result of GPU_FINISHED
2011-11-10 Marek Olšákr300g: implement PIPE_QUERY_GPU_FINISHED
2011-11-10 Marek Olšákr300g: implement PIPE_QUERY_OCCLUSION_PREDICATE
2011-11-10 Dave Airliellvmpipe/u_format: add support for EXT_texture_shared_e...
2011-11-10 Dave Airliellvmpipe: add NV_conditional_render support.
2011-11-10 Marek Olšákr600g: remove useless texture barrier
2011-11-10 Marek Olšákr600g: flush the whole context when CS is full, not...
2011-11-10 Marek Olšákr600g: turn some CS overflow checks into assertions
2011-11-10 Marek Olšákr600g: put the rest of CS overflow checks in r600_need_...
2011-11-10 Marek Olšákr600g: flush caches regardless of render condition
2011-11-10 Marek Olšákr600g: disable render condition at the end of CS, re...
2011-11-10 Marek Olšákr600g: don't suspend queries if they have already been...
2011-11-10 Marek Olšákr600g: properly reserve CS space for queries_suspend
2011-11-10 Marek Olšákr600g: reserve CS space for a draw command in begin_que...
2011-11-10 Marek Olšákr600g: consolidate checking whether CS is full
2011-11-08 Marek Olšákr600g: clarify meaning of one variable in shader codegen
2011-11-08 Marek Olšákr600g: cosmetic changes in query code
2011-11-08 Marek Olšákr600g: use modulo for computing index into query (ring...
2011-11-08 Marek Olšákr600g: make r600_query_result more generic
2011-11-08 José FonsecaRemove tgsi_sse2.
2011-11-08 Morgan Armandsoftpipe: don't clamp or do logical operations on float...
2011-11-08 Vinson Leest/dri: Fix memory leak on error path.
2011-11-08 Chia-I Wuutil: add log2f for Android
2011-11-07 Morgan Armandsoftpipe: fix memory leaks
2011-11-06 Dave Airliellvmpipe: fix typo in the depth sampling aos code.
2011-11-06 Dave Airliellvmpipe: enable RGTC after u_format fix.
2011-11-06 Dave Airlieu_format: fix RGTC support in fits 8unorm.
next