summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-05-27r600g: adapt to latest interfaces changesMarek Olšák
2010-05-27r600g: Initial importJerome Glisse
2010-05-27llvmpipe: s/bool/boolean/Brian Paul
2010-05-27llvmpipe: s/bool/booleanBrian Paul
2010-05-27sw/xlib: avoid dereferencing a null pointerBrian Paul
2010-05-27gallivm: add assertions to check type of phi variablesBrian Paul
2010-05-27r300g/swtcl: fix secondary color and back-face color outputsMarek Olšák
2010-05-27llvmpipe: Refer to my personal udis86 repository.José Fonseca
2010-05-27util: Also add a define for the dynamic library's prefix.José Fonseca
2010-05-27egl/mks: remove extra param from function callBrian Paul
2010-05-27egl_g3d: add missing param to egl_g3d_st_manager_get_egl_image()Brian Paul
2010-05-27r300g: decouple drawing code and two-sided stencil refvalue fallbackMarek Olšák
2010-05-26r300g/swtcl: handle large index count properlyMarek Olšák
2010-05-26r300g/swtcl: force vertex prefetching for non-indexed primitivesMarek Olšák
2010-05-26r300g/swtcl: move emitting AOS to prepare_for_renderingMarek Olšák
2010-05-26r300g/swtcl: vbo transfer sanity checksMarek Olšák
2010-05-26r300g: add get_cs_info winsys entrypoint, abandon check_csMarek Olšák
2010-05-26r300g/swtcl: do not use u_upload_mgr and do not compute max_indexMarek Olšák
2010-05-26r300g: remove unnecessary includesMarek Olšák
2010-05-26gallivm: Remove unnecessary headers.Vinson Lee
2010-05-26st/xorg: Remove unnecessary headers.Vinson Lee
2010-05-26util: Remove unnecessary headers.Vinson Lee
2010-05-26st/dri: Remove dri.c from SCons build.Vinson Lee
2010-05-26r300g: fix fence referencingMarek Olšák
2010-05-26r300/compiler: move hardware caps to the radeon_compiler base structMarek Olšák
2010-05-26rbug: add set sample mask passthrough.Dave Airlie
2010-05-26r300g: more efficient finish + fix commentsMarek Olšák
2010-05-26r300g: implement fake but compliant fencesMarek Olšák
2010-05-25r300g: add r300_init_render_functions, remove r300_render.hMarek Olšák
2010-05-25r300g: remove r300_query.hMarek Olšák
2010-05-25r300g: remove r300_flush.hMarek Olšák
2010-05-25r300g: add r300_init_blit_functions, remove r300_blit.hMarek Olšák
2010-05-25util: update comments at blitterMarek Olšák
2010-05-25util: fix indentation in blitterMarek Olšák
2010-05-25r300g,util: remove pipe_surface from the util_blitter_copy interface and clea...Marek Olšák
2010-05-25r300g,util: remove pipe_surface from the util_blitter_fill interface and clea...Marek Olšák
2010-05-25util: remove unused util_blitter_copy_surfaceMarek Olšák
2010-05-25drm_api: Remove type argument from create screen callbackJakob Bornecrantz
2010-05-25gallium: Remove dri1_api.h and winsys support for DRI1Jakob Bornecrantz
2010-05-25st/dri: Remove DRI1 supportJakob Bornecrantz
2010-05-25llvmpipe: Stop relying on PIPE_FLUSH_TEXTURE_CACHE/PIPE_FLUSH_RENDER_CACHE ma...José Fonseca
2010-05-25gallivm: Choose an appropriate code generation optimization level.José Fonseca
2010-05-24sw/xlib: NULL-out pointers after freeing image dataBrian Paul
2010-05-24st/glx: check if deleting head of buffer listBrian Paul
2010-05-24llvmpipe: Also test compressed formats in lp_test_format()José Fonseca
2010-05-24llvmpipe: Fix lp_test_format on 32bit OSes.José Fonseca
2010-04-30xorg-vmwgfx: Add vmwctrl protoJakob Bornecrantz
2010-05-24llvmpipe: Delete extraneous arugment too.José Fonseca
2010-05-24llvmpipe: Remove unused sincos_test_case struct.José Fonseca
2010-05-24llvmpipe: Unit test for sin/cos that compares against reference implementation.Qicheng Christopher Li