r600: split state emit into block specific functions
[mesa.git] / src / gallium /
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 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
2009-08-12 Brian Paulgallium/egl: add missing tex_usage parameter
2009-08-12 Brian Paulgallium/xlib: add missing tex_usage parameter
2009-08-12 Brian Paulgallium/identity: remove stray semicolons
2009-08-12 Jakob Bornecrantzi915g: Reduce max relocs
2009-08-12 Jakob Bornecrantzi915g: Check relocs as well
2009-08-11 Jakob Bornecrantzi915g: Implement surface_buffer_create for softpipe
2009-08-11 Jakob Bornecrantzgallium: Add texture usage information to surface_buffe...
2009-08-11 Brian Paulgallium: fix debug_printf() format string
2009-08-11 Michel Dänzerr300g: Fix up remaining VAP_CNTL_STATUS writes for...
2009-08-11 Michel Dänzerr300g: Emit relocations for pitch registers.
2009-08-11 Cooper Yuanr300g: a typo of debug message
2009-08-08 Corbin Simpsonr300g: Knock out another fragment of invariant state.
2009-08-08 Corbin Simpsongallium: Move minify() to u_math.
2009-08-08 Corbin Simpsonr300g: Remove r300_constant_buffer::user_count.
2009-08-08 Jakob Bornecrantzi915g: Don't forget x/y coords in transfers
2009-08-08 Jakob Bornecrantzi915g: Don't try to free a mapped buffer at shutdown
2009-08-07 Brian Paulutil: fix incorrect assertion
2009-08-07 Brian Paulutil: include u_surface.h, added comment
2009-08-07 Brian Paulutil: use util_same_surface() to compare surface pointers
next