mesa.git
2009-10-05 José Fonsecautil: Improve the cpuid assembly.
2009-10-05 José Fonsecamesa: Copy textures' base format into wrapper renderbuffer.
2009-10-05 Keith Whitwellmesa/st: add ST_DEBUG environment variable
2009-10-05 Keith Whitwellutil: add lost code to util_make_fragment_tex_shader_wr...
2009-10-05 Andre Maasikasr600: update vertex program selection for draw path
2009-10-05 Ben Skeggsst/dri: avoid segfault if we can't get a pixmap's buffers
2009-10-05 Ben Skeggsnv50: support PIPE_FORMAT_X8R8G8B8_UNORM
2009-10-05 Ben Skeggsnouveau: return pitch value from local_handle_from_text...
2009-10-05 Ben Skeggsmesa: fix return value when clipping {Read,Draw}Pixels...
2009-10-05 Ben Skeggsst/dri: no need to request fake front buffer, only...
2009-10-04 José Fonsecautil: Make assert a no-op on non-debug builds.
2009-10-04 José Fonsecallvmpipe: Ensure tile cache transfers are mapped before...
2009-10-04 José Fonsecallvmpipe: Autogenerate lp_tile_soa.c from u_format...
2009-10-04 José Fonsecautil: Fix cpuid invocation for x86_64.
2009-10-04 José Fonsecallvmpipe: Remove loop testing from format testing.
2009-10-04 José Fonsecallvmpipe: Match header's protection macro with filename.
2009-10-04 José Fonsecallvmpipe: Adjust format assertion.
2009-10-04 Corbin Simpsonr300g: xRGB and RGBx formats.
2009-10-03 Chris Wilsonintel: Suppress a compiler warning for an pointer-...
2009-10-03 Chris Wilsonintel: Assert that relocation offsets are within the...
2009-10-03 José Fonsecallvmpipe: Fetch tile only if a color buffer is bound.
2009-10-03 Nicolai Hähnleprog_parameter: Document the fact that Size may be > 4
2009-10-03 Nicolai Hähnler300g: Do not abort on fragment program compiler error
2009-10-03 Nicolai Hähnler300g: Fix memory leak in radeon_texture_from_shared_handle
2009-10-03 Sedat Dilekr300g: Build in the trace and softpipe driver for xorg...
2009-10-03 Michel Dänzerradeon: Cope better with texture images with no miptrees.
2009-10-03 Michel Dänzerswrast: Move up state validation in _swrast_ReadPixels.
2009-10-03 Michel Dänzermeta: Make sure texImage->TexFormat is valid for CopyTe...
2009-10-03 Nicolai Hähnler300g: Remove an unnecessarily created pipe buffer...
2009-10-03 Nicolai Hähnlest/dri: Install APPLE_vertex_array_object functions
2009-10-03 Nicolai Hähnler300g: Reset vbo_offset after allocation of a new buffer
2009-10-03 Nicolai Hähnlest/dri: Install ARB_vertex_array_object functions
2009-10-02 Brian Paulmesa: optimized _mesa_meta_BlitFramebuffer() for src...
2009-10-02 Eric Anholti965: Use a little stack space to avoid a malloc in...
2009-10-02 Eric Anholtmesa: Remove another unexplained Flush call, this time...
2009-10-02 Eric AnholtRevert "Flush driver, not just tnl module."
2009-10-02 Eric Anholtintel: Remove an unexplained flush from intelClearWithBlit.
2009-10-02 Alex Deucherr600: remove support for host-based ibs
2009-10-02 Keith Whitwellmesa/st: don't reuse vertex buffers for bitmap, clear...
2009-10-02 Michel Dänzerst/xorg: Use PIPE_TRANSFER_MAP_DIRECTLY flag in EXA...
2009-10-02 Michel Dänzergallium: Add PIPE_TRANSFER_MAP_DIRECTLY usage flag.
2009-10-02 Michel Dänzergallium: Preparations for adding more PIPE_TRANSFER_...
2009-10-02 Brian Paulintel: wrap _mesa_meta_GenerateMipmap()
2009-10-02 Brian Paulmesa: added _mesa_meta_check_generate_mipmap_fallback()
2009-10-02 Younes Mantong3dvl: Formatting.
2009-10-02 Younes Mantong3dvl: Delete state_trackers/g3dvl, other unused files.
2009-10-02 Younes Mantong3dvl: Copyright blocks.
2009-10-02 Younes Mantonst/xvmc: Set default CSC matrix to BT.601, no ProcAmp...
2009-10-02 Younes Mantong3dvl: Color space conv interface & vl impl.
2009-10-01 Eric Anholti915: Add stub ARB_occlusion_query support under a...
2009-10-01 Eric Anholti915: Add optional support for ARB_fragment_shader...
2009-10-01 Eric Anholti915: Add support or fallbacks for GLSL fragment shader...
2009-10-01 Eric Anholti915: Add support for varying inputs.
2009-10-01 Eric Anholti915: Enable ARB_vertex_shader for both i915 and i830.
2009-10-01 Eric Anholti915: Increase maximum program size to the hardware...
2009-10-01 Eric Anholti915: Update and translate the fragment program along...
2009-10-01 Eric AnholtRevert "i915: don't validate PS program when falling...
2009-10-01 Eric Anholti915: Bail when the fragment program has too many total...
2009-10-01 Eric Anholti915: Let i915_program_error take a format string,...
2009-10-01 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-01 Vinson Leemesa: Return -FLT_MAX instead of 0 for LG2(0).
2009-10-01 Brian Paulobjviewer: remove disabled code
2009-10-01 Brian Paulobjviewer: mouse/keyboard info in README file
2009-10-01 Brian Pauldocs: added objviewer to release notes
2009-10-01 Brian Paulmesa: add objviewer to PROGRAM_DIRS
2009-10-01 Brian Paulmesa: add progs/objviewer to tarball list
2009-10-01 Brian Paulobjview: clean up drawing VBO code
2009-10-01 Brian Paulobjview: set skybox texture filter
2009-10-01 Brian Paulobjview: check GL version/extension
2009-10-01 Brian Paulprogs/objviewer: Wavefront .obj file loader/viewer...
2009-10-01 Michel Dänzerst/xorg: Check that ms->api->destroy is not NULL before...
2009-10-01 Robert Nolandutil: Enable sockets on BSD
2009-10-01 Robert Nolandutil: define PIPE_OS_FREEBSD to correct u_cpu_detect...
2009-10-01 Brian Paulmesa: better debug message
2009-10-01 Keith Whitwellgallium: remove depth.occlusion_count flag
2009-10-01 Cooper Yuanst/mesa: fix non-mipmap lastLevel calculation.
2009-09-30 Brian Paulglx: fix glXQueryContext(GLX_RENDER_TYPE)
2009-09-30 Eric Anholti965: Fix massive memory allocation for streaming textu...
2009-09-30 Michel Dänzerst/xorg: Fix debug option function call typo.
2009-09-30 Chia-I Wumesa/main: New feature FEATURE_beginend.
2009-09-30 Chia-I Wumesa/main: Make FEATURE_dlist follow feature conventions.
2009-09-30 Chia-I Wumesa/main: Make FEATURE_evaluators follow feature conve...
2009-09-30 Chia-I Wumesa/main: New feature FEATURE_queryobj.
2009-09-30 Chia-I Wumesa/main: New feature FEATURE_arrayelt.
2009-09-30 Chia-I Wumesa/main: Make FEATURE_texgen follow feature conventions.
2009-09-30 Chia-I Wumesa/main: Make FEATURE_feedback follow feature convent...
2009-09-30 Chia-I Wumesa/main: Make FEATURE_drawpix follow feature conventions.
2009-09-30 Chia-I Wumesa/main: New feature FEATURE_rastpos.
2009-09-30 Chia-I Wumesa/main: Make FEATURE_histogram follow feature conven...
2009-09-30 Chia-I Wumesa/main: Make FEATURE_attrib_stack follow feature...
2009-09-30 Chia-I Wumesa/main: Make FEATURE_accum follow feature conventions.
2009-09-30 Chia-I Wuprogs/egl: Make demo3 work again.
2009-09-30 Chia-I Wuprogs/egl: Check EGL_MESA_screen_surface is supported...
2009-09-30 Chia-I Wuprogs/egl: Fix a crash in demo1.
2009-09-30 Chia-I Wust/egl: Fix a double free in drm_destroy_context.
2009-09-30 Chia-I Wust/egl: Fix a crash when unbinding current context.
2009-09-30 Chia-I Wuprogs/egl: Replace EGL_i915 by EGL_DEFAULT_DISPLAY.
2009-09-30 Brian Pauldocs: document GLSL sqrt(0) fix
2009-09-30 Brian Paulglsl: regenerated file
2009-09-30 Brian Paulglsl: rewrite sqrt(x) intrinsic to handle x=0
next