mesa.git
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-20 Dan Nicholsonegl: Pass flags to locate Xlib headers and libraries
2010-04-20 Dan Nicholsonprogs: Fix linking of Xlib demos for non-autoconf builds
2010-04-20 Dan NicholsonChange libX11 variables to not conflict with AC_PATH_XTRA
2010-04-20 Dan Nicholsongallium: Respect user's CFLAGS for including X headers
2010-04-20 Jeff SmithUse X_LIBS from pkg-config, instead of libdir, for...
2010-04-20 Brian Paulglapi: GL 3.x xml file
2010-04-19 Brian Paulllvmpipe: remove dead code
2010-04-19 Brian Paulllvmpipe: use llvmpipe_resource_stride()
2010-04-19 Brian Paulgallivm: pass 3D texture stride as an array
2010-04-19 Brian Paulllvmpipe: get 3D texture image stride from an array...
2010-04-19 Brian Paulllvmpipe: consolidate some code in llvmpipe_set_texture...
2010-04-19 Brian Paulllvmpipe: fix rendering to 3D textures
2010-04-19 Brian Paulllvmpipe: checkpoint: fixes for render to 3D texture
2010-04-19 Brian Paulllvmpipe: another fix for surface memory allocation
2010-04-19 Marek Olšákr300g: add is_rv350 flag
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Jesse BarnesDRI2: check for swapAvailable before using swap interva...
2010-04-19 Zack Rusindraw llvm: make sure use_llvm isn't used when not defined
2010-04-19 Zack Rusindraw llvm: fix typo (boolean, not bool)
2010-04-19 Brian Paulllvmpipe: fix surface memory allocation bug
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Jesse BarnesDRI2: synchronize swap interval with server at startup...
2010-04-19 Zack Rusindraw llvm: allow runtime switching of pipelines (yes...
2010-04-19 Zack Rusindraw llvm: fix constructor mess
2010-04-19 Zack Rusinllvmpipe: enable draw llvm by default
2010-04-19 Brian Paulgallium/util: specify binding type for blit src texture
2010-04-19 Brian Paulmesa: unmap the immediate mode VB before destroying it
2010-04-19 Brian Paulst/mesa: invert scissor rect depending on FB orientation
2010-04-19 Matthieu Herrbmesa: Fix build with gcc 3.3.
2010-04-19 Matthieu Herrbradeon: Let this build with gcc 3.3
2010-04-19 Owain Ainsworthradeon: Fix command type for DRM_RADEON_IRQ_EMIT ioctl.
2010-04-19 Matthieu Herrbmesa: Use __OpenBSD__ to check for OpenBSD.
2010-04-19 Brian Paulllvmpipe: triangle function comments
2010-04-19 Brian Paulgallium/draw: use a local var to simplify some code
2010-04-19 Brian Paulsoftpipe: add option to do polygon stipple in softpipe...
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-19 Brian Paulgallium/draw: use correct rasterization state for wide...
2010-04-19 Dave Airlier300c/r300g: add 3155 rv380 pci id
2010-04-19 Vinson Leegallivm: Remove redundant initialization of dst_vec_type.
2010-04-19 Vinson Leenv50: Fix include recursion.
2010-04-19 Vinson Leenvfx: Fix include recursion.
2010-04-19 Vinson Leeauxiliary: Move loop variable declaration outside for...
2010-04-19 Vinson Leenvfx: Add missing header and forward declaration.
2010-04-19 Vinson Leenouveau: Add missing header.
2010-04-19 Vinson Leer300g: Remove unnecessary headers.
2010-04-19 Vinson Leei915g: Remove unnecessary header.
2010-04-19 Vinson Leeauxiliary: Initialize variable.
2010-04-19 Vinson Leeauxiliary: Add util/u_surfaces.c to SCons build.
2010-04-19 Brian Paulst/mesa: s/st_get_stobj_texture/st_get_stobj_resource/
2010-04-19 Brian Paulst/mesa: s/st_get_texobj_texture/st_get_texobj_resource/
2010-04-19 Brian Paulst/mesa: remove st_texture_object::pipe field
2010-04-19 Brian Paulst/mesa: s/st_renderbuffer_get_sampler_view/st_get_rend...
2010-04-19 Brian Paulst/mesa: s/st_sampler_view_from_texture/st_create_textu...
2010-04-19 Brian Paulst/mesa: s/st_get_stobj_sampler_view/st_get_texture_sam...
2010-04-18 Marek Olšákr300g: implement TRUNC as floor
2010-04-18 Marek Olšákr300/compiler: lower CEIL
2010-04-18 Marek Olšákr300/compiler: enable branch emulation for vertex shaders
2010-04-18 Marek Olšákr300/compiler: optimize CMP for vertex shaders a bit
2010-04-18 Nicolai Hähnler300/compiler: Use memory_pool_array_reserve in deadcod...
2010-04-18 Nicolai Hähnler300/compiler: Use memory_pool_array_reserve in r500...
2010-04-18 Marek Olšákr300/compiler: enable branch emulation for R500 fragmen...
2010-04-18 Nicolai Hähnler300/compiler: Implement branch emulation for R300...
2010-04-18 Luca Barbieriu_inlines: split pipe_surface_init in pipe_surface_rese...
2010-04-18 Brian Paultgsi: add comment about potential code removal
2010-04-18 Brian Paulsoftpipe: new comment and assertion for face value
2010-04-18 Brian Paultgsi: replace 0xf with TGSI_WRITEMASK_XYZW
2010-04-18 Brian Paulsoftpipe: fix computation of fragment[FACE] attribute
2010-04-18 Brian Paulsoftpipe: clean-up and comments
2010-04-18 Brian Paulsoftpipe: document MAX_QUADS
2010-04-18 Marek Olšákr300g: more solid is_buffer_referenced implementation
2010-04-18 Luca Barbieriu_surfaces: silence warning
2010-04-18 Marek OlšákRevert "r300g: save vertex buffers around u_blitter...
2010-04-18 Brian Paulnvfx: move declarations before code
2010-04-18 Brian Paulnvfx: fix void * arithmetic warning
2010-04-18 Brian Paulnvfx: move declarations before code
2010-04-18 Brian Paulllvmpipe: update comment
2010-04-18 Brian Paulnvfx: move declarations before code to silence warnings
2010-04-18 Luca Barbieriauxiliary: add util_dirty_surfaces to track dirty rende...
2010-04-18 Luca Barbieriauxiliary: add util_surfaces to track a resource's...
2010-04-18 Luca Barbieriu_inlines: add function to initialize pipe_surface
2010-04-18 Luca Barbierinvfx: fix fragment program constant updates
2010-04-18 Marek Olšákr300g: do not tell st that a buffer is referenced by hw
2010-04-18 Luca Barbierir300g: save vertex buffers around u_blitter calls
2010-04-18 Luca Barbieriu_blitter: add support for saving vertex buffers
2010-04-18 Luca Barbierip_compiler: add likely/unlikely macros
2010-04-18 Dave Airlier300g: fixup 0 stride buffer properly.
2010-04-18 José Fonsecallvmpipe: Emit only the vertex attributes necessary...
2010-04-18 José Fonsecasoftpipe: Preserve/check the signal of the number of...
2010-04-18 José Fonsecadraw: Cosmetic cleanups and comments.
2010-04-18 José Fonsecaretrace: Fix vertex/index/constant buffer dumping.
2010-04-18 José Fonsecatrace: Handle transfers with zero strides correctly.
2010-04-18 José Fonsecast/python: Set the bind flag for the default texture.
2010-04-18 José Fonsecaretrace: Remove deprecated code.
2010-04-18 José Fonsecamesa: Restore comment too.
2010-04-18 Vinson Leeglsl: Fix handling of OPCODE_PRINT for no registers...
2010-04-18 Vinson Leei965: Assert that an OPCODE_IF was seen before an OPCOD...
2010-04-18 Vinson Leest/dri: Check for NULL before dereference and assignment.
2010-04-18 Vinson Leenvfx: Initialize variables.
2010-04-18 Vinson Leer300g: Cast rbuf->user_buffer to 'uint8_t *' before...
next