st/wgl: don't advertise WGL_EXT_swap_interval string
[mesa.git] / src /
2009-07-03 Keith Whitwellst/wgl: don't advertise WGL_EXT_swap_interval string
2009-07-03 José Fonsecawgl: Lookup framebuffers by HWND whenever possible.
2009-07-02 José Fonsecamesa: Assume depth textures have a single level unless...
2009-07-02 Keith Whitwellmesa: s/TRUE/GL_TRUE
2009-07-02 Keith Whitwellglapi: ensure _mesa_lookup_prim_by_nr() is not clobbere...
2009-07-02 Keith WhitwellMerge commit 'origin/dlist-statechange-shortcircuit...
2009-07-02 Keith Whitwellmesa: ensure UsesFogFragCoord value is set for non...
2009-06-30 Keith Whitwellmesa/vbo: fix compile and replay of nodes ending in...
2009-06-30 Keith Whitwellmesa/dlist: fixes and improvements for material caching
2009-06-30 Keith Whitwellmesa/dlist: don't cache state which may not be replayed...
2009-06-30 Keith Whitwellmesa/dlist: invalidate cached dlist compile state after...
2009-06-30 Keith WhitwellMerge branch 'mesa_7_5_branch' into dlist-statechange...
2009-06-30 Keith Whitwellmesa: remove whitespace
2009-06-30 Keith Whitwellmesa: remove dead constant pointsize code from ffvertex...
2009-06-30 Keith Whitwellmesa: remove dead vertex fog code from ffvertex_prog.c
2009-06-30 Keith Whitwellmesa: fix material inputs in ffvertex_prog.c
2009-06-30 Arthur HUILLETmesa: fix transform_points_3d_no_rot using undefined...
2009-06-30 Kristof Ralovichglx: plug a leak
2009-06-30 Brian Paulglx: fix null pointer dereference segfault (bug 22546)
2009-06-30 José Fonsecamesa: Set FLUSH_EXPLICIT_BIT flags when calling FlushMa...
2009-06-30 José Fonsecautil: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling...
2009-06-30 José Fonsecagallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag...
2009-06-30 Jakob Bornecrantzst/gl: Add stubs for CompressedTexSubImage[1D|3D]
2009-06-30 Jakob Bornecrantzst/gl: Add support for glCompressedTexSubImage
2009-07-01 José Fonsecautil: Increase OutputDebugStringA to 4k.
2009-07-01 José Fonsecamesa: Unbind depth/stencil surface from pipe_framebuffe...
2009-07-01 Keith Whitwellst/wgl: dummy implementation of wgl swapinterval extension
2009-07-01 Zack Rusingallium: fix the front face semantics
2009-07-01 José Fonsecawgl: Optimize wglGetProcAddress.
2009-06-30 Eric Anholti915: Fix assertion failure on remapping a non-BO-backe...
2009-06-30 Keith Whitwellmesa/vbo: fix compile and replay of nodes ending in...
2009-06-30 Keith Whitwellmesa/dlist: restore missing SAVE_FLUSH_VERTICES in...
2009-06-30 Keith Whitwellmesa/vbo: use _lookup_prim_by_nr for debugging
2009-06-30 Keith Whitwellmesa: add debug printer for primitive name
2009-06-30 Keith Whitwellmesa/dlist: shortcircuit some redundant statechanges...
2009-06-29 Brian Paulintel: added null ptr check
2009-06-26 Brian Paulglsl: check number of varying variables against the...
2009-06-26 Brian Paulmesa: raise MAX_VARYING (number of shader varying vars...
2009-06-26 Ian Romanickintel / DRI2: Additional flush of fake front-buffer...
2009-06-26 Brian Paulmesa: bump version to 7.5-rc4
2009-06-26 Brian Paulcell: PIPE_CAP_TGSI_CONT_SUPPORTED query
2009-06-26 Brian Paulsoftpipe: PIPE_CAP_TGSI_CONT_SUPPORTED query
2009-06-26 Brian Paulgallium: added PIPE_CAP_TGSI_CONT_SUPPORTED
2009-06-26 Brian Paulglsl: move/simplify error checking for 'return' statements
2009-06-26 Brian Paulglsl: overhaul 'return' statement handling
2009-06-26 Brian Paulglsl: predicate assignments according to __returnFlag
2009-06-26 Brian Paulglsl: added slang_variable::is_global field
2009-06-26 Brian Paulglsl: silence a problem warning
2009-06-26 Brian Paulglsl: code refactoring for return statements
2009-06-26 Brian Paulglsl: fix assorted regressions related to early-return...
2009-06-26 Brian Paulglsl: comments, field reordering
2009-06-26 Brian Paulglsl: rework loop nesting code
2009-06-26 Brian Paulglsl: remove test for loop unrolling when we hit condit...
2009-06-26 Brian Paulglsl: checkpoint: predicate __retVal = expr with __retu...
2009-06-26 Brian Paulglsl: use new helper functions in _slang_gen_logical_an...
2009-06-26 Brian Paulglsl: add comments
2009-06-26 Brian Paulglsl: checkpoint: replace 'return' with __returnFlag...
2009-06-26 Brian Paulglsl: fix up scoping for parent/children in slang_opera...
2009-06-26 Brian Paulglsl: fix uninitialized var in _slang_gen_for_without_c...
2009-06-26 Brian Paulglsl: added slang_operation_free_children()
2009-06-26 Brian Paulglsl: added slang_oper_num_children() helper
2009-06-26 Brian Paulglsl: check-point: declare _returnFlag
2009-06-26 Brian Paulglsl: added slang_operation_insert_child()
2009-06-26 Brian Paulglsl: use slang_generate_declaration() to consolidate...
2009-06-26 Brian Paulglsl: remove obsolete comment
2009-06-26 Brian Paulst/mesa: query PIPE_CAP_TGSI_CONT_SUPPORTED
2009-06-26 Brian Paulglsl: implement _slang_gen_while_without_continue()
2009-06-26 Brian Paulglsl: fix a bug involving 'continue' in 'for' loops
2009-06-26 Brian Paulglsl: added slang_oper_child_const()
2009-06-26 Brian Paulglsl: use _slang_loop_contains_continue_or_break()...
2009-06-26 Brian Paulglsl: use new _slang_loop_contains_continue() helper...
2009-06-26 Brian Paulglsl: implement continue->break translation for do...
2009-06-26 Brian Paulglsl: added slang_operation_literal_int/bool() helper...
2009-06-26 Brian Paulglsl: don't allocate 0-length children array in slang_o...
2009-06-26 Brian Paulglsl: remove debug code, misc clean-up
2009-06-26 Brian Paulglsl: implement continue->break transformation for...
2009-06-26 Brian Paulglsl: added slang_operation_add_children() and slang_op...
2009-06-26 Brian Paulglsl: added slang_assemble_ctx::EmitContReturn field...
2009-06-26 Brian Paulglsl: don't unroll loops containing continue/break
2009-06-26 Brian PaulRevert "slang: if/else/break & if/else/continue work...
2009-06-26 Brian Paulglsl: Added gl_shader_state::EmitContReturn field
2009-06-26 Keith Whitwelltgsi: correct handling of return value from util_vsnprintf
2009-06-26 Keith Whitwellaux/indices: don't use 'prim' value once it is known...
2009-06-24 José Fonsecawgl: Handle flush after a window is destroyed.
2009-06-22 Roland Scheideggeri965: handle OPCODE_SWZ in the glsl path
2009-06-22 Owen W. TaylorDisable SGI_swap_control extension for DRI2
2009-06-22 Michel Dänzerintel: intel_texture_drawpixels() can't handle GL_DEPTH...
2009-06-22 Brian Pauli965: added intelFlush() call in intel_get_tex_image()
2009-06-22 Brian Paulmesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRA...
2009-06-22 Brian Paulmesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_A...
2009-06-22 Brian Paulmesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRA...
2009-06-22 Brian Paulmesa: fix some potential state-restore issues in pop_te...
2009-06-22 Brian Paulvbo: return VP_NONE from get_program_mode() if running...
2009-06-22 Brian Paulmesa: create/use a fallback texture when bound texture...
2009-06-19 Eric Anholtintel: Fix other metaops versus GL_COMPILE_AND_EXECUTE...
2009-06-19 Eric Anholtintel: Fix glClear behavior versus display lists.
2009-06-19 Roland Scheideggerradeons: use dp4 for position invariant vertex programs
2009-06-19 Michel DänzerAlso release direct rendering resources in glXDestroyGL...
2009-06-19 Michel DänzerAlways free image offsets memory when re-initializing...
2009-06-19 Brian Paulsoftpipe: return alpha=1 in shadow_compare() function
next