r600g/sb: handle more cases for folding in gvn pass
[mesa.git] / src / gallium /
2013-05-28 Vadim Girlinr600g/sb: handle more cases for folding in gvn pass
2013-05-27 Christian Königst/vdpau: destroy handle table only when it's empty
2013-05-27 Christian Königst/vdpau: remove vlCreateHTAB from surface functions
2013-05-27 Christian Königst/vdpau: invalidate the handles on destruction
2013-05-27 Vadim Girlinr600g/sb: improve folding for SETcc
2013-05-27 Vadim Girlinr600g/sb: optimize CNDcc instructions
2013-05-27 Vadim Girlinr600g/sb: improve optimization of conditional instructions
2013-05-27 Chia-I Wuilo: enable multiple constant buffers
2013-05-27 Chia-I Wuilo: add support for indirect access of CONST in FS
2013-05-27 Chia-I Wuilo: add support for TBOs on GEN6
2013-05-27 Chia-I Wuilo: advertise supports for pure integer formats
2013-05-27 Chia-I Wuilo: add support for texture buffer objects
2013-05-27 Chia-I Wutgsi: add buffer texture to tgsi_util_get_texture_coord...
2013-05-26 Vadim Girlinr600g/sb: improve handling of KILL instructions
2013-05-26 Vadim Girlinr600g/sb: fix peephole optimization for PRED_SETE
2013-05-26 Vadim Girlinr600g/sb: fix scheduling of PRED_SET instructions
2013-05-25 Vadim Girlinr600g/sb: fix handling of preloaded inputs for compute...
2013-05-24 Brian Paulst/glx: add null ctx check in glXDestroyContext()
2013-05-24 Brian Paulst/glx/xlib: assorted whitespace, comment fixes
2013-05-24 Vadim Girlinr600g/sb: fix incorrect assert
2013-05-24 Vadim Girlinr600g/sb: relax some restrictions for FETCH instructions
2013-05-24 Vadim Girlinr600g/sb: relax register allocation for compute shaders
2013-05-24 Vadim Girlinr600g/sb: fix gpr array handling for compute shaders
2013-05-24 Vadim Girlinr600g/sb: fix buffer overflow in sb_ostream
2013-05-23 Tom Stellardr600g/compute: Use common transfer_{map,unmap} function...
2013-05-23 Tom Stellardr600g/compute: Use common transfer_{map,unmap} function...
2013-05-23 Rob Clarkfreedreno: scissor fix
2013-05-23 Rob Clarkfreedreno: implement pipe->resource_copy_region()
2013-05-23 Vinson Leeilo: Initialize need_flush in draw_vbo.
2013-05-23 Vinson Leeradeon: Initialize variables in radeon_llvm_context_init.
2013-05-22 Roland Scheideggersoftpipe: change TEX_TILE_SIZE and NUM_TEX_TILE_ENTRIES
2013-05-22 Roland Scheideggersoftpipe: disambiguate TILE_SIZE / TEX_TILE_SIZE
2013-05-22 Roland Scheideggerllvmpipe: disable simple_shader optimization
2013-05-22 Roland Scheideggerllvmpipe: fix early depth test / late depth write stenc...
2013-05-22 Roland Scheideggerllvmpipe: fix issue with not writing new stencil values
2013-05-22 Roland Scheideggerllvmpipe: (trivial) remove confusing code in stencil...
2013-05-22 Roland Scheideggerllvmpipe: fix bug in early depth test / late depth...
2013-05-22 Alexander von Gluck IVHaiku: Add Gallium winsys and target code
2013-05-22 Chia-I Wuilo: set more fields of 3DSTATE_DEPTH_BUFFER
2013-05-22 Chia-I Wuilo: correctly set view extent in SURFACE_STATE
2013-05-22 Chia-I Wuilo: avoid unnecessary emission of SO states
2013-05-21 Michel Dänzerradeonsi: Fix user clip planes
2013-05-21 Michel Dänzerradeonsi: Handle TGSI_SEMANTIC_CLIPVERTEX
2013-05-21 Michel Dänzerradeonsi: Initial support for multiple constant buffers
2013-05-21 Michel Dänzerradeonsi: Fix handling of TGSI_SEMANTIC_PSIZE
2013-05-21 Marek Olšákradeonsi: increase array size for shader inputs and...
2013-05-21 Brian Paulst/glx/xlib: check for null ctx pointer in glXIsDirect()
2013-05-21 José Fonsecascons: Don't force stabs debug format for Mingw.
2013-05-21 Chia-I Wuilo: use BLT engine to copy between textures
2013-05-21 Chia-I Wuilo: use BLT engine to copy between buffers
2013-05-21 Chia-I Wuilo: refactor blitter_xy_color_blt()
2013-05-21 Chia-I Wuilo: replace cp hooks by cp owner and flush callback
2013-05-21 Chia-I Wuilo: harware contexts are only for the render ring
2013-05-21 Chia-I Wuilo: update format mappings
2013-05-21 Chia-I Wuilo: update headers from i965
2013-05-20 Vincent Lejeuner600g/llvm: fix cubemap lod/bias
2013-05-20 Vincent Lejeuner600g/llvm: Fix texelFetchOffset-2D
2013-05-20 Vincent Lejeuner600g/llvm: Fix cubearray textureSize
2013-05-20 Vincent Lejeuner600g/llvm: Factorize code loading from const buffer.
2013-05-17 Roland Scheideggerllvmpipe: enable z32s8x24 format
2013-05-17 Roland Scheideggerllvmpipe: handle z32s8x24 depth/stencil format
2013-05-17 Roland Scheideggerllvmpipe: get rid of unused tiled/linear logic
2013-05-17 Roland Scheideggerllvmpipe: fix bogus handling of first_layer when settin...
2013-05-17 Roland Scheideggergallivm: handle z32s8x24 format for sampling
2013-05-17 José Fonsecagallivm: Eliminate 8.8 fixed point intermediates from...
2013-05-17 José Fonsecagallivm: Add and use lp_build_lerp_3d.
2013-05-17 Tom Stellardradeon/llvm: Run standard optimization passes on conput...
2013-05-16 Niels Ole Salscheiderr600g: fixup for MSAA texture support checking
2013-05-16 José Fonsecallvmpipe: Temporary workaround to prevent segfault...
2013-05-16 José Fonsecagallivm: Support pointers in lp_build_print_value().
2013-05-16 Chia-I Wuilo: emit 3DSTATE_STENCIL_BUFFER on GEN7+
2013-05-16 Chia-I Wuilo: add support for stencil resources on GEN7+
2013-05-16 Chia-I Wuwinsys/intel: test for and expose address swizzling
2013-05-15 Marek Olšákr600g: cleanup MSAA texture support checking
2013-05-15 Marek Olšákr600g: rewrite FMASK allocation, fix FMASK texturing...
2013-05-15 José Fonsecadraw: More defensive coding in DRAW_GET_IDX.
2013-05-15 José Fonsecadraw: Fix vsplit regression when the ib can be used...
2013-05-15 Chia-I Wuilo: clean up transfer format conversion
2013-05-15 Chia-I Wuilo: rework transfer mapping method choosing
2013-05-15 Chia-I Wuilo: refactor transfer mapping
2013-05-15 Chia-I Wuilo: no writeback without PIPE_TRANSFER_WRITE
2013-05-15 Chia-I Wuilo: minor cleanups for transfers
2013-05-15 Chia-I Wuilo: simplify ilo_texture_get_slice_offset()
2013-05-14 Zack Rusindraw/gs: fix extracting of the clip
2013-05-14 Zack Rusindraw: try to prevent overflows on index buffers
2013-05-14 Zack Rusindraw: use the total number of vertices for statistics
2013-05-14 Zack Rusindraw: don't crash on vertex buffer overflow
2013-05-14 Zack Rusingallivm/soa: implement indirect addressing in immediates
2013-05-14 Zack Rusindraw/gs: don't bind the tgsi state if we're using llvm...
2013-05-14 Vinson Leegallivm: Fix build with LLVM >= 3.4 r181680.
2013-05-14 Alex Deucherradeonsi: update r600_get_llvm_processor_name for hainan
2013-05-14 Alex Deucherradeonsi: add support for hainan chips
2013-05-14 José Fonsecadraw: Fix io_ptr/num_prims name in IR.
2013-05-14 José Fonsecagraw/tgsi_dump: Fix gdb macro.
2013-05-14 Vadim Girlinr600g/sb: add missing cases for ARUBA chips
2013-05-14 Vadim Girlinr600g/sb: get rid of standard c++ streams
2013-05-14 Vadim Girlinr600g/sb: separate bytecode decoding and parsing
2013-05-14 Christian Königvl/vdpau: fix PresentationQueueQuerySurfaceStatus
2013-05-14 Chia-I Wuilo: rework ilo_texture
2013-05-14 Chia-I Wuilo: rename ilo_resource to ilo_texture
next