summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r300g: decouple drawing code and two-sided stencil refvalue fallbackMarek Olšák2010-05-273-205/+154
* r300g/swtcl: handle large index count properlyMarek Olšák2010-05-261-23/+53
* r300g/swtcl: force vertex prefetching for non-indexed primitivesMarek Olšák2010-05-263-6/+7
* r300g/swtcl: move emitting AOS to prepare_for_renderingMarek Olšák2010-05-263-11/+14
* r300g/swtcl: vbo transfer sanity checksMarek Olšák2010-05-261-0/+6
* r300g: add get_cs_info winsys entrypoint, abandon check_csMarek Olšák2010-05-266-7/+27
* r300g/swtcl: do not use u_upload_mgr and do not compute max_indexMarek Olšák2010-05-262-40/+45
* r300g: remove unnecessary includesMarek Olšák2010-05-261-10/+0
* gallivm: Remove unnecessary headers.Vinson Lee2010-05-261-2/+0
* st/xorg: Remove unnecessary headers.Vinson Lee2010-05-262-2/+0
* util: Remove unnecessary headers.Vinson Lee2010-05-261-2/+0
* st/dri: Remove dri.c from SCons build.Vinson Lee2010-05-261-1/+0
* r300g: fix fence referencingMarek Olšák2010-05-261-0/+1
* r300/compiler: move hardware caps to the radeon_compiler base structMarek Olšák2010-05-262-2/+4
* rbug: add set sample mask passthrough.Dave Airlie2010-05-261-0/+12
* r300g: more efficient finish + fix commentsMarek Olšák2010-05-262-6/+7
* r300g: implement fake but compliant fencesMarek Olšák2010-05-264-35/+63
* r300g: add r300_init_render_functions, remove r300_render.hMarek Olšák2010-05-254-174/+84
* r300g: remove r300_query.hMarek Olšák2010-05-254-38/+7
* r300g: remove r300_flush.hMarek Olšák2010-05-254-30/+1
* r300g: add r300_init_blit_functions, remove r300_blit.hMarek Olšák2010-05-254-77/+28
* util: update comments at blitterMarek Olšák2010-05-251-1/+1
* util: fix indentation in blitterMarek Olšák2010-05-251-14/+14
* r300g,util: remove pipe_surface from the util_blitter_copy interface and clea...Marek Olšák2010-05-255-171/+151
* r300g,util: remove pipe_surface from the util_blitter_fill interface and clea...Marek Olšák2010-05-255-57/+45
* util: remove unused util_blitter_copy_surfaceMarek Olšák2010-05-251-19/+1
* drm_api: Remove type argument from create screen callbackJakob Bornecrantz2010-05-2512-94/+30
* gallium: Remove dri1_api.h and winsys support for DRI1Jakob Bornecrantz2010-05-254-255/+7
* st/dri: Remove DRI1 supportJakob Bornecrantz2010-05-254-596/+6
* llvmpipe: Stop relying on PIPE_FLUSH_TEXTURE_CACHE/PIPE_FLUSH_RENDER_CACHE ma...José Fonseca2010-05-252-32/+11
* gallivm: Choose an appropriate code generation optimization level.José Fonseca2010-05-251-1/+33
* sw/xlib: NULL-out pointers after freeing image dataBrian Paul2010-05-241-1/+7
* st/glx: check if deleting head of buffer listBrian Paul2010-05-241-0/+4
* llvmpipe: Also test compressed formats in lp_test_format()José Fonseca2010-05-241-0/+2
* llvmpipe: Fix lp_test_format on 32bit OSes.José Fonseca2010-05-241-1/+1
* xorg-vmwgfx: Add vmwctrl protoJakob Bornecrantz2010-04-309-0/+760
* llvmpipe: Delete extraneous arugment too.José Fonseca2010-05-241-1/+1
* llvmpipe: Remove unused sincos_test_case struct.José Fonseca2010-05-241-6/+2
* llvmpipe: Unit test for sin/cos that compares against reference implementation.Qicheng Christopher Li2010-05-244-1/+984
* gallivm: Efficient implementation of sin/cos.Qicheng Christopher Li2010-05-241-105/+429
* util/blitter: allow NULL clear colorMarek Olšák2010-05-231-5/+14
* r300g: extend compile error messageMarek Olšák2010-05-232-2/+4
* r300g: fix dummy vertex shader compilationMarek Olšák2010-05-231-10/+9
* r300g: fix warningsMarek Olšák2010-05-232-2/+4
* llvmpipe: Fill in slice_stride.José Fonseca2010-05-221-0/+1
* st_api: Give get_egl_image arguments directly to the functionJakob Borncrantz2010-05-213-15/+26
* st/glx: fix incorrect parameter typeBrian Paul2010-05-211-1/+1
* gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz2010-05-215-3/+21
* st_api: Add get param function to st_managerJakob Bornecrantz2010-05-215-1/+45
* nouveau: Fix build after msaa mergeJakob Bornecrantz2010-05-211-3/+1