summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-04-29gallium: fix error msg typoBrian Paul
2008-04-29gallium: set border colorRoland Scheidegger
2008-04-28gallium: fix incorrect level param in copy_image_data_to_texture()Brian Paul
2008-04-28tgsi: make loop structure clearer, use x86_lea for incrementsKeith Whitwell
2008-04-28tsgi: add a makefileKeith Whitwell
2008-04-28translate: squash warningsKeith Whitwell
2008-04-28pb: remove unused variable, squash warningKeith Whitwell
2008-04-28gallium: Set SSE_SWIZZLES to 0 by default.Michal Krol
2008-04-28gallium: Generate SSE code to swizzle and unswizzle vs inputs and outputs.Michal Krol
2008-04-28gallium: check for PIPE_FORMAT_X8Z24_UNORM formatBrian Paul
2008-04-28gallium: replace some code with a call to st_choose_format()Brian Paul
2008-04-28gallium: return enum pipe_format, not uint, for a few functionsBrian Paul
2008-04-28gallium: add cases for PIPE_FORMAT_X8Z24_UNORMBrian Paul
2008-04-27pipebuffer: Be extra cautious with the incoming buffers.José Fonseca
2008-04-27rtasm: Implement x86_retw.José Fonseca
2008-04-25gallium: fix broken SGT, SLEBrian
2008-04-25use PIPE_ARCH_X86Brian
2008-04-25gallium: tweak comments, minor var renamingBrian Paul
2008-04-25gallium: tweak comments, minor var renamingBrian Paul
2008-04-25gallium: remove unneeded st->bitmap_texcoord_biasBrian Paul
2008-04-25gallium: use simple color pass-through fragment shader if textures don't existBrian Paul
2008-04-25gallium: added null ptr checkBrian Paul
2008-04-25gallium: added a null ptr checkBrian Paul
2008-04-25gallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_drawpix_pbo/Brian Paul
2008-04-25gallium: consolidate quad drawing codeBrian Paul
2008-04-25gallium: remove unused st_draw_vertices()Brian Paul
2008-04-25gallium: use util_draw_vertex_buffer() instead of st_draw_vertices()Brian Paul
2008-04-25gallium: fix the compressed texture hack in st_texture_image_copy()Brian Paul
2008-04-26scons: A few fixes for building mesa on windows.José Fonseca
2008-04-25draw: emit extra flags whenever pipeline is activeKeith Whitwell
2008-04-25gallium: Use util_blit_pixels() for glCopyTexSubImage when appropriate.Michel Dänzer
2008-04-25gallium: Add draw_pt_varray.c to scons build.Michel Dänzer
2008-04-25tgsi: fix compile when HIGH_PRECISION not definedKeith Whitwell
2008-04-25draw: no need to special-case elts/get_elts for varray frontendKeith Whitwell
2008-04-25draw: remove unused varsKeith Whitwell
2008-04-25frontend for rendering without eltsZack Rusin
2008-04-25gallium: Tell the driver the texture is updated when we finish rendering to it.Michel Dänzer
2008-04-25gallium: Windows user mode portability fixes.José Fonseca
2008-04-25gallium: New configuration header.José Fonseca
2008-04-24gallium: fix an edgeflags crashBrian Paul
2008-04-24draw: remove old assignment of edgeflag valueKeith Whitwell
2008-04-24gallium: initial edgeflags codeBrian Paul
2008-04-24gallium: plug in softpipe_set_edgeflags() functionBrian Paul
2008-04-24gallium: commentsBrian Paul
2008-04-24draw: default edgeflag should be oneKeith Whitwell
2008-04-24gallium: disable the bitmap/texcoord biasBrian Paul
2008-04-24mesa: adjust glBitmap coords by a small epsilonBrian Paul
2008-04-24gallium: use cso_destroy_vertex/fragment_shader() functionsBrian Paul
2008-04-24gallium: make cso_release_all() publicBrian Paul
2008-04-24gallium: minor clean-ups, commentsBrian Paul