OSDN Git Service

android-x86/external-mesa.git
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 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 Whitwellscons: mingw is broken with -O1 and higher
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-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 Pauldemos: delete vertex array objects upon exit
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 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-05 Brian Paulmesa: only use fallback texture when using shaders...
2009-05-05 Brian PaulRevert "mesa: only use fallback texture when using...
2009-05-05 Brian Paulmesa: only use fallback texture when using shaders...
2009-05-05 Brian Paulmesa: only use fallback texture when using shaders...
2009-05-05 Brian Paulmesa: minor simplification in enable_texture(), updated...
2009-05-05 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-05 Brian Paulgallium: remove redundant cube face #defines
2009-05-05 Brian Paulgallium: fix texcoords for cubemap mipmap generation
2009-05-05 Keith Whitwellprogs/trivial: add test for vertex program invarient...
2009-05-05 Keith Whitwellmesa: more complete fix for transform_invarient glitches
2009-05-05 Keith Whitwellmesa/main: set PREFER_DP4 to match position_invarient...
2009-05-05 José Fonsecawgl: Implemente SwapLayerBuffers.
2009-05-05 José Fonsecascons: Don't use deprecated Options.
2009-05-05 José Fonsecautil: Limit the stack walk to avoid referencing undefin...
2009-05-05 Keith Whitwellgallium/tgsi: hack around linker/archiver breakage
2009-05-05 Keith Whitwellprogs/trivial: add vbo-noninterleaved test
2009-05-05 José Fonsecawgl: Include alpha bits in pixel format's cColorBits...
2009-05-05 Keith Whitwellgallium/draw: cope with unused vertex_elements
2009-05-05 Keith Whitwelltrivial: add line-flat.c
2009-05-05 José Fonsecawgl: UINT_PTR null value is an integral type, so return...
2009-05-05 José Fonsecapb: Save the stack backtrace when creating/mapping...
2009-05-05 José Fonsecapb: Dump the fenced buffer sizes.
2009-05-05 Stephane Marchesinnv04: small fix again
2009-05-05 Stephane MarchesinFix an nv04 bug (thanks Mhopf).
2009-05-04 Brian Paulmesa: also print program params/constants when dumping...
2009-05-04 Brian Paulmesa: remove some unfinished/devel code
2009-05-04 Brian Paulglx: replace Xmalloc() calls with Xcalloc()
2009-05-02 Brian Pauldraw: added some inf/nan debug code (disabled)
2009-05-02 Brian Paulgallium/glx: say we're direct rendering
2009-05-02 Brian Paulmesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXEL
2009-05-02 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-02 Brian Paulst: create renderbuffer's pipe_surface in st_render_tex...
2009-05-02 Brian Paulmesa: fix state validation bug for glCopyTex[Sub]Image()
2009-05-01 Brian Paulst: if st_swapbuffers() is called for single-buffered...
next