summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2010-11-18gallium/noop: report GL 2.1Dave Airlie
2010-11-17r600g: fix buffer alignmentAlex Deucher
2010-11-17gallium: Remove redundant sw and debug target helpersJakob Bornecrantz
2010-11-17r600g: code cleanup (indent, trailing space, empty line ...)Jerome Glisse
2010-11-17r300g: print FS inputs uninitialized due to hardware limits to stderrMarek Olšák
2010-11-17r600g: Synchronize supported color formats between Evergreen and r600/r700.Henri Verbeet
2010-11-17r600g: Swizzle vertex data only once.Henri Verbeet
2010-11-16r300g: remove the hack with OPCODE_RETMarek Olšák
2010-11-15r600g: Add PIPE_FORMAT_L8A8_UNORM for Evergreen as well.Henri Verbeet
2010-11-15r600g: Evergreen has two extra frac_bits for the sampler LOD state.Henri Verbeet
2010-11-15gallium/noop: no operation gallium driverJerome Glisse
2010-11-14r300g: return shader caps from Draw for SWTCL vertex shadersMarek Olšák
2010-11-14r300g: clean up redundancy in draw functionsMarek Olšák
2010-11-13r300g: fix texture border color for all texture formatsMarek Olšák
2010-11-12svga: fill out CAPs for indirect addressingMarek Olšák
2010-11-12r600g: fill out CAPs for indirect addressingMarek Olšák
2010-11-12r300g: fill out CAPs for indirect addressingMarek Olšák
2010-11-12nvfx: fill out CAPs for indirect addressingMarek Olšák
2010-11-12nv50: fill out CAPs for indirect addressingMarek Olšák
2010-11-12i965g: fill out CAPs for indirect addressingMarek Olšák
2010-11-12i915g: fill out CAPs for indirect addressingMarek Olšák
2010-11-11r600g: enforce minimum stride on render target texture imagesKeith Whitwell
2010-11-11r600g: do not try to use staging resource for depth texturesKeith Whitwell
2010-11-11r600g: guard experimental s3tc code with R600_ENABLE_S3TCKeith Whitwell
2010-11-11nvfx: fill PIPE_CAP_PRIMITIVE_RESTART and PIPE_CAP_SHADER_STENCIL_EXPORTLucas Stach
2010-11-10galahad: Correct the name of the scons libraryJakob Bornecrantz
2010-11-10r300g: turn magic numbers into names in the hyperz codeMarek Olšák
2010-11-10r300g: rename has_hyperz -> can_hyperzMarek Olšák
2010-11-10r300g: mention ATI in the renderer stringMarek Olšák
2010-11-09r600: fix my pessimism about PIPE_TRANSFER_x flagsKeith Whitwell
2010-11-09r600g: translate ARR instructionKeith Whitwell
2010-11-09r600g: attempt to turn on DXTn formatsKeith Whitwell
2010-11-09r600g: avoid recursion with staged uploadsKeith Whitwell
2010-11-09softpipe: can't no-op depth test stage when occlusion query is enabledBrian Paul
2010-11-08r600g: implement texture_get_handle (needed for eglExportDRMImageMESA)Benjamin Franzke
2010-11-07r600g: Mention AMD in the renderer string.Henri Verbeet
2010-11-05softpipe: disable vertex texturing with draw/llvmBrian Paul
2010-11-04llvmpipe: added some debug assertions, but disabledBrian Paul
2010-11-04r300g: Do not use buf param before checking for NULL.Guillermo S. Romero
2010-11-03r600g: Swap the util_blitter_destroy call order.José Fonseca
2010-11-03evergreeng: set hardware pixelcenters according to gl_rasterization_rulesKeith Whitwell
2010-11-03evergreeng: respect linewidth state, use integer widths onlyKeith Whitwell
2010-11-03r600g: don't call debug_get_bool_option for tiling more than onceKeith Whitwell
2010-11-03evergreeng: protect against null constant buffersKeith Whitwell
2010-11-03r600g: set hardware pixel centers according to gl_rasterization_rulesKeith Whitwell
2010-11-03r600g: remove unused flink, domain fields from r600_resourceKeith Whitwell
2010-11-03r600g: use a buffer in GTT as intermediate on texture up and downloadsKeith Whitwell
2010-11-03r600g: propogate resource usage flags to winsys, use to choose bo domainsKeith Whitwell
2010-11-03r600g: propagate usage flags in texture transfersKeith Whitwell
2010-11-02r600g: Destroy the winsys in r600_destroy_screen().Tilman Sauerbeck