Merge branch 'gallium-0.1' into gallium-tex-surfaces
[mesa.git] / src / mesa / state_tracker /
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian Paulgallium: fix mem leaks
2008-05-20 Brian Paulgallium: clean-up glDraw/CopyPixels shaders when destro...
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian Paulgallium: clean-up glDraw/CopyPixels shaders when destro...
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian Paulgallium: remove dead code
2008-05-19 Brian Paulgallium: remove dead code
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian Paulfix program delete/refcount bug
2008-05-18 Brian Paulfix program delete/refcount bug
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
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-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-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 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 Briangallium: implement full reference counting for vertex...
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 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 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 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
2008-04-29 Brian Paulgallium: flush pipe before updating bitmap texture
2008-04-29 Brian Paulgallium: added some assertions to st_render_texture...
2008-04-29 Brian Paulgallium: fix broken GL_DEPTH_COMPONENT case in fallback...
2008-04-29 Roland Scheideggergallium: set border color
2008-04-28 Brian Paulgallium: fix incorrect level param in copy_image_data_t...
2008-04-28 Brian Paulgallium: check for PIPE_FORMAT_X8Z24_UNORM format
2008-04-28 Brian Paulgallium: replace some code with a call to st_choose_for...
2008-04-28 Brian Paulgallium: return enum pipe_format, not uint, for a few...
2008-04-25 Brian Paulgallium: remove unneeded st->bitmap_texcoord_bias
2008-04-25 Brian Paulgallium: use simple color pass-through fragment shader...
2008-04-25 Brian Paulgallium: added null ptr check
2008-04-25 Brian Paulgallium: added a null ptr check
2008-04-25 Brian Paulgallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_...
2008-04-25 Brian Paulgallium: consolidate quad drawing code
2008-04-25 Brian Paulgallium: remove unused st_draw_vertices()
2008-04-25 Brian Paulgallium: use util_draw_vertex_buffer() instead of st_dr...
2008-04-25 Brian Paulgallium: fix the compressed texture hack in st_texture_...
2008-04-25 Michel Dänzergallium: Use util_blit_pixels() for glCopyTexSubImage...
2008-04-25 Michel Dänzergallium: Tell the driver the texture is updated when...
2008-04-24 Brian Paulgallium: fix an edgeflags crash
2008-04-24 Brian Paulgallium: initial edgeflags code
2008-04-24 Brian Paulgallium: disable the bitmap/texcoord bias
2008-04-24 Brian Paulgallium: use cso_destroy_vertex/fragment_shader() functions
2008-04-24 Michel Dänzergallium: Initial support for pixel formats with unused...
2008-04-23 Brian Paulgallium: fix some bitmap frag shader issues
2008-04-23 Brian Paulgallium: don't set buffer status to undefined in displa...
2008-04-22 Brian Paulgallium: st_translate_fragment_program() is void now
next