r300g: Fix memory leak in radeon_texture_from_shared_handle
[mesa.git] / src /
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 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 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 Brian Paulglsl: regenerated file
2009-09-30 Brian Paulglsl: rewrite sqrt(x) intrinsic to handle x=0
2009-09-30 Brian Paulglsl: add support for CMP instruction
2009-09-29 Brian Paulgallium/xlib: fix GLX_RENDER_TYPE query
2009-09-29 Brian Paulmesa/xlib: fix GLX_RENDER_TYPE query
2009-09-29 Brian Paulmesa: added nopfrag/nopvert options for MESA_GLSL
2009-09-29 Brian Paulmesa: added _mesa_nop_vertex/fragment_program()
2009-09-29 José Fonsecallvmpipe: Workaround for bug in llvm 2.5.
2009-09-29 José Fonsecallvmpipe: First verify LLVM IR, only then run optimizin...
2009-09-29 José Fonsecallvmpipe: Runtime cpu checks for lp_build_min_simple...
2009-09-29 José Fonsecallvmpipe: Implement non SSE4.1 versions of floor and...
2009-09-29 Brian Paulglx: indentation fixes
2009-09-29 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-29 Brian Paulmesa: bump version to 7.6.1
2009-09-29 Brian Paulmesa: work-around glXCopyContext() bug in _mesa_copy_te...
2009-09-29 Brian Paulsoftpipe: initialize the clear_flags bitvector in sp_cr...
2009-09-29 Brian Paulsoftpipe: Grab a ref when the fb is set.
2009-09-29 Chia-I Wuegl_xdri: Report full list of supported configs.
2009-09-29 Chia-I Wuegl: Add support for querying render buffer.
2009-09-29 Chia-I Wuegl: Add a function to convert __GLcontextModes to...
2009-09-29 Chia-I Wuegl: Rework config lookup.
2009-09-29 Chia-I Wuegl: Rework configuration management.
2009-09-29 Chia-I Wuegl: Introduce config keys.
2009-09-29 José Fonsecallvmpipe: Emit SSE intrinsics based on runtime cpu...
2009-09-29 José Fonsecautil: Cleanup u_cpu_detect, build. Support X86_64 and...
2009-09-29 José Fonsecagallium: New PIPE_OS_UNIX to simplify code that is...
2009-09-29 Vinson Leei915: Fix MSVC build.
2009-09-29 José Fonsecapython: Update for surface_buffer_create change.
2009-09-29 José Fonsecag3dvl: assert.h -> util/u_debug.h
2009-09-29 José Fonsecag3dvl: Define PIPE_VIDEO_CODEC_UNKNOWN for failures.
2009-09-29 Andre Maasikasr600: use CB_TARGET_MASK instead of CB_SHADER_MASK...
2009-09-29 Andre Maasikasr600: user correct alpha blend factor
2009-09-29 Andre Maasikasr600: clear position enable bit when when wpos is not...
2009-09-29 Jakob Bornecrantzst/xorg: Add debug for fallbacks
2009-09-29 Jakob Bornecrantzst/xorg: Make debug printing optional
2009-09-28 Eric Anholtmeta: Fix invalid PBO access from DrawPixels when tryin...
2009-09-28 Eric Anholtintel: Drop my generatemipmap code in favor of the...
2009-09-28 Eric Anholtintel: Remove some dead metaops code.
2009-09-28 Ian RomanickMerge branch 'mesa_7_6_branch'
next