mesa.git
2008-05-09 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-09 José Fonsecagallium: Disable debug_get_option for release builds...
2008-05-09 José Fonsecagallium: Don't serialize GPU writes.
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-09 Brian Paulgallium: handle null ptrs
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 Keith Whitwelldraw: only fill in / compare the part of the translate...
2008-05-08 Keith Whitwellxlib: more SP_NO_RAST support
2008-05-08 Keith Whitwellsoftpipe: don't calc det if NO_RAST set
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 Michel Dänzercso_cache: Fix test for currently bound blend state.
2008-05-08 José Fonsecapipebuffer: Temporarily reimplement validation as growa...
2008-05-08 Brian Pauldisable GL_DEPTH_TEST before glDrawPixels in case windo...
2008-05-08 Michel Dänzergallium: Make sure functions have proper prototypes...
2008-05-08 José Fonsecapipebuffer: Preliminary buffer validation.
2008-05-08 José Fonsecagallium: Really free hash entries.
2008-05-08 José Fonsecapipebuffer: Don't include standard headers directly.
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 Brian Paulmesa: document a/s keys
2008-05-07 Brian Paulmesa: add texturing to thread test
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 Brian Paulmesa: update/add newer GL ES headers
2008-05-07 José Fonsecagallium: Implement util_pack_color for A8, L8, and...
2008-05-07 José Fonsecagallium: Fix release build.
2008-05-07 Michal Krolgallium: Fix compilation errors.
2008-05-07 José Fonsecagallium: Implement pf_sprint_name as a simple static...
2008-05-07 José Fonsecagallium: Use the u_string.h functions.
2008-05-07 Michel DänzerRevert "gallium: move setup of dest_surface in do_copy_...
2008-05-07 José Fonsecagallium: Output the total of leaked memory.
2008-05-07 José Fonsecagallium: Propagate tex_usage flags down to winsys.
2008-05-07 José Fonsecagallium: New PIPE_TEXTURE_USAGE_PRIMARY flag for primar...
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 José Fonsecagallium: Simple facility to dump and view images for...
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 Michel Dänzergallium: Define util_sprintf for non-WIN32.
2008-05-06 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-06 José Fonsecagallium: New pipe_screen interface to overlay a texture...
2008-05-05 Alan Hourihanefix _mesa_ffs for alternative compilers
2008-05-05 Alan Hourihanedeclare atoms as extern
2008-05-05 José Fonsecautil: Alternative implementation for standard c library...
2008-05-05 José Fonsecascons: A few more compiler flags adjustments to match...
2008-05-03 Brian Paulgallium: fix some BaseLevel, lastLevel bugs
2008-05-03 Brian Paulgallium: fix warnings
2008-05-03 Brian PaulPress <space> to reset limit/bias values, clean-up...
2008-05-03 Brian Paulgallium: fix sampler->max_lod computation
2008-05-03 Brian Paulgallium: fix computation of sampler->min_lod
2008-05-03 Keith Whitwellgallium: add pipe surface layout value (Roland Scheidegger)
2008-05-02 Brian Paulgallium: remove 0.5 vertex biases in set_vertex_data()
2008-05-02 Brian Paulgallium: remove obsolete PIPE_CAP_BITMAP_TEXCOORD_BIAS
2008-05-02 Brian Paulgallium: set template.target = PIPE_TEXTURE_2D
2008-05-02 Keith Whitwellgallium: identify depth-stencil textures
2008-05-02 Keith Whitwellbrw: remove dead code
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 Brian Paulgallium: new debug code (disabled)
2008-05-02 Keith Whitwelli915: update to new display target allocation
2008-05-02 Keith Whitwellgallium: Add texture usage flags, special-case allocati...
2008-05-02 Brian Paulgallium: fix typos, comments, whitespace
2008-05-02 Brian Paulgallium: remove ^M (CR) chars
2008-05-02 Brian Paulgallium: code movement (XSHM code)
2008-05-02 Brian Paulset TextureID = NULL after deleting the array
2008-05-02 Brian Paulgallium: comments, clean-ups
2008-05-02 Michel Dänzergallium: Reallocate pipe_texture in st_TexImage if...
2008-05-02 Alan Hourihanesnprintf -> util_snprintf
2008-05-02 Michal Kroltgsi: Enable fast high precision rsqrt.
2008-05-02 Keith Whitwelltgsi: Implement fast rsqrtf. Not tested, inactive.
2008-05-02 Keith Whitwellgallium: remove usage of winsys->surface_alloc_storage...
2008-05-02 Keith Whitwellgallium: fix build after merge
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-02 Keith Whitwellre-add pipe_surface map/unmap inlines
2008-05-02 Keith Whitwellcso: can memcmp-compare pipe_framebuffer_state now...
2008-05-02 Michal Kroltgsi: Do not assume IN and OUT registers are declared...
2008-05-02 Michal Kroltgsi: Fix build on Win32.
2008-05-02 Michal Kroltgsi: Dump destination register modulate modifier.
2008-05-02 Briangallium: temporarily disable broken SSE2 code for ARL...
2008-05-02 Briangallium: implement TGSI_OPCODE_EXP
2008-05-02 Briangallium: implement TGSI_OPCODE_LOG
2008-05-01 Brian Pauladded cast for MSVC
next