wgl: Remove unused member.
[mesa.git] / src / mesa /
2009-04-09 Brian Paulmesa: fix potential recursive locking deadlock in _mesa...
2009-04-09 Brian Pauli965: free shader's constant buffer in brwDeleteProgram()
2009-04-09 Brian Pauli965: set BRW_MASK_DISABLE flag in "send" instruction...
2009-04-09 Brian Pauli965: clean-ups, debug code in brw_wm_glsl.c
2009-04-09 Brian Pauli965: init current_const[i].index = -1
2009-04-09 Brian Pauli965: move the fetch_constants() call before setting...
2009-04-09 Brian Paulmesa: minor datatype changes in optimization code
2009-04-08 Robert EllisonMesa: allow suppression of debug messages in a debug...
2009-04-08 Alan Hourihanegallium: when using gl_PointCoord ensure we use the...
2009-04-08 José Fonsecamesa: Don't attempt to free the dummy program.
2009-04-07 Brian Paulst: implement glCopyTexImage() for GL_DEPTH24_STENCIL8...
2009-04-07 Brian Paulst: implement GL_DEPTH_STENCIL format for glReadPixels...
2009-04-07 Brian Paulmesa: add another special/optimized case in _mesa_unpac...
2009-04-07 Brian Paulswrast: fix point rendering function selection
2009-04-07 Brian Paulmesa: fix incorrect component ordering for sRGB8 textur...
2009-04-07 Brian Paulglsl: enable the new linear scan register allocator...
2009-04-07 Brian Paulglsl: don't optimize program if MESA_GLSL=nopt
2009-04-07 Brian Paulswrast: restore !shader check around add_specular()
2009-04-07 Brian Paulswrast: more texcombine clean-ups
2009-04-07 Brian Paulswrast: asst. clean-ups in texcombine code
2009-04-06 Brian Paulswrast: fix secondary color add for glBitmap
2009-04-06 Brian Paulswrast: fix incorrect arithmetic for GL_ADD_SIGNED...
2009-04-06 Brian Paulst: as with swrast, interpret texture border color...
2009-04-06 Brian Paulst: rename a helper function
2009-04-06 Brian Paulswrast: fix texture border color interpretation
2009-04-06 José Fonsecamesa: Fix orientation adjustment for reading stencil...
2009-04-06 Eric Anholtintel: Avoid dri2 GetBuffers round-trips for internal...
2009-04-06 Eric Anholti965: Use GTT maps when available to upload vertex...
2009-04-06 Eric Anholtintel: Clean up some a leftover from sedding of bufmgr...
2009-04-06 Michel Dänzerradeon: Expose a 32 bit RGBA fbconfig even when the...
2009-04-04 Michel Dänzergallium: Clean up driver clear() interface.
2009-04-04 Michel Dänzergallium: Add utility helper for packing combined depth...
2009-04-03 Brian Paulintel: #include texgetimage.h
2009-04-03 Brian Paulmesa: move glGetTexImage(), glGetCompresssedTexImage...
2009-04-03 Brian Paulmesa: remove the noClamp parameter to _mesa_pack_rgba_s...
2009-04-03 Brian Paulmesa: clamp colors to [0,1] for glGetTexImage() when...
2009-04-03 Brian Paulmesa: whitespace and comment clean-up
2009-04-03 Brian Paulmesa: remove extra semicolons
2009-04-03 Brian Paulmesa: in mesa_add_named_constant(), avoid adding duplic...
2009-04-03 Brian Paulmesa: fix parameter counting in ARB vertex/fragment...
2009-04-03 Brian Paulmesa: replace >= with > when testing if we've exceeded...
2009-04-03 Brian Paulmesa: only clear matrix MAT_DIRTY_INVERSE flag when...
2009-04-03 Brian Paulmesa: for OPCODE_LIT, use _mesa_pow() instead of exp...
2009-04-03 Brian Paulmesa: rename some gl_light fields to be clearer
2009-04-03 Brian Paulmesa: don't normalize spot light direction until valida...
2009-04-03 Brian Pauli965: remove unused var
2009-04-03 Brian Paulmesa: replace assertion with conditional in _mesa_opcod...
2009-04-03 Brian Pauli965: more const buffer debug code
2009-04-03 Brian Pauli965: added brw_same_reg()
2009-04-03 Brian Pauli965: s/GL_FALSE/BRW_COMPRESSION_NONE/
2009-04-03 Brian Pauli965: another checkpoint commit of new constant buffer...
2009-04-03 Brian Pauli965: fix response length param in brw_dp_READ_4()
2009-04-03 Brian Pauli965: change args to get_src_reg() to prep for new...
2009-04-03 Brian Pauli965: check-point commit of new constant buffer support
2009-04-03 Brian Pauli965: remove unused code for sampling a constant buffer
2009-04-03 Brian Pauli965: code to setup a constant buffer sampler
2009-04-03 Brian Pauli965: do negation and Abs in get_src_reg_imm()
2009-04-03 Brian Pauli965: comments
2009-04-03 Brian Pauli965: code to debug/dump instruction immediates
2009-04-03 Brian Pauli965: minor code movement, new comment
2009-04-03 Brian Pauli965: added new brw_dp_READ_4() function
2009-04-03 Brian Pauli965: new and updated comments
2009-04-03 Brian Paulmesa: more error message info
2009-04-03 Brian Paulmesa: clean up formatting and use 'return' instead...
2009-04-03 Brian Pauli965: comments for brw_SAMPLE()
2009-04-03 Brian Pauli965: comments for sampling code
2009-04-03 Brian Pauli965: add support for float literal instruction operands
2009-04-03 Brian Pauli965: remove 'nr' param from get_src/dst_reg() functions
2009-04-03 Brian Pauli965: fix comment typo
2009-04-03 Brian Pauli965: comments, clean-up in prepare_wm_surfaces()
2009-04-03 Brian Pauli965: remove unneeded #includes
2009-04-03 Brian Pauli965: formatting clean-ups
2009-04-03 Brian Pauli965: comments, whitespace changes
2009-04-03 Brian Pauli965: rename scratch_buffer -> scratch_bo to be consist...
2009-04-03 Brian Pauli965: fix indentation
2009-04-03 Brian Pauli965: whitespace changes, comments
2009-04-03 Alan Hourihanemesa: ensure pbo stencil buffers are mapped before use
2009-04-02 Roland Scheideggermesa: fix TexParameter functions
2009-04-02 Brian Paulmesa: don't call ctx->Driver.ReadPixels() if width...
2009-04-02 Brian Paulmesa: don't call ctx->Driver.Draw/CopyPixels() if width...
2009-04-02 Brian Paulglsl: fix segfault in linker when vertex or fragment...
2009-04-02 Thomas Hellstromdri glx: Fix dri_util::driBindContext
2009-04-02 Thomas Hellstromdri glx: Propagate driver MakeCurrent errors.
2009-04-02 Brian Paulswrast: remove unused integer lerp functions
2009-04-02 Brian Paulmesa: get rid of gl_texture_object::_BorderChan
2009-04-02 Brian Pauldri: use BorderColor instead of _BorderChan
2009-04-02 Brian Paulswrast: remove old texture_apply() code; always use...
2009-04-02 Brian Paulswrast: fix bad optimization check
2009-04-02 Brian Paulswrast: remove unused parameter
2009-04-02 Brian Paulswrast: minor improvements, clean-ups in texcombine...
2009-04-02 Brian Paulmesa: simplify ycbcr->rgb conversion code
2009-04-02 Brian Paulmesa: convert more texture fetch functions to return...
2009-04-02 Brian Paulmesa: switch texel fetch functions from GLchan to GLfloat
2009-04-02 Brian Paulswrast: use float4_array typedef to simplify the code...
2009-04-02 Brian Paulmesa: texture combine clean-ups
2009-04-02 Brian Paulswrast: refactor depth/shadow sampling code
2009-04-02 Brian Paulswrast: general clean-up of texture combine code
2009-04-02 Brian Paulswrast: do texture sampling/combining in floating point
2009-04-02 Brian Paulglsl: implement compiling/linking of separate compilati...
2009-04-02 Brian Paulmesa: use correct tex unit lod bias for TXB instruction
next