summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-05-26r300/compiler: move hardware caps to the radeon_compiler base structMarek Olšák2-2/+4
2010-05-26rbug: add set sample mask passthrough.Dave Airlie1-0/+12
2010-05-26r300g: more efficient finish + fix commentsMarek Olšák2-6/+7
2010-05-26r300g: implement fake but compliant fencesMarek Olšák4-35/+63
2010-05-25r300g: add r300_init_render_functions, remove r300_render.hMarek Olšák4-174/+84
2010-05-25r300g: remove r300_query.hMarek Olšák4-38/+7
2010-05-25r300g: remove r300_flush.hMarek Olšák4-30/+1
2010-05-25r300g: add r300_init_blit_functions, remove r300_blit.hMarek Olšák4-77/+28
2010-05-25r300g,util: remove pipe_surface from the util_blitter_copy interface and clea...Marek Olšák3-45/+30
2010-05-25r300g,util: remove pipe_surface from the util_blitter_fill interface and clea...Marek Olšák3-32/+16
2010-05-25drm_api: Remove type argument from create screen callbackJakob Bornecrantz2-13/+4
2010-05-25llvmpipe: Stop relying on PIPE_FLUSH_TEXTURE_CACHE/PIPE_FLUSH_RENDER_CACHE ma...José Fonseca2-32/+11
2010-05-24llvmpipe: Also test compressed formats in lp_test_format()José Fonseca1-0/+2
2010-05-24llvmpipe: Fix lp_test_format on 32bit OSes.José Fonseca1-1/+1
2010-05-24llvmpipe: Delete extraneous arugment too.José Fonseca1-1/+1
2010-05-24llvmpipe: Remove unused sincos_test_case struct.José Fonseca1-6/+2
2010-05-24llvmpipe: Unit test for sin/cos that compares against reference implementation.Qicheng Christopher Li4-1/+984
2010-05-23r300g: extend compile error messageMarek Olšák2-2/+4
2010-05-23r300g: fix dummy vertex shader compilationMarek Olšák1-10/+9
2010-05-23r300g: fix warningsMarek Olšák2-2/+4
2010-05-22llvmpipe: Fill in slice_stride.José Fonseca1-0/+1
2010-05-21rbug: fix breakage due to interface changesRoland Scheidegger2-42/+56
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger48-261/+537
2010-05-21nouveau/nvfx: Fill more PIPE_CAP_MAX_ valuesPatrice Mandin1-13/+14
2010-05-21cell: assorted compilation fixesBrian Paul4-14/+32
2010-05-21cell: fix breakage from earlier draw module changesBrian Paul2-2/+2
2010-05-21gallium: remnants of old ccw stateKeith Whitwell2-2/+2
2010-05-21Merge branch 'gallium-front-ccw'Keith Whitwell18-267/+221
2010-05-20nv50: fixed other void pointer arithmetic errorsXavier Chantry1-5/+6
2010-05-20nv50: fix too long shader uploads by splitting themXavier Chantry2-8/+19
2010-05-20nv50: fill in shader limitsChristoph Bumiller1-0/+28
2010-05-20llvmpipe: more tweaks to dump_fs_variant_key()Brian Paul1-5/+7
2010-05-20llvmpipe: use util_dump_logicop()Brian Paul1-1/+1
2010-05-20llvmpipe: put variant print/debug code into separate functionBrian Paul1-59/+70
2010-05-19nv50: fix typo: s/_/./Brian Paul1-1/+1
2010-05-19i915g: remove unused flip parameterRoland Scheidegger3-3/+0
2010-05-18gallium: implement set_sample_mask() in all driversRoland Scheidegger16-1/+116
2010-05-17svga: adapt to interface changesRoland Scheidegger2-19/+42
2010-05-17r300g: adapt to interface changesRoland Scheidegger5-61/+89
2010-05-17nouveau: adapt to interface changesRoland Scheidegger8-30/+72
2010-05-17fo: adapt to interface changesRoland Scheidegger1-2/+2
2010-05-17identity: adapt to interface changesRoland Scheidegger2-51/+65
2010-05-17trace: adapt to interface changesRoland Scheidegger2-28/+40
2010-05-17i965g: adapt to interface changesRoland Scheidegger4-4/+13
2010-05-17i915g: adapt to interface changesRoland Scheidegger2-21/+67
2010-05-17softpipe: adapt to interface changesRoland Scheidegger2-16/+7
2010-05-17llvmpipe: adapt to interface changesRoland Scheidegger2-20/+27
2010-05-17cell: adapt to interface changesRoland Scheidegger2-16/+8
2010-05-17llvmpipe: fix front/back tri culling mix-upBrian Paul1-2/+2
2010-05-14softpipe: restore culling codeKeith Whitwell1-3/+21