ARB prog: Change handling of program parameter limits
[mesa.git] / src / gallium /
2009-08-27 Younes Mantonnv04: Handle more Z formats.
2009-08-26 Chia-I Wuegl_softpipe: Make winsys and pipe screen per display.
2009-08-26 Chia-I WuEGL_i915: Make struct drm_device per display.
2009-08-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-26 Zack Rusinst/xorg: create basic vertex shader
2009-08-26 Zack Rusinst/xorg: create basic fragment shader
2009-08-26 Jakob Bornecrantzst/dri: Add some debug code
2009-08-26 Jakob Bornecrantzst/xorg: Temporary fix for none stencil visuals
2009-08-26 Jakob Bornecrantzst/xorg: Find out correct type for depth stencil buffers
2009-08-26 Jakob Bornecrantzst/dri: Redo config generation
2009-08-26 Michel Dänzerst/xorg: Add support for dirty framebuffer region repor...
2009-08-26 Ben Skeggsst/dri: make the GL_ARB_map_buffer_range entrypoints...
2009-08-25 Zack Rusinxorg: insert shaders into the cache
2009-08-25 Zack Rusinexa: add basic code to cache vertex and fragment shaders
2009-08-25 Zack Rusinexa: check whether the op is accelerated
2009-08-25 Zack Rusinxorg: revert bad merge
2009-08-25 Michel DänzerAdd support for building the Xorg state tracker with...
2009-08-24 Pauli NieminenMerge branch 'master' of ssh://git.freedesktop.org...
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 Brian Paulxlib: fix single buffer window resize bug
2009-08-24 Pauli NieminenMerge branch 'master' of ssh://git.freedesktop.org...
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-23 Pauli NieminenMerge branch 'master' of ssh://git.freedesktop.org...
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 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-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...
next