profile/ivi/mesa.git
2009-10-27 Brian Paulintel: silence warning
2009-10-27 Brian Paulmesa: debug code for glBlitFramebuffer()
2009-10-27 Brian Paulvia: silence unused var warnings
2009-10-27 Brian Paulintel: minor clean-up, comments
2009-10-27 Brian Paulintel: use _mesa_get_current_tex_unit() helper
2009-10-27 Brian Paulmesa: s/Bilt/Blit
2009-10-27 Brian Paulmesa: more texture debug code changes, improvements
2009-10-27 Brian Paulmesa: minor code clean-up in client_state()
2009-10-27 Brian Paulmesa: avoid redundant state setting in glClientActiveTe...
2009-10-27 Brian Paulintel: fix comment, formatting
2009-10-27 Brian Paulprogs/tests: added new blitfb.c test
2009-10-27 Brian Paulintel: fix src offset bug in do_copy_texsubimage()
2009-10-27 Brian Paulglsl: fix memory leak
2009-10-27 Eric Anholti915: Fix driver for the miptree x/y offset changes.
2009-10-27 Brian Pauli965: be clear that the Fallback field is a boolean...
2009-10-27 Brian PaulRevert "i965: fix hacked Fallback usage in brw_prepare_...
2009-10-27 Vinson Leedraw: Fix memory leak.
2009-10-27 Brian Pauldocs: document Intel glBitmap fixes
2009-10-27 Brian Paulintel: fix GL state bugs in intel_texture_bitmap()
2009-10-27 Christoph Bumillernv50: activate more lanes in a warp
2009-10-27 Jakob Bornecrantzst/xorg: Adopt to new dirty clip rect type
2009-10-26 Vinson Leeprogs/tests: Fix MSVC build.
2009-10-26 José Fonsecascons: Define _USE_MATH_DEFINES on MSVC.
2009-10-26 Brian Paulwindows: added remap.[ch] to project files
2009-10-26 Chia-I Wumesa: Add remap.c to SConscript.
2009-10-26 Zack Rusinst/xorg: initialize indexes before reswizzling for yuv
2009-10-26 Zack Rusinst/xorg: stop overflowing yuv buffers
2009-10-26 Zack Rusinst/xorg: add yuv vertex shader
2009-10-26 Zack Rusinst/xorg: add yuv shaders
2009-10-26 Marek Olšákr300g: read occlusion query results from both Z pipes...
2009-10-26 Marek Olšákr300g: add cubemap support
2009-10-25 José Fonsecagallium: Move enum pipe_error into p_defines.h.
2009-10-25 José Fonsecallvmpipe: Human friendlier sampler state dump.
2009-10-25 José Fonsecautil: Human readable output of texture states.
2009-10-25 José Fonsecallvmpipe: Dump the sampler state of the shader key.
2009-10-25 José Fonsecallvmpipe: Immediate multiplication.
2009-10-25 José Fonsecallvmpipe: Fast path for sampling rgba8 textures with...
2009-10-25 José Fonsecallvmpipe: Make lerping work for 8.8 fixed point values.
2009-10-25 José Fonsecallvmpipe: New module to help make assertions about...
2009-10-25 José Fonsecallvmpipe: New function to unpack rgba8 formats into...
2009-10-25 José Fonsecallvmpipe: Split the format swizzling step from the...
2009-10-25 José Fonsecallvmpipe: Allow different signs when unpacking.
2009-10-25 José Fonsecallvmpipe: Add inlines to quickly generate types matchin...
2009-10-25 José Fonsecallvmpipe: Merge lp_build_load_rgba_soa into lp_build_sa...
2009-10-25 José Fonsecallvmpipe: Factor our pixel offset computation.
2009-10-25 José Fonsecallvmpipe: Share testing infrastructure with lp_test_format.
2009-10-25 José Fonsecallvmpipe: Eliminate lp_build_store_rgba_aos.
2009-10-25 José Fonsecallvmpipe: Eliminate lp_build_load_rgba_aos.
2009-10-25 José Fonsecallvmpipe: Move a few format/sampling functions into...
2009-10-25 Marek Olšákr300g: fix redefining mipmaps and fetching from them
2009-10-25 Marek Olšákr300g: added support for 3D textures
2009-10-24 Joakim Sindholtr300g: fix scons build yet again
2009-10-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-24 Brian Paulmesa: simplify att->CubeMapFace assignment
2009-10-24 Brian Paulmesa: refactor, new print_shader_info()
2009-10-24 Brian Paulmesa: rework error checking code for glGetCompressedTex...
2009-10-24 Brian Paulmesa: remove misplaced VERBOSE_TEXTURE tests
2009-10-24 Brian Paulmesa: more detailed error messages in fbo code
2009-10-24 Brian Paulmesa: remove FBO texture depth/stencil test
2009-10-23 Zack Rusinst/xorg: fix text with component alpha rendering
2009-10-23 Brian Paulmesa: fix broken _mesa_str_checksum()
2009-10-23 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-10-23 Eric Anholti965: Annotate _NEW_COLOR dependency for brw_update_ren...
2009-10-23 Eric Anholtintel: Keep track of x,y offsets in miptrees and use...
2009-10-23 Brian Paulprogs/tests: print requested/internal format info
2009-10-23 Brian Pauldocs: document updated GL extension header files
2009-10-23 Brian Paulgl: updated wglext.h to version 17
2009-10-23 Brian Paulgl: updated glxext.h to version 25
2009-10-23 Brian Paulgl: updated glext.h to version 56
2009-10-23 Brian Pauldocs: document cell, glGetTexLevelParameter() fixes
2009-10-23 Brian Paulmesa: fix GL_TEXTURE_INTERNAL_FORMAT query for compress...
2009-10-23 Brian Paulmesa: added _mesa_compressed_format_to_glenum()
2009-10-23 Brian Paulmesa: change s3tc vs. fxt1 priority when choosing compr...
2009-10-23 Christoph Bumillernv50: do SIGN_SET as one instruction
2009-10-23 Christoph Bumillernv50: fix saturation outside of tx_insn case
2009-10-23 Christoph Bumillernv50: allow all 127 TEMP regs
2009-10-23 Christoph Bumillernv50: fix address reg code
2009-10-23 Christoph Bumillernv50: add depth texture formats, and a few others, too
2009-10-23 Vinson Leeprogs/tests: Fix MSVC build.
2009-10-23 Patrice Mandinnouveau: nv30: Relax some limits. We can render to...
2009-10-23 Patrice Mandinnouveau: nv30: use r5g6b5 as z16 format
2009-10-23 Chia-I Wuglapi: Always build libglapi.a.
2009-10-23 Chia-I Wuglapi: Move dispatch marcos to glapidispatch.h.
2009-10-23 Chia-I Wumesa/dri: Remove extension_helper.h.
2009-10-23 Chia-I Wumesa: Enable remap table in core.
2009-10-23 Chia-I Wumesa/main: Add support for remap table.
2009-10-23 Zack Rusinst/xorg: lots of fixes related to compositing
2009-10-23 Andre Maasikasr600: remove duplicate stride setting
2009-10-23 Andre Maasikasr600: for position invariant programs reading vert_pos...
2009-10-23 Keith Whitwellgallium: remove extended negate also, and also the...
2009-10-23 Keith Whitwellcell: typo from ExtSwizzle commit
2009-10-23 Keith Whitwellgallium: remove the swizzling parts of ExtSwizzle
2009-10-23 Keith Whitwellgallium: remove noise opcodes
2009-10-23 Keith Whitwellprogs/demos: add fps to multiarb
2009-10-23 Cooper Yuanr300g: last changes's typo, miss a include file
2009-10-23 Cooper Yuanr300g: add flush_frontbuffer function to display video...
2009-10-23 Cooper Yuang3dvl: pass display and screen to g3dvl when creating...
2009-10-23 Alex Deucherr600: remove remains of old tnl pipeline
2009-10-23 Alex Deucherr600: fix render size prediction
2009-10-23 Alex Deucherr600: remove old tnl pipeline
next