intel: Fix prototype warning.
[profile/ivi/mesa.git] / src /
2008-09-03 Eric Anholtintel: Fix prototype warning.
2008-09-03 Eric Anholtintel: Fix refcounting on depth buffer initialization...
2008-09-03 Xiang, Haihaointel: Fix a crash if dri2 is disabled.
2008-09-03 Brian Paulfix BUFFER_DEPTH/BUFFER_ACCUM mix-up
2008-09-02 Roland Scheideggerfix no error generated when calling glLight{if}[v]...
2008-09-01 Michel DänzerFix build by removing #include of removed dri_sarea.h.
2008-08-29 Kristian HøgsbergDRI2: Drop sarea, implement swap buffers in the X server.
2008-08-29 Xiang, Haihaoi965: force thread switch after IF/ELSE/ENDIF. partial...
2008-08-29 Xiang, Haihaoi965: mask control for BREAK/CONT/DO/WHILE. partial...
2008-08-29 Xiang, Haihaoi965: Push/pop instruction state. partial fix for ...
2008-08-28 Brian Paulmesa: bump MAX_INSN to 350
2008-08-26 Brian Paulmesa: don't check for GLSL 1.2 to advertise GL 2.1
2008-08-25 Brian Paulmesa: glsl: regenerated file
2008-08-25 Brian Paulmesa: glsl: grab latest fixes from gallium-0.1 branch
2008-08-25 Brian Paulmesa: set version string to 7.3-devel
2008-08-24 Dave AirlieRevert "Revert "Merge branch 'drm-gem'""
2008-08-24 Dave AirlieRevert "Merge branch 'drm-gem'"
2008-08-21 Krzysztof Czurylo965: Fix incorrect backface culling
2008-08-21 Krzysztof CzuryloCall _ae_update_state when array enable state changes
2008-08-21 Krzysztof Czurylo965: Fix color clamping issues
2008-08-21 Ian RomanickFormatting changes to ease application of patches
2008-08-21 Eric Anholti965: use dri_bo_subdata in vertex upload to get pwrite...
2008-08-21 Eric AnholtFlush vertices when updating texObj->GenerateMipmap...
2008-08-21 Peter HuttererReport damage before modifying the area, not after.
2008-08-21 Eric Anholtintel: Fix SGIS_generate_mipmap after a miptree had...
2008-08-20 Kristof Ralovichglx: free driScreen in FreeScreenConfigs()
2008-08-20 Kristof Ralovichglx: free context in driDestroyContext()
2008-08-20 Kristof Ralovichglx: free vertex array state when context is destroyed
2008-08-20 Kristof Ralovichfix mem leak (free psc->visuals)
2008-08-20 Mark Andersonmesa: fix float blend bug
2008-08-20 Dave Airliei965: fixup format for TFP zero copy
2008-08-20 Dave Airliei965: make tex offset override work..
2008-08-20 Xiang, Haihaoi965: Enable GL_ARB_fragment_program_shadow and fix...
2008-08-19 Corbin Simpsonr5xx: Final fog option fix.
2008-08-19 Corbin Simpsonr5xx: Don't squish GL context when using FogOption
2008-08-18 Corbin Simpsonr5xx: Enable fog options.
2008-08-18 Henri Verbeetfix byte vs. pixel offset bug for 3D textures (see...
2008-08-18 Brian Paulmesa: rearrange some code in _mesa_BindTexture() to...
2008-08-18 Corbin Simpsonr5xx: Add DDX and DDY instructions.
2008-08-16 Brian Paulprep for 7.1 rc4
2008-08-16 Brian Paulmesa: turn off 'x' bit misset on a few .h and .syn...
2008-08-16 Brian Paulmesa: import latest GLSL code from gallium-0.1 branch
2008-08-14 Dave Airlieintel: remove unneeded mem type and args
2008-08-14 Michel Dänzerr300: Fix 3D texture support.
2008-08-13 Brian Paulmesa: fix a swrast state validation bug
2008-08-12 Jeremy HuddlestonFixed 'make install' for darwin
2008-08-11 Brian Paulmesa: glsl: add missing sampler types in sizeof_glsl_ty...
2008-08-11 Brian Paulmesa: added comment about gl_PointCoord
2008-08-11 Jeremy HuddlestonApple: Cleaned up some linking and dylib ids issues
2008-08-09 Dave Millerdri: fix crash in driGetConfigAttribIndex
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-08-08 Eric Anholtintel-gem: Update to new check_aperture API for classic...
2008-08-08 Eric Anholt965: cleanups to state emission from aperture checking...
2008-08-08 Brian Paulmesa: fix out-of-bounds memory reads in swizzle_copy()
2008-08-08 Jeremy Huddlestonglx/x11: Added some #ifdef GLX_DIRECT_RENDERING protection
2008-08-08 Jeremy Huddlestonglx/x11: Fix missing __GL_EXT_BYTES declaration
2008-08-07 Brian Paulmesa: fix glBindTexture error string (bug 17005)
2008-08-06 Brian Pauldisable debug code accidentally enabled by prev commit
2008-08-06 Haihao Xiangmesa: glsl: count number of temp regs used
2008-08-06 Brian Paulmesa: fix comment about texture targets (bug 17005)
2008-08-06 Brian Paulfix some FBO/texture queries (bug 15296)
2008-08-06 Xiang, Haihaoi965: update TexSrcUnit for OPCODE_TXB
2008-08-05 Xiang, Haihaodri: Fix write/read depth buffer issue under 16bpp...
2008-08-05 Xiang, Haihaoi965: Use program->SamplerUnits[] to get the appropriat...
2008-08-04 Adam JacksonDrop unused 'entries' field from __glxHashTable.
2008-08-03 Brian Pauladded null ptr check (fix bug 16959)
2008-07-31 Eric Anholtintel-gem: Always build GEM execbuffer code.
2008-07-31 Jesse Barnesintel: sync to vblank by default
2008-07-30 Eric Anholtintel-gem: Use new getparam to detect kernel GEM support.
2008-07-29 Brian Paulmesa: glsl: remove old assertion (fixes glsl/bitmap.c)
2008-07-29 Brian Paulmesa: disable debug code
2008-07-29 Brian Paulmesa: regenerated files
2008-07-29 Brian Paulmesa: Silence compiler warnings on Windows.
2008-07-29 Brian Paulmesa: cast to fix warning
2008-07-29 Brian Paulmesa: fix bug/failure in recursive function inlining
2008-07-29 Brian Paulmesa: glsl: silence warning (s/int/GLuint)
2008-07-29 Brian Paulmesa: remove stray debug code
2008-07-29 Brian Paulmesa: glsl: assorted fixes for resolving polymorphic...
2008-07-29 Brian Paulmesa: glsl: re-order some constructors
2008-07-29 Brian Paulmesa: glsl: remove unneeded operators
2008-07-29 Brian Paulmesa: glsl: added null ptr check
2008-07-29 Brian Paulmesa: fix issues causing warnings on Windows
2008-07-29 Brian Paulmesa: glsl: additional error detection
2008-07-29 Brian Paulmesa: gls: fix broken else clause of conditional break...
2008-07-29 Brian Paulmesa: glsl: only try to link shaders defining main()
2008-07-29 Michal Krolmesa: Silence compiler warning on windows.
2008-07-29 Brian Paulmesa: glsl: fix/simplify array element handling
2008-07-29 Brian Paulmesa: glsl: mark constructor params as const
2008-07-29 Brian Paulmesa: glsl: rework swizzle storage handling
2008-07-29 Brian Paulmesa: fix uninitialized var
2008-07-29 Brian Paulmesa: glsl: implement constructor functions for user...
2008-07-29 Brian Paulmesa: remove stray debug assertion
2008-07-29 Brianmesa: fix glUniform error checking for samplers
2008-07-29 Brian Paulmesa: refactor: move _mesa_Bind/Gen/DeleteProgram(...
2008-07-29 Brian Paulmesa: initial support for GLSL struct/array comparisons
2008-07-29 Brian Paulmesa: added null ptr check (error handling case)
2008-07-29 Brian Paulmesa: fix +=, -=, etc. operators
2008-07-29 Brian Paulmesa: remove an error check for NV_v_p that doesn't...
2008-07-29 Brian Paulmesa: fix some issues in _mesa_validate_program()
2008-07-29 Brian Paulmesa: assorted glsl uniform/attribute fixes
next