r600g: fix "Fixed-Point Data Conversions"
[mesa.git] / src / gallium / drivers /
2011-04-08 Fabian Bielerllvmpipe: Take the sampler view's first_level into...
2011-04-08 Henri Verbeetsoftpipe: Take the sampler view's first_level into...
2011-04-08 Marek Olšákr300g: do not advertise R16F and RG16F on DRM < 2.8.0
2011-04-08 Marek Olšákr300g: fix texturing with sizes > 2048 on r500
2011-04-07 Henri Verbeetr600g: Unreference framebuffer state on context destruc...
2011-04-07 Henri Verbeetr600g: Use symbolic names for NUMBER_TYPE.
2011-04-07 Brian Pauldocs: replace llvmpipe/README with docs/llvmpipe.html
2011-04-07 Brian Paulllvmpipe: document issue with LLVM 2.8 and earlier...
2011-04-07 Brian Paulsvga: another tweak to adjust_x term (use -0.5)
2011-04-06 Julian Adamsr600g: Fix non-independent blend state.
2011-04-06 José Fonsecatrace: Correct/cleanup.
2011-04-06 José FonsecaRevert "trace: Dump blend state as a binary blob."
2011-04-06 José Fonsecast/python: Remove bindings, and all its dependencies.
2011-04-05 Marek Olšákr300g: postpone fragment shader state validation until...
2011-04-05 Marek Olšákr300g: fix RG/LATC1_SNORM by doing UNORM->SNORM convers...
2011-04-05 Marek Olšákr300/compiler: implement the CND opcode
2011-04-04 Bryan Cainnv50: prevent NV_OP_SELECT from having flags_def defined
2011-04-03 Marek Olšákr300g: tell the GLSL compiler to lower the continue...
2011-04-03 Marek Olšákr300g: handle DISCARD_WHOLE_RESOURCE for buffers
2011-04-01 Marek Olšákgallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in...
2011-03-31 Christoph Bumillernv50: fix for GPR allocation granularity being 16 bit
2011-03-31 Christoph Bumillernv50: copy regalloc fixes from nvc0
2011-03-29 Christoph Bumillernv50,nvc0: implement colour clamping controls
2011-03-29 Fredrik Höglundr600g: implement texture barrier
2011-03-29 Fredrik Höglundr600g: implement the pipe_screen fence functions
2011-03-29 Marek Olšákr300g: add support for all render targets with one...
2011-03-29 Marek Olšákr300g: finish up signed normalized textures and render...
2011-03-29 Marek Olšákr300g: enable clamping controls
2011-03-27 Fabian Bielerr600g: Handle texture fetch instructions with relative...
2011-03-27 Fabian Bielerr600g: Handle texture fetch instructions with neg or...
2011-03-27 Fabian Bielerr600g: Handle texture fetch instructions with swizzle...
2011-03-24 Marek Olšákr300g: fix alpha-test with no colorbuffer
2011-03-24 Brian Paulsvga: adjust triangle rasterization offset
2011-03-22 Fabian Bielerr600g: Check for relative addressing in destination...
2011-03-21 José Fonsecasvga: Avoid synchronizing when doing piecewise upload...
2011-03-21 José Fonsecasvga: Undo the DMA buffer size limiting.
2011-03-19 Christoph Bumillernv50,nvc0: implement texture barrier
2011-03-18 Johannes Obermayrnouveau: Fix serious compiler warnings
2011-03-16 José Fonsecasvga: Leave any_user_vertex_buffers flag alone.
2011-03-16 José Fonsecasvga: Hardcode SVGA_COMBINE_USERBUFFERS to 1.
2011-03-16 José Fonsecasvga: Use transfer information on buffer transfers.
2011-03-15 Daniel Vetteri915g: fix braino in the static state rework
2011-03-15 Daniel Vetteri915g: implement early z
2011-03-15 Daniel Vetteri915g: split up static state
2011-03-15 José Fonsecasvga: Tell the host to discard when doing writes withou...
2011-03-15 José Fonsecasvga: Update svga_winsys_screen::buffer_map comments.
2011-03-15 José Fonsecasvga: Ensure DMA commands are serialized with unsynchro...
2011-03-15 Marek Olšákr300g: implement the texture barrier
2011-03-15 Henri Verbeetr600g: FLT_TO_INT_FLOOR and FLT_TO_INT_RPI are vector...
2011-03-14 Alex Deucherr600g: don't set per-MRT blend bits on R600
2011-03-14 Alex Deucherr600g: Original R600 does not support per-MRT blends
2011-03-14 Henri Verbeetr600g: Properly update MULTIWRITE_ENABLE in r600_pipe_s...
2011-03-14 Henri Verbeetr600g: Fix the DB_SHADER_CONTROL mask in create_ds_state().
2011-03-14 Henri Verbeetr600g: Properly update DB_SHADER_CONTROL in evergreen_p...
2011-03-14 Henri Verbeetr600g: Move fetch shader register setup to r600_state...
2011-03-14 Henri Verbeetr600g: Move r600_pipe_shader_ps() to r600_state.c.
2011-03-14 Henri Verbeetr600g: Move r600_pipe_shader_vs() to r600_state.c.
2011-03-14 Rafael Monicar600g: Evergreen add support for log opcode.
2011-03-14 Marek Olšákr300g: clamp after blending for fixed-point formats...
2011-03-13 José Fonsecagallivm: Use LLVM MC disassembler, instead of udis86.
2011-03-13 Christoph Bumillernv50,nvc0: don't assert on cso with 0 vertex elements
2011-03-13 Jakob Bornecrantzrbug: Use the call mutex
2011-03-13 Mathias Fröhlichr600g: Only update DB_SHADER_CONTROL once in r600_pipe_...
2011-03-13 Jakob Bornecrantzrbug: Skip drawing on disabled shaders
2011-03-13 Jakob Bornecrantzi915g: Lie more so we get GLSL
2011-03-13 Jakob Bornecrantzi915g: Point sprite cap could be supported
2011-03-13 Jakob Bornecrantzi915g: Sort cap list
2011-03-13 Christoph Bumillernvc0: support edge flags
2011-03-13 Christoph Bumillernvc0: fix POLYGON_MODE_BACK macro copy/paste error
2011-03-13 Christoph Bumillernv50,nvc0: fix pipe context switch
2011-03-13 Christoph Bumillernv50,nvc0: clean up flushes
2011-03-13 Christoph Bumillernv50,nvc0: add some missing resource referencing
2011-03-13 Christoph Bumillernvc0: mask out centroid bit for writing FP header
2011-03-13 Christoph Bumillernvc0: identify VERTEX_QUARANTINE
2011-03-13 Christoph Bumillernvc0: don't enable early-z if alpha test is enabled
2011-03-13 Christoph Bumillernvc0: move sprite coord replace state into cso
2011-03-13 Christoph Bumillernvc0: s/nblocksx/nblocksy for height in resource_copy_r...
2011-03-13 Christoph Bumillernvc0: fix unitialized variable in TGSI sysval decl...
2011-03-13 Christoph Bumillernvc0: update/fix supported instruction src modifiers
2011-03-12 Daniel Vetteri915g: fix transfer coherency
2011-03-12 Daniel Vetteri915g: don't recalculate fb dimension
2011-03-12 Daniel Vetteri915g: use y-tiling when the blitter is not used
2011-03-12 Daniel Vetteri915g: implement copy_region using u_blitter
2011-03-12 Daniel Vetteri915g: fix use after free
2011-03-12 Carl-Philip Hänschr600g: Fix VS sampler view offsets for r600/r700.
2011-03-12 Henri Verbeetr600g: Fix an unused variable warning.
2011-03-12 Marek Olšákllvmpipe: fix warning: ‘t0’ may be used uninitialized...
2011-03-12 Marek Olšákr300g: implement fragment color clamping in the shader
2011-03-11 Adam Jacksonr600g: revert unintentional commit
2011-03-11 Adam Jacksonr600: Build fix
2011-03-11 Marek Olšákgallium: remove flags from the flush function
2011-03-11 Marek Olšákgallium: remove the geom_flags param from is_format_sup...
2011-03-11 Marek Olšákgallium: cleanup fence_signalled and fence_finish
2011-03-11 Marek Olšákgallium: kill is_resource_referenced
2011-03-11 José Fonsecasvga: Propagate discard/unsynchronized flags to the...
2011-03-11 Nicolas Peninguyr300g: fix alignement for NPOT values in hyperz setup
2011-03-10 Thomas HellstromRevert "gallium/svga: Only upload parts of vertexarrays...
2011-03-10 Daniel Vetteri915g: implement surface clear functions using hw-clear
2011-03-10 Daniel Vetteri915g: make set_framebuffer_state more robust
2011-03-10 Daniel Vetteri915g: implement hw clear
next