xorg: fix compilation
[mesa.git] / src / gallium /
2009-08-24 Zack Rusinxorg: fix compilation
2009-08-24 Zack Rusinxorg: start on code accelerating render
2009-08-24 Zack RusinMerge branch 'master' of ssh://zack@git.freedesktop...
2009-08-24 Zack Rusinopenvg: fix vgTransformPath with relative coords
2009-08-24 Brian Paulxlib: fix single buffer window resize bug
2009-08-24 Cooper Yuantgsi: Fix build error due to commit acc7da90
2009-08-24 José Fonsecatgsi: Only free temp uregs.
2009-08-24 José Fonsecatgsi: Pass pipe_context as a parameter to ureg_create_s...
2009-08-24 Keith Whitwelltgsi: add generic instruction builder
2009-08-24 Cooper Yuanr300g: Set the vector address in the input memory for...
2009-08-22 Jakob Bornecrantzst/dri: Remove some debug prints
2009-08-22 Jakob Bornecrantzst/dri: Find out if the drawable is a pixmap
2009-08-22 Jakob Bornecrantzst/dri: Fix frontbuffer rendering with DRI2
2009-08-22 Jakob Bornecrantzst/xorg: Handle fake fronts correctly for pixmaps
2009-08-22 Jakob Bornecrantzi915g: Remove bad assert on fence
2009-08-21 Ian RomanickMerge branch 'asm-shader-rework-1'
2009-08-21 Chia-I Wuegl_softpipe: Do not flush unlinked context.
2009-08-21 Jakob Bornecrantzst/egl: Add support for drmModeDirtyFB command if found
2009-08-20 Christoph Bumillernv50: use VTX_ATTR_nF for constant vtxelts
2009-08-20 Christoph Bumillernv50: set vertex buffer limits
2009-08-20 Christoph Bumillernv50: modify vbo format to hw translation, add BGRA...
2009-08-20 Jakob Bornecrantzst/egl: Open the first drm node
2009-08-20 Brian Paultgsi: when printing/dumping programs indent loops and...
2009-08-20 Brian Paultgsi: check for SOA dependencies in SSE and PPC code...
2009-08-20 Brian Paultgsi: handle SOA dependencies for MOV/SWZ
2009-08-20 Brian Paultgsi: added tgsi_full_instruction::Flags field
2009-08-19 Brian Paulgallium: rename copy/fill_rect utility functions
2009-08-19 Brian Paulgallium: fix tags target in Makefile.template
2009-08-19 José Fonsecatgsi: Add missing include.
2009-08-19 José Fonsecatgsi: Fix typo in ureg constant creation.
2009-08-19 Keith Whitwellst/xlib: remove a couple more 'fake' references
2009-08-19 Keith Whitwellst/xlib: remove dead ungrab helper
2009-08-19 Keith Whitwelltgsi: silence compiler warning
2009-08-19 Keith Whitwelltgsi: remove unused function argument
2009-08-19 Keith Whitwelltgsi: add missing functionality to support instructions...
2009-08-19 Corbin Simpsonr300g: Force off ZTOP optimizations for now.
2009-08-19 Corbin Simpsonr300g: Utilize DONTBLOCK.
2009-08-19 Corbin Simpsonradeon-gallium: Oh, look, we *do* already support DONTB...
2009-08-19 Corbin Simpsonr300g: Massively cleanup OQ.
2009-08-19 Corbin Simpsonr300g: Add high_second_pipe cap for R3xx chipsets.
2009-08-19 Corbin Simpsonradeon-gallium: Stop using outdated ioctls.
2009-08-19 Corbin SimpsonRevert "r300-gallium, radeon-gallium: Nuke gb_pipes...
2009-08-18 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-18 Brian Paulegl/xlib: move call to create_configs() after we set...
2009-08-18 Brian Paultgsi/ppc: we don't implement saturation modes yet
2009-08-18 Brian Paultgsi/sse: we don't implement saturation modes yet
2009-08-18 Ian RomanickMerge branch 'master' into asm-shader-rework-1
2009-08-18 Jakob Bornecrantzegl: Create the front texture the properly
2009-08-18 Brian Paulgallium: improved comments, minor whitespace changes
2009-08-18 Chia-I Wuegl: Some per-driver data should be per-display.
2009-08-18 Chia-I Wuegl: Overhaul driver API.
2009-08-17 Brian Paulgallium: memset() tgsi_exec_machine to all zeros in...
2009-08-17 Maarten Maathuisnv50: remove a few cases of directly casting struct...
2009-08-17 Maarten Maathuisnv50: borrow some flushing code from the ddx
2009-08-17 Maarten Maathuisgallium: Make PIPE_TRANSFER_{READ,WRITE,READ_WRITE...
2009-08-17 Maarten Maathuisnv50: whitespace fixes and deobfuscation
2009-08-17 Brian Paulcell: fix incorrect pipe_transfer tests
2009-08-17 Christoph Bumillernv50: fix stencil state
2009-08-15 Maciej CencoraMerge branch 'oq'
2009-08-15 Maarten Maathuisnv50: avoid a NULL-ptr dereference when the pipe contex...
2009-08-15 Christoph Bumillernv50: align registers used with TEX to 4
2009-08-14 Maciej CencoraMerge branch 'vbo_clean'
2009-08-14 José Fonsecagallium: Always map for READ flag when DISCARD is not...
2009-08-14 José Fonsecatrace: Remove space next to the class attribute of...
2009-08-14 José Fonsecapython/retrace: Open bz2 files correctly.
2009-08-14 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-14 Keith Whitwellst/xlib: reduce the proliferation of GLX context types
2009-08-14 Keith Whitwellst/dri: remove unused dummyContext value
2009-08-14 Christoph Bumillernv50: fix mipmap offsets and tiling
2009-08-14 Christoph Bumillernv50: make sure we don't re-emit outdated scissor state
2009-08-14 Christoph Bumillernv50: make use of the y-origin switch
2009-08-14 Chia-I Wust/vega: Add more symbols defined by mesa/st.
2009-08-14 Christoph Bumillernv50: fix typo in REALLOC's 2nd argument in ctor_immd
2009-08-13 Michel Dänzerst/dri: Add support for GLX_EXT_texture_from_pixmap...
2009-08-13 Michel Dänzergallium/drm: Handle circular dependencies in the auxili...
2009-08-13 Michel Dänzerst/xorg: Fix DRI2 CopyRegion hook.
2009-08-13 Keith Whitwelltgsi: add simple facility for releasing and reusing...
2009-08-13 Keith Whitwelltgsi: rename ureg src/dest converters
2009-08-13 José Fonsecadraw: Remove unused variable.
2009-08-13 Keith WhitwellMerge branch 'mesa_7_5_branch'
2009-08-13 Keith Whitwelldraw: cope with more primitives in draw_pipeline_run
2009-08-13 Keith Whitwelltgsi: turn off debugging
2009-08-13 Keith Whitwelltgsi: use REALLOC for growing token pool
2009-08-13 Keith Whitwellutil: silence warnings for third REALLOC argument
2009-08-13 Keith Whitwellutil: remove unneeded includes
2009-08-13 Keith Whitwellutil: convert u_simple_shaders to use tgsi_ureg
2009-08-13 Keith Whitwelltgsi: add tgsi_ureg, a simplified tgsi shader builder
2009-08-13 Brian PaulMerge branch 'new-frag-attribs'
2009-08-12 Michel Dänzerst/xorg: Acquire/drop DRM master in order to work with...
2009-08-12 Brian Paulgallium/glx/xlib: main/ prefix on Mesa includes, remove...
2009-08-12 Brian Paulgallium/glx/xlib: updated comments
2009-08-12 Brian Paulgallium/glx/xlib: delete fakeglx.h
2009-08-12 Brian Paulgallium/glx/xlib: rename fakeglx.c to glx_api.c
2009-08-12 Brian Paulgallium/glx/xlib: delete glxapi.h
2009-08-12 Brian Paulgallium/glx/xlib: rename fakeglx_fonts.c to glx_usefont.c
2009-08-12 Brian Paulgallium/glx/xlib: rename glxapi.c to glx_getproc.c
2009-08-12 Brian Paulgallium/glx/xlib: don't include fakeglx.h
2009-08-12 Brian Paulgallium/glx/xlib: overhaul and simplification of the...
2009-08-12 Brian Paulgallium/trace: remove stray semicolons
2009-08-12 Brian Paulgallium/xlib: add missing tex_usage parameter
next