summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-08-21util: Make the reference debuggin code more C++ friendly.José Fonseca
2010-08-21util: Remove the x86 exception handlers.José Fonseca
2010-08-21trace: Don't immediately destroy the pipe's sampler view in the trace driver.Alex Corscadden
2010-08-21trace: Trace the correct version of the resource when setting the index buffer.Alex Corscadden
2010-08-21os_stream: fix bugs in allocation pathLuca Barbieri
2010-08-21p_compiler: add replacement va_copyLuca Barbieri
2010-08-20r600g: add POW instructionJerome Glisse
2010-08-20r600g: cleanup definition, fix segfault when no valid pixel shaderJerome Glisse
2010-08-20util: Fix build for C++ compilers.Michal Krol
2010-08-20gallium: hook up reference count debugging codeLuca Barbieri
2010-08-20auxiliary: add reference count debugging codeLuca Barbieri
2010-08-20os_stream: add printf facilityLuca Barbieri
2010-08-20u_debug_symbol: add symbol name cachingLuca Barbieri
2010-08-20u_debug_symbol: add support for getting symbol names from glibcLuca Barbieri
2010-08-20u_debug_symbol: support getting a string without outputLuca Barbieri
2010-08-20auxiliary: add functions to describe gallium objectsLuca Barbieri
2010-08-20r600g: add occlusion query supportDave Airlie
2010-08-20u_staging: improve interfaceLuca Barbieri
2010-08-20gallium/docs: improve documentation for resourcesLuca Barbieri
2010-08-20targets/egl-gdi: Implement guess_gl_api.Chia-I Wu
2010-08-20galahad: remove incorrect comment just addedLuca Barbieri
2010-08-20nv50: use NV50TIC_0_2_TARGET_RECTLuca Barbieri
2010-08-20galahad: check resource_create templateLuca Barbieri
2010-08-20winsys/sw: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri
2010-08-20st/glx: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri
2010-08-20st/dri: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri
2010-08-20auxiliary: support using PIPE_TEXTURE_RECT internallyLuca Barbieri
2010-08-20u_staging: use PIPE_TEXTURE_RECTLuca Barbieri
2010-08-20u_blitter: use TGSI_TEXTURE_RECTLuca Barbieri
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri
2010-08-20gallium: add PIPE_TEXTURE_RECT targetLuca Barbieri
2010-08-20galahad, i915g: Copy over constant buffer index check.Corbin Simpson
2010-08-20galahad, i915g: Move over a few state asserts.Corbin Simpson
2010-08-19galahad: Make it obvious on stderr that Galahad's active.Corbin Simpson
2010-08-20gallium/docs: Add GalahadJakob Bornecrantz
2010-08-20translate_sse: enable on Win64Luca Barbieri
2010-08-19u_blitter: fix a memory leakMarek Olšák
2010-08-19r300g: do not use fastfill with 16-bit zbuffersMarek Olšák
2010-08-19r600g: update comments about ALU src operandsAlex Deucher
2010-08-19translate_sse: try to fix Win64Luca Barbieri
2010-08-19translate_sse: fix emit_load_sse2Luca Barbieri
2010-08-19st/egl: Fix win32 build.Chia-I Wu
2010-08-19r600g: add sin/cosDave Airlie
2010-08-19r600g: add a chiprev type for r600/r700/evergreen instead of using familyDave Airlie
2010-08-19r600g: add SSG, SEQ, SGT and SNEDave Airlie
2010-08-18gallivm: Use proper index to lookup predicate register array.michal
2010-08-18r600g: add FRC, FLR, DDX and DDYDave Airlie
2010-08-18r600g: add SGE and SLE opcodesDave Airlie
2010-08-18r600g: add TXB supportDave Airlie
2010-08-18r600g: fix TXP vs TEX in shader.Dave Airlie