Merge branch 'gallium-0.1' into gallium-tex-surfaces
[mesa.git] / src / mesa /
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian Paulfix program delete/refcount bug
2008-05-19 Brian PaulFix program refcounting assertion failure during contex...
2008-05-18 Brian Paulfix program delete/refcount bug
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-18 Brian Paulprint vertex.attrib[n] (from master)
2008-05-18 Brian PaulFix some bugs in material, depth range state
2008-05-18 Brian PaulRegenerated API dispatch files
2008-05-18 Brian Paulalias ProgramEnvParameter4xyARB and ProgramParameter4xy...
2008-05-17 Brian Pauls/PIPE_FORMAT_U_S8/PIPE_FORMAT_S8_UNORM/
2008-05-16 Brian Paulgallium: fix glBitmap surface memleak in context tear...
2008-05-16 Brian Paulgallium: release textures during context tear-down...
2008-05-16 Brian Paulgallium: ref counting clean-ups
2008-05-16 Brian Paulbring in fixes/changes from master
2008-05-16 Brian PaulFix a program refcounting error, don't share program...
2008-05-16 Brian Paulfix an attr/src mix-up when setting-up/binding vertex...
2008-05-15 Brian Paulfix parsing of state.texenv.color (bug 14931)
2008-05-15 Brian PaulConsolidate texture fetch code and use partial derivati...
2008-05-14 Brian Paulmesa: fix InfoLog memleak, misc sync with master
2008-05-14 Eric AnholtBug #13492: Only call ProgramStringNotify if program...
2008-05-14 Brianfix swizzle error test (bug 11881)
2008-05-14 Brian Paulfix-up inlined/non-inlined function inconsistencies
2008-05-14 Brian Paulmesa: rm unneeded file
2008-05-14 Brian Paulmesa: prefix rm command with -
2008-05-14 Brian Paulrewrite some of the mat*mat, mat*vec intrinsics
2008-05-14 Brian Paulmesa: regenerate slang built-in data (asin(vec4) fix)
2008-05-14 Brian Paulmesa: fix missing w assignment in asin(vec4)
2008-05-14 Brian Paulmesa: use CALLOC_STRUCT()
2008-05-14 Brian Paulmesa: sync up swrast/s_fragprog.c with master
2008-05-14 Brian Paulmesa: updated comment
2008-05-14 Brian Paulmesa: minor bug fixes from master
2008-05-14 Brian Paulmesa: dead code removal
2008-05-14 Brian Paulmesa: minor bug fixes, null ptr checks, dead code removal
2008-05-14 Brian Paulmesa: fix errors in LightModelProduct state, other...
2008-05-14 Brian Paulmesa: glUniform(location==-1) is not an error
2008-05-14 Brian Paulfix some additional program refcounting bugs
2008-05-14 Brian Paulfix some additional program refcounting bugs
2008-05-09 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-09 Roland Scheideggergallium: depth textures have usage depth_stencil instea...
2008-05-09 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-09 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-09 Brian Paulgallium: don't free shader.tokens in get_passthrough_fs()
2008-05-09 Brian Paulgallium: fix out of tex memory crashes
2008-05-08 Brian Paulgallium: re-enable call to init_renderbuffer_bits(...
2008-05-08 Brian Paulgallium: fix render to depth texture
2008-05-08 Brian Paulgallium: replace pipe_buffer_destroy() call with pipe_b...
2008-05-08 Brian Paulgallium: remove dead code
2008-05-08 Brian Paulgallium: no-op st_Bitmap() if width or height is zero
2008-05-08 Brian Paulgallium: clean-up, minor fix
2008-05-08 Brian Paulgallium: plug in dummy stage->destroy func
2008-05-08 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-08 Brian Paulmesa: minor fixes in _mesa_free_shader_program_data...
2008-05-07 Brian Paulgallium: fix some render to texture bugs
2008-05-07 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-07 Brian Paulmesa: free shader program data before deleting shader...
2008-05-07 Brian Paulgallium: implement full reference counting for vertex...
2008-05-07 Michel DänzerRevert "gallium: move setup of dest_surface in do_copy_...
2008-05-07 Brianmesa: free shader program data before deleting shader...
2008-05-07 Briangallium: implement full reference counting for vertex...
2008-05-07 Brianmesa: comments, whitespace
2008-05-06 Brian Paulgallium: re-enable temporarily disabled code in do_copy...
2008-05-06 Brian Paulgallium: create drawing surfaces as GPU_READ/WRITE...
2008-05-06 Michal Danzergallium: create renderbuffer surface w/out CPU_READ...
2008-05-06 Michal Danzergallium: move setup of dest_surface in do_copy_texsubim...
2008-05-06 Brian Paulgallium: change calculate_first_last_level() to match...
2008-05-06 Brian Paulgallium: sync up texture/sampler changes with master
2008-05-06 Michel Dänzergallium: Make sure to release texture surfaces (at...
2008-05-06 Michel Dänzergallium: glCopyTexSubImage improvement.
2008-05-06 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-05 Alan Hourihanefix _mesa_ffs for alternative compilers
2008-05-05 Alan Hourihanedeclare atoms as extern
2008-05-03 Brian Paulgallium: fix some BaseLevel, lastLevel bugs
2008-05-03 Brian Paulgallium: fix warnings
2008-05-03 Brian Paulgallium: fix sampler->max_lod computation
2008-05-03 Brian Paulgallium: fix computation of sampler->min_lod
2008-05-02 Brian Paulgallium: set template.target = PIPE_TEXTURE_2D
2008-05-02 Keith Whitwellgallium: identify depth-stencil textures
2008-05-02 Brian Paulgallium: minor code, comments clean-up
2008-05-02 Brian Paulgallium: in st_finalize_texture() check texture dimensions
2008-05-02 Keith Whitwellgallium: Add texture usage flags, special-case allocati...
2008-05-02 Michel Dänzergallium: Reallocate pipe_texture in st_TexImage if...
2008-05-02 Alan Hourihanesnprintf -> util_snprintf
2008-05-02 Keith Whitwellgallium: remove usage of winsys->surface_alloc_storage...
2008-05-02 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-02 Alan Hourihanerevert mode change back to 644
2008-05-02 Alan Hourihaneinline -> INLINE
2008-05-02 Alan HourihaneSome changed for non-C99 compilers
2008-05-01 Brian Paulgallium: use screen->tex_surface_release()
2008-05-01 Michel Dänzergallium: Set sampler->min_lod instead of always realloc...
2008-05-01 Keith Whitwellmesa: squash harmless warning
2008-05-01 Alan HourihaneFix build problem with MSVC
2008-05-01 Keith Whitwellgallium: tex surface checkpoint
2008-05-01 Brian Paulgallium: remove old files
2008-05-01 Brian Paulgallium: fix texture border removal bug
2008-04-30 Brian Paulgallium: use the newer PIPE_FORMAT_x_UNORM format names
2008-04-30 Brian PaulAdd support for GL_REPLACE_EXT texture env mode.
2008-04-30 Brian Paulgallium: use new buffer wrapper functions in p_inlines.h
2008-04-30 Brian Paulgallium: consolidate the bitmap->texel conversion code
2008-04-30 Brian Paulgallium: create a new texture each time we init/flush...
2008-04-30 Brian Paulgallium: simplify texture format selection
next