r600g: fix dynamic_input_array_index.shader_test
[mesa.git] / src / gallium / drivers /
2014-01-27 Ilia Mirkinnv50: report glsl 1.50 now that gp tests pass
2014-01-27 Ilia Mirkinnv50: add support for texelFetch'ing MS textures, ARB_t...
2014-01-27 Ilia Mirkinnv50: copy nvc0's get_sample_position implementation
2014-01-27 Ilia Mirkinnv50: add comments about CB_AUX contents
2014-01-27 Ilia Mirkinnvc0: don't forget to also clear additional layers
2014-01-27 Ilia Mirkinnv50: don't forget to also clear additional layers
2014-01-27 Ilia Mirkinnv50: allocate an extra code bo to avoid dmesg spam
2014-01-27 Ilia Mirkinnv50: GP_REG_ALLOC_RESULT must be positive
2014-01-27 Ilia Mirkinnv50: VP_RESULT_MAP_SIZE has to be positive
2014-01-27 Ilia Mirkinnv50: enable primitive id generation when it is an...
2014-01-27 Ilia Mirkinnv50: handle gl_Layer writes in GP
2014-01-27 Ilia Mirkinnv50: properly set the PRIMITIVE_ID enable flag when...
2014-01-27 Ilia Mirkinnv50/ir: add support for gl_PrimitiveIDIn
2014-01-27 Ilia Mirkinnv50/ir: fix support for shader input + immediate in gp
2014-01-27 Ilia Mirkinnv50/ir: disallow shader input + cbuf in same instructi...
2014-01-27 Ilia Mirkinnv50/ir: disallow predicates on emit/restart ops
2014-01-27 Ilia Mirkinnv50: allow vert_count to be >255
2014-01-27 Bryan Cainnv50: add support for geometry shaders
2014-01-27 Bryan Cainnv50/ir: delay calculation of indirect addresses
2014-01-27 Christoph Bumillernv50/ir: fix PFETCH and add RDSV to get VSTRIDE for GPs
2014-01-27 Ilia Mirkinnv50/ir: txg not available on nvaa/nvac
2014-01-27 Ilia Mirkinnv50, nvc0: only clear out the buffers that we were...
2014-01-27 Ilia Mirkinnv50, nvc0: clear out RT on a null cbuf
2014-01-27 Ilia Mirkinnv50: don't leak heap on tls alloc failure
2014-01-27 Ilia Mirkinnouveau/codegen: set dType to S32 for OP_NEG U32
2014-01-24 Brian Paulsvga: rename "tex_usage" to "bindings", add comments
2014-01-23 Brian Paulsvga: fix PS output register setup regression
2014-01-23 Brian Paulsvga: minor code movement in svga_tgsi_insn.c
2014-01-23 Brian Paulsvga: whitespace, formatting fixes in svga_state_frameb...
2014-01-23 Brian Paulsvga: simplify common immediate value construction
2014-01-23 Brian Paulsvga: add comments, etc to svga_tgsi_insn.c code
2014-01-23 Brian Paulsvga: assorted cleanups in shader code
2014-01-23 Brian Paulsvga: rename shader_result -> variant
2014-01-23 José Fonsecaradeon: More missing stdio.h includes.
2014-01-23 José Fonsecaradeon: Adding missing stdio.h include.
2014-01-23 José Fonsecagallium: Use C11 thread abstractions.
2014-01-23 Marek Olšákgallium: remove PIPE_CAP_SCALED_RESOLVE
2014-01-23 Marek Olšákradeonsi: use hardware scissors correctly
2014-01-23 Marek Olšákradeonsi: handle R600_CONTEXT_PS_PARTIAL_FLUSH in si_em...
2014-01-23 Marek Olšákr600g,radeonsi: if discarding whole buffer range, disca...
2014-01-22 Dave Airliellvmpipe: dump geometry shaders when using LP_DEBUG...
2014-01-21 Brian Paulsvga: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS
2014-01-21 Brian Paulsvga: rename color output variables
2014-01-21 Brian Paulsvga: fix clearing for null color buffers
2014-01-20 Brian Paulsoftpipe: fix crash when accessing null colorbuffer
2014-01-20 José Fonsecai915,r200,radeon,vega: Change vendor from "VMware,...
2014-01-18 Emil Velikovnv50: drop obsolete check from error path
2014-01-18 Emil Velikovnv50: assert before trying to out-of-bounds access...
2014-01-18 Emil Velikovnv50: assert before trying to out-of-bounds access...
2014-01-18 Emil Velikovnv50: assert before trying to out-of-bounds access...
2014-01-18 Emil Velikovnv50: pass vtxbuf index as unsigned
2014-01-18 Emil Velikovnv50: assert before trying to out-of-bounds access...
2014-01-18 Emil Velikovnv50: typecast the result of ffs() to unsigned
2014-01-18 Emil Velikovnv50: assert before trying to out-of-bounds access...
2014-01-18 Emil Velikovnv50: access only the available amount of constbuf
2014-01-18 Emil Velikovnv50: access only the available amount of textures
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-17 José Fonsecatrace: Re-license trace.xsl under MIT license.
2014-01-17 Brian Paulsvga: fix crash when clearing null color buffer
2014-01-17 Brian Paulllvmpipe: handle NULL color buffer pointers
2014-01-17 Brian Paulsoftpipe: handle NULL color buffer pointers
2014-01-17 Roland Scheideggerllvmpipe: fix large point rasterization with point_quad...
2014-01-17 Roland Scheideggergallium: add bits for clipping points as tris (d3d...
2014-01-16 Zack Rusinllvmpipe: do constant buffer bounds checking in shaders
2014-01-16 Ilia Mirkinnv50, nvc0: initialize ctx->sample_mask to ~0
2014-01-16 Aaron Watryradeon: Move gfx/dma cs cleanup to r600_common_context_...
2014-01-14 Chia-I Wuilo: handle NULL renderbuffers correctly
2014-01-14 Chia-I Wuilo: disable HiZ for misaligned levels
2014-01-14 Chia-I Wuilo: use a helper to determine if HiZ is enabled
2014-01-14 Chia-I Wuilo: decide on hiz first in texture allocation
2014-01-14 Chia-I Wuilo: emit gen7_wa_pipe_control_wm_max_threads_stall...
2014-01-14 Chia-I Wuilo: use HALIGN_4 on GEN7 for depth buffers
2014-01-14 Chia-I Wuilo: OOM for HiZ is fatal on GEN6
2014-01-14 Chia-I Wuilo: fix a HiZ bo leakage
2014-01-14 Chia-I Wuilo: simplify ilo_texture_set_slice_flags()
2014-01-13 Andreas Hartmetzradeonsi: Rename the commonly occurring rscreen variable.
2014-01-13 Andreas Hartmetzradeonsi: Rename the commonly occurring rctx/r600 varia...
2014-01-13 Andreas Hartmetzradeonsi: Rename r600_trace_emit->si_trace_emit.
2014-01-13 Andreas Hartmetzradeonsi: Rename R600->SI in some remaining defines.
2014-01-13 Andreas Hartmetzradeonsi: Rename radeonsi->si remaining identifiers...
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si remaining identifiers in...
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si remaining identifiers in...
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si remaining identifiers in...
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si remaining identifiers in...
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si remaining identifier in si_hw...
2014-01-13 Andreas Hartmetzradeonsi: Rename radeonsi->si remaining identifiers...
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si remaining identifiers in...
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for functions in si_pipe.h.
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for functions in si.h.
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for functions in si_resource.h.
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for structs in si_resource.h.
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for structs in si.h.
2014-01-13 Andreas Hartmetzradeonsi: Rename r600->si for structs in si_pipe.h.
2014-01-13 Andreas Hartmetzradeonsi: Apply si_* file naming scheme.
2014-01-13 Marek Olšákr600g: fix glClearBuffer by handling PIPE_CLEAR_COLORi...
2014-01-13 Marek Olšákr600g: handle NULL colorbuffers correctly on R600-R700
2014-01-13 Marek Olšákr600g: handle NULL colorbuffers correctly on Evergreen
2014-01-13 Marek Olšákradeonsi: handle NULL colorbuffers correctly
2014-01-09 José Fonsecallvmpipe: Honour pipe_rasterizer::point_quad_rasterization.
2014-01-09 Thomas Sondergaardmesa: Work around internal compiler error
next