mesa.git
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
2008-05-01 Brian Paulgallium: remove the unused softpipe_winsys code
2008-05-01 Brian Paulgallium: use screen->tex_surface_release()
2008-05-01 Keith Whitwelltgsi: remove some bogus win vs. linux crud
2008-05-01 Keith Whitwellrtasm: learn another version of push
2008-05-01 Keith Whitwelldraw: label fn args -- shouldn't this be defined where...
2008-05-01 Keith Whitwellrtasm: fix labels after (not so) recent change to allow...
2008-05-01 Keith Whitwelli915: avoid crashing on bad parameter
2008-05-01 Keith Whitwelli915: fix warning
2008-05-01 Keith Whitwellsoftpipe: fix warning
2008-05-01 Keith Whitwellsct: fix bug in remove_context_from_surface
2008-05-01 Michel Dänzergallium: Set sampler->min_lod instead of always realloc...
2008-05-01 Michel Dänzergallium: Notify driver of texture updates in util_blit_...
2008-05-01 Keith Whitwelltgsi: restore HIGH_PRECISION setting
2008-05-01 Keith Whitwelltgsi: add some const qualifiers to immediate pointers
2008-05-01 Keith Whitwellmesa: squash harmless warning
2008-05-01 Keith Whitwellrtasm: assert stack is fully popped in return
2008-05-01 Keith Whitwelldraw: avoid aliasing warning
2008-05-01 Keith Whitwelltgsi: use EBX everywhere, be sure to push/pop it
2008-05-01 Keith Whitwelltgsi: use x86_fn_arg instead of get_argument() -- it...
2008-05-01 Keith Whitwelltgsi: use ESI instead of EBX on non-win32 platforms
2008-05-01 Keith Whitwellgallium: do something sensible on the error path to...
2008-05-01 Alan HourihaneFix build problem with MSVC
2008-05-01 José FonsecaAdd Brian's explanation for inheritance in C.
2008-05-01 José Fonsecagallium: Add newline to eof.
2008-05-01 Keith Whitwelldraw: squash warnings
2008-05-01 Keith Whitwelldraw: turn on SSE swizzle code
2008-05-01 Keith Whitwellgallium: add information to surface to identify which...
2008-05-01 Keith Whitwellsoftpipe: missing file
2008-05-01 Keith Whitwellsoftpipe: use CPU flags for mapping
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: rename old PIPE_FORMAT_U_I8 with PIPE_FORMAT_I...
2008-04-30 Brian Paulgallium: replace old PIPE_FORMAT_U_S8 with PIPE_FORMAT_...
2008-04-30 Brian PaulAdd support for GL_REPLACE_EXT texture env mode.
2008-04-30 Brian Pauladded xdemos/sharedtex.c test
2008-04-30 Brian Paulgallium: fix typo: s/custam/custom/
2008-04-30 Zack Rusinplug a memleak, destroy setup context
2008-04-30 Zack Rusintry to fix the deleting of the bound cso during cleanup...
2008-04-30 José Fonsecagallium: Fix release build.
2008-04-30 José Fonsecad3d: Windows miniport driver portability fixes.
2008-04-30 José Fonsecascons: Try to cope with scons 0.98+.
2008-04-30 Brian Paulgallium: use new buffer wrapper functions in p_inlines.h
2008-04-30 Brian Paulgallium: new pipe_buffer alloc/map/unmap/ref wrappers
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-30 Brian Paulgallium: init hw_key with memset() to silence valgrind...
2008-04-30 Brian Paulgallium: updated comment in xm_flush_frontbuffer()
2008-04-30 Brian Paulgallium: test for new PIPE_ARCH_X86
next