r300: don't send now forbidden register to kernel when with memory manager
[mesa.git] / src /
2009-05-14 Jerome Glisser300: don't send now forbidden register to kernel when...
2009-05-13 Alex DeucherR1xx/r2xx: Don't use an alpha texture format for GLX_TE...
2009-05-13 Owen W. Taylorradeon: Don't crash generating mipmaps when pixels...
2009-05-13 Owen W. TaylorDon't use an alpha texture format for GLX_TEXTURE_FORMA...
2009-05-13 Owen W. TaylorCall _mesa_update_stencil() before accessing ctx->Stenc...
2009-05-13 Owen W. TaylorRemove subpixel offset from viewport
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-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 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 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 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...
2009-05-07 Brian Paulmesa: Compute gl_client_array->_MaxElement during array...
2009-05-07 Brian Paulmesa: GLvector4f:: flags is a GLbitfield, update commen...
2009-05-07 Brian Paulmesa: add storage_count field to GLvector4f. Useful...
2009-05-07 Brian Paulmesa: use array->BufferObj instead of ctx->Array.ArrayB...
2009-05-07 Brian Paulmesa: added _ElementSize field to gl_client_array
2009-05-07 Brian Paulmesa: use local var to make code a bit more concise
2009-05-07 Brian Paulmesa: fix/add comments
2009-05-07 Brian Paulmesa: use _mesa_sizeof_type() in vbo split code
2009-05-07 Brian Paulmesa: vbo code reformatting, clean-up, comments
2009-05-07 Brian Paulmesa: add GL_DOUBLE case in _mesa_sizeof_type()
2009-05-07 Brian Paulmesa: in vbo split code, map buffers read-only, not...
2009-05-07 Brian Paulmesa: limit number of error raised by invalid GL_TEXTUR...
2009-05-07 Brian Paul tnl: added some clip debug/print code (disabled)
2009-05-07 Brian Paulmesa: reformatting, updated comments, const-correctness
2009-05-07 Brian Paultnl: replace 0x3f with CILP_FRUSTUM_BITS
2009-05-07 Brian Pauli965: relAddr local var (to make debug/test a little...
2009-05-07 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-07 Brian Paulswrast: fix span clipping bug
2009-05-07 Brian Paulmesa: unmap buffer objects during context tear-down
2009-05-07 Eric Anholti965: Remove bad constant buffer constant-reg-already...
2009-05-07 Eric Anholtintel: Unmap buffers if needed at DeleteBuffer time.
2009-05-06 Owen W. TaylorWhen clearing the stencil buffer, don't use a two-sided...
2009-05-06 Brian Paulmesa: remove unnecessary buffer size check
2009-05-06 Brian Paulmesa: code consolidation in glDraw[Range]Elements(...
2009-05-06 Brian Paulmesa: new comments, minor reformatting
2009-05-06 Brian Paulmesa: use elementBuf local var instead of ctx->Array...
2009-05-06 Eric Anholti965: Remove the forced lack of caching for renderbuffe...
2009-05-06 Eric Anholti965: Remove _NEW_PROGRAM from brw_wm_surfaces setup...
2009-05-06 Brian Paulmesa: be smarter about allocating vert/frag program...
2009-05-06 Eric Anholti965: Split WM constant buffer update from other WM...
2009-05-06 Eric Anholti965: Disentangle VS constant surface state from WM...
2009-05-06 Eric Anholti965: Don't create constant buffers if they won't be...
2009-05-06 Dave Airlieradeon: hopefully fixup radeon cube state emission...
2009-05-06 Dave Airlier100/r200: try and allocate miptree correct for hw.
2009-05-06 Dave Airlier200: fix cubic emission.
next