summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-05-02r300g: do not validate buffers in check_csMarek Olšák
2010-05-02r300g: fix surface_copy for compressed formatsMarek Olšák
2010-05-02retrace: Add sampler_view_destroyJosé Fonseca
2010-05-02trace: Fix typo in method name.José Fonseca
2010-05-02r300g: always set the pitch of the first miplevel in the tiling flagsMarek Olšák
2010-05-02Revert "r300g: disable point sprites (again)"Marek Olšák
2010-05-02r300g: merge VS output mapping state (VAP) to rasterizer block state (RS)Marek Olšák
2010-05-02r300g: inline update_derived_shader_stateMarek Olšák
2010-05-02r300g: fix segfault when resizing a DRI2 framebufferMarek Olšák
2010-05-02r300g: cache tiling flags to reduce the number of DRM callsMarek Olšák
2010-05-02i965g: s/sprintf/util_snprintf/Vinson Lee
2010-05-01llvmpipe: Remove unused variable.Vinson Lee
2010-05-01swrastg: Use traceJakob Bornecrantz
2010-04-30nv50: raise constant buffers size to maximumChristoph Bumiller
2010-04-30nv50: relax restriction on surface_copy format equality a bitChristoph Bumiller
2010-04-30nv50: don't segfault on OPCODE_END for empty programsChristoph Bumiller
2010-04-30llvmpipe: fix out-of-bounds texture samplingBrian Paul
2010-04-30llvmpipe: added lp_build_sample_nop() for debuggingBrian Paul
2010-04-30Merge commit 'origin/master' into gallium-msaaRoland Scheidegger
2010-04-29util: Update caps after helpfull inputJakob Bornecrantz
2010-04-29util: Add small caps checker helperJakob Bornecrantz
2010-04-29util: Format error format string as the rest of the pipe formatsJakob Bornecrantz
2010-04-29softpipe & llvmpipe: Enable SM3 capJakob Bornecrantz
2010-04-29draw llvm: stay in bounds even if fetch_count % 4 != 0Zack Rusin
2010-04-29cso: remove commented-out code, update function docsBrian Paul
2010-04-29gallivm: add some assertions in special-case sampler codeBrian Paul
2010-04-29llvmpipe: fix texture/display target memory leakBrian Paul
2010-04-29gallium/draw: Fix PPC compiler warning.Michel Dänzer
2010-04-29gallium/draw: Fix PPC build failure.Michel Dänzer
2010-04-29r300g: fix compiler errorMarek Olšák
2010-04-29r300g: use the enum for color swizzles in the rasterizerMarek Olšák
2010-04-29r300g: rasterizer debug loggingMarek Olšák
2010-04-29r300g: fix tests/yuvrect and possibly even rendering to YUV texturesMarek Olšák
2010-04-29r300g: enable the RGBA16F renderbuffer tooMarek Olšák
2010-04-29r300g: enable float texturesMarek Olšák
2010-04-29r300g: compose swizzles from texture formats and sampler viewsMarek Olšák
2010-04-29r300g: init s3tc fetching functionsMarek Olšák
2010-04-27gallium: fix glaring bugs in last commitRoland Scheidegger
2010-04-26gallium: interface changes for multisamplingRoland Scheidegger
2010-04-26gallivm: BGNFOR/ENDFOR fallthrough to BGNLOOP/ENDLOOPAlan Hourihane
2010-04-26draw: Always use the llvm middle end when available & enabled.José Fonseca
2010-04-26svga: Pass-through max_index to translate.José Fonseca
2010-04-26draw: Pass-through pipe_buffer::max_index to translate.José Fonseca
2010-04-26translate: Take and respect a max_index argument.José Fonseca
2010-04-26r300g: Rudimentary stats, printed on exit.Corbin Simpson
2010-04-26r300g: Add stats debug flag.Corbin Simpson
2010-04-26os: Check for spurious wakeups in pipe_barrier_wait.Vinson Lee
2010-04-26r300g: Use table CS writing when applicable.Corbin Simpson
2010-04-26r300g: Add CS table writing.Corbin Simpson
2010-04-26et/egl: Remove dead code.Vinson Lee