radeon: maxbuffer size is in bytes
[mesa.git] / src /
2009-05-12 Eric Anholtintel: Map write-only buffer objects through the GTT...
2009-05-12 Eric Anholti915: Fix driver after HW glGenerateMipmap commit.
2009-05-12 Brian Paulswrast: update/restore the opt_sample_rgb/rgba_2d(...
2009-05-12 Jerome Glisseradeon: glReadBuffer set _NEW_BUFFERS, not _NEW_PIXEL
2009-05-12 Jerome Glisser300/r500: make sure we detect constant buffer changes
2009-05-12 Tormod Voldenradeon: avoid segfault in radeon_update_renderbuffers...
2009-05-12 Michel DänzerglXChooseVisual: Only consider fbconfig if we can get...
2009-05-12 Ian RomanickTest either GL_FRONT_LEFT or GL_FRONT for front-buffer...
2009-05-11 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-11 Brian Paulst: do proper refcounting for framebuffer surfaces
2009-05-11 Joakim Sindholtr300-gallium: unbreak build
2009-05-11 Corbin Simpsonr300-gallium: Setup surface in r300_surface_copy.
2009-05-11 Corbin Simpsonr300-gallium: Cleanup some compile warnings.
2009-05-11 Corbin Simpsonr300-gallium: Cleanup PSC for HW TCL.
2009-05-11 Corbin Simpsonradeon-gallium: Forgot a typedef.
2009-05-11 Corbin Simpsonradeon-gallium: Support new info ioctls in addition...
2009-05-11 Brian Paulmesa: updated comments for _mesa_generate_mipmap()
2009-05-11 Brian Pauli965: handle extended swizzle terms (0,1) in get_src_reg()
2009-05-11 Brian Paulmesa: better handling/printing of driver-specific opcod...
2009-05-11 Brian Paulmesa: Fixed a texture memory leak
2009-05-10 Joel Bosveldradeon: add support for new dri2 interfaces & fix singl...
2009-05-10 Jerome GlisseMerge commit 'origin/master' into radeon-rewrite
2009-05-09 Hanno Böckgallium: replace lib with $(LIB_DIR)
2009-05-09 Jerome Glisseradeon: don't include cs uncondionaly
2009-05-09 Corbin Simpsonradeon-gallium: Clean up some of the BO counting logic.
2009-05-09 Corbin Simpsonr300-gallium: vs: Make imms work, cleanup some of the...
2009-05-09 Corbin Simpsonr300-gallium: Start VS dumper.
2009-05-09 Corbin Simpsonr300-gallium: vs: Add SLT, clean up MAX.
2009-05-09 Corbin Simpsonr300-gallium: vs: Add MAX.
2009-05-09 Corbin Simpsonr300-gallium: vs: Add scalar setup, RSQ.
2009-05-09 Corbin Simpsonr300-gallium: vs: Add writemasks.
2009-05-09 Corbin Simpsonr300-gallium: Fix bad cast. Space accounting completely...
2009-05-09 Corbin Simpsonr300-gallium, radeon: BO handling fixes, some useful...
2009-05-09 Corbin Simpsonradeon-gallium: Shut up Valgrind.
2009-05-09 Corbin Simpsonr300-gallium, radeon: A couple cleanups.
2009-05-09 Corbin Simpsonr300-gallium: Finish space accounting.
2009-05-08 Robert Ellisoni965: improve debug logging
2009-05-08 Robert Ellisoni965: fix memory leak in context/renderbuffer region...
2009-05-08 Robert Ellisoni965: fix segfault on low memory conditions
2009-05-08 Robert Ellisonmesa: Fixed a texture memory leak
2009-05-08 Eric Anholtintel: Add a metaops version of glGenerateMipmapEXT...
2009-05-08 Eric Anholtintel: Put the constant texcoords used in metaops into...
2009-05-08 Brian Paulmesa: set version to 7.5-rc1
2009-05-08 Brian Pauli965: const qualifiers
2009-05-08 Brian Paulmesa: raise MAX_VARYING (number of shader varying vars...
2009-05-08 Brian Paulmesa: assertions to check for too many vertex outputs...
2009-05-08 Brian Paulglsl: check number of varying variables against the...
2009-05-08 Brian Paulmesa: issue warning for out of bounds array indexes
2009-05-08 Brian Pauli965: don't use GRF regs 126,127 for WM programs
2009-05-08 Brian Paulglsl: set vertex/fragment program Ids to aid with debugging
2009-05-08 Brian Paulmesa: more shader debug code (disabled)
2009-05-08 Jerome Glisseradeon: IRQ always enabled in DRI2 path no need to...
2009-05-08 José Fonsecawgl: Grow the maximum number of pixel formats to cope...
2009-05-08 Keith Whitwellmesa/st: keep surface_copy arguments positive
2009-05-08 Keith Whitwellmesa/st: remove redundant call to st_finish in CopyTexS...
2009-05-08 José Fonsecawgl: Export pixelformats with accumulation bits.
2009-05-08 Keith Whitwellmesa/st: cope with non-ibo index data in st_draw_feedback.c
2009-05-08 Keith Whitwellutil/upload: catch failures to map_range and return...
2009-05-08 Keith Whitwellstw: fix potential uninitialized use of curctx
2009-05-08 José Fonsecawgl: Enforce a minimum 1x1 framebuffer size.
2009-05-08 José Fonsecawgl: Add assertion for missing function.
2009-05-08 José Fonsecawgl: Remove unused variable.
2009-05-08 José Fonsecamesa: Make _mesa_share_state thread safe.
2009-05-08 José Fonsecawgl: Implement ShareLists.
2009-05-08 Keith Whitwellmesa: more complete fix for transform_invarient glitches
2009-05-08 Keith Whitwellmesa/main: set PREFER_DP4 to match position_invarient...
2009-05-08 José Fonsecawgl: Implemente SwapLayerBuffers.
2009-05-08 José Fonsecautil: Limit the stack walk to avoid referencing undefin...
2009-05-08 Keith Whitwellgallium/tgsi: hack around linker/archiver breakage
2009-05-08 José Fonsecawgl: Include alpha bits in pixel format's cColorBits...
2009-05-08 Keith Whitwellgallium/draw: cope with unused vertex_elements
2009-05-08 José Fonsecawgl: UINT_PTR null value is an integral type, so return...
2009-05-08 José Fonsecapb: Save the stack backtrace when creating/mapping...
2009-05-08 José Fonsecapb: Dump the fenced buffer sizes.
2009-05-08 Keith Whitwellmesa/st: keep surface_copy arguments positive
2009-05-08 Keith Whitwellmesa/st: remove redundant call to st_finish in CopyTexS...
2009-05-08 José Fonsecawgl: Export pixelformats with accumulation bits.
2009-05-08 Keith Whitwellmesa/st: cope with non-ibo index data in st_draw_feedback.c
2009-05-08 Keith Whitwellutil/upload: catch failures to map_range and return...
2009-05-08 Keith Whitwellstw: fix potential uninitialized use of curctx
2009-05-08 José Fonsecawgl: Enforce a minimum 1x1 framebuffer size.
2009-05-08 José Fonsecawgl: Add assertion for missing function.
2009-05-08 José Fonsecawgl: Remove unused variable.
2009-05-08 José Fonsecamesa: Make _mesa_share_state thread safe.
2009-05-08 José Fonsecawgl: Implement ShareLists.
2009-05-08 Maciej Cencorar300: add missing texture format
2009-05-08 Maciej Cencorar300: moar cleanup
2009-05-08 Maciej Cencorar300: fix compiler warnings
2009-05-07 Ben Skeggsnouveau: respect GALLIUM_STATE_TRACKERS_DIRS
2009-05-07 Ben Skeggsnouveau: remove dri1 code now we're using the dri state...
2009-05-07 Ben Skeggsnouveau: use dri state tracker for dri1
2009-05-07 Brian Paulmesa: make the array object save/remove functions static
2009-05-07 Brian Paulmesa: clean-up vertex array object VBO unbinding and...
2009-05-07 Brian Paulmesa: reference counting for gl_array_object
2009-05-07 Brian Paulmesa: array object comments
2009-05-07 Brian Paulmesa: move the NullBufferObj from GLcontext to gl_share...
2009-05-07 Brian Paulmesa: fix comments, s/texture/buffer/
2009-05-07 Brian Paulvbo: in glDraw[Range]Element() code, check for out...
2009-05-07 Brian Paulmesa: remove unused gl_buffer_object::OnCard field
2009-05-07 Brian Paulmesa: added gl_buffer_object::Written flag (for debug...
next