i915: Update and translate the fragment program along with state updates.
[mesa.git] / src /
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'
2009-09-28 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-28 Ian RomanickPrep for 7.5.2 release
2009-09-28 Ian RomanickPrep for 7.6 release
2009-09-28 Brian Paulst/mesa: check gl_texture_object::GenerateMipmap field...
2009-09-28 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-28 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-28 Robert NolandFix build on non GLIBC platforms (FreeBSD at least)
2009-09-28 Brian Paulst/mesa: fix st_generate_mipmap() issues
2009-09-28 Brian Paulst/mesa: fix/simplify st_texture_object::lastLevel...
2009-09-28 Brian Paulgallium/util: add sanity check assertions
2009-09-28 Brian Paulmesa: use _mesa_get_current_tex_unit() helper
2009-09-28 Younes Mantonllvmpipe: Grab a ref when the fb is set.
2009-09-28 José Fonsecasoftpipe: Fix MSVC build.
2009-09-28 José Fonsecag3dvl: Fix MSVC build.
2009-09-28 Cooper Yuanr300g: fix r300g cause GPU hang issue.
2009-09-28 Younes Mantonxvmc: Fail on unsupported formats, operations.
2009-09-28 Younes Mantong3dvl: Missing semicolon.
2009-09-28 Younes Mantong3dvl: Formatting and cleanups.
2009-09-28 Younes Mantong3dvl: Move XvMC under the Xorg state tracker.
2009-09-28 Younes Mantong3dvl: Implement XvMC using pipe_video_context.
2009-09-27 Younes Mantong3dvl: pipe_video_context interface, softpipe impl...
2009-09-27 Younes Mantonutil: Add util_next_power_of_two() for rounding a uint...
2009-09-27 Maciej Cencorar300g: fix erroneous condition
2009-09-27 Maciej Cencorar300g: don't force vertex position for HW TCL path
2009-09-27 Maciej Cencorar300g: add some assertions
2009-09-27 Maciej Cencorar300g: plug memory leak
2009-09-27 Maciej Cencorar300g: add some debugging info
2009-09-27 Dave Airlier300g: fix r300 rs path
2009-09-27 Dave Airlier300g: rewrite RS state setup.
2009-09-27 Dave Airlier300g: silence compiler warning
2009-09-27 Jakob Bornecrantzi915g: Submit direct vertex buffers
2009-09-27 Jakob Bornecrantzi915g: Fix warning
next