mesa.git
2009-01-08 José Fonsecamesa: Add _mesa_snprintf.
2009-01-08 Brian Paulmesa: fix GL_DEPTH_CLEAR_VALUE casting
2009-01-08 Brian Paulmesa: fix float->int mapping for glGetIntegerv(GL_DEPTH...
2009-01-08 José Fonsecamesa: Move var declaration to top of scope.
2009-01-08 José Fonsecawgl: Do not provide DllMain inside the state tracker.
2009-01-08 José Fonsecagdi: Fix warning.
2009-01-08 José Fonsecawgl: Ensure public symbols get the proper DLL linkage...
2009-01-08 José Fonsecaglut: Fix build.
2009-01-08 José Fonsecamesa: Ensure gl* symbols are marked as dllexport on...
2009-01-08 José Fonsecascons: Choose the appropriate MSVC CRT.
2009-01-08 José Fonsecamesa: Use explicit casts when precision is lost.
2009-01-08 José Fonsecamesa: Fix windows build when UNICODE is defined.
2009-01-06 Brian PaulMerge commit 'origin/master' into gallium-0.2
2009-01-06 Jonathan Adamczewskicell: replace 0 with -1 in SPE_COUNT_USABLE_SPES query
2009-01-06 Brian Paulmesa: remove dri_sarea.h, add glcore.h in Makefile
2009-01-06 Xiang, Haihaomesa: Fix the size per pixel for packed pixel format...
2009-01-06 Xiang, Haihaomesa: Fix the number of components for GL_UNSIGNED_SHOR...
2009-01-06 Xiang, Haihaodri: correct the damage.
2009-01-06 Brian Paulcell: fix code emit for RSQ/RCP when src arg == dst arg
2009-01-06 Brian Paulmesa: add GLushort cases for render to texture (Z-buffers)
2009-01-05 Ben Skeggsnv50: fill image unit index in TEX varients
2009-01-05 Ben Skeggsnv50: fix crash in nv50_program_destroy
2009-01-05 Ben Skeggsnv50: working towards 3D textures
2009-01-05 Ben Skeggsnv50: slightly better miptree allocation
2009-01-05 Ben Skeggsnv50: add TXP to TEX case.. not correct, but anyway..
2009-01-05 Ben Skeggsnv50: indentation for TEX is a little overenthusiastic
2009-01-05 Ben Skeggsnv50: ensure we actually get contiguous regs for TEX...
2009-01-05 Brian Paulmesa: fix a GLSL swizzled writemask bug
2009-01-05 Brian Pauli965: implement OPCODE_TRUNC (round toward zero) on...
2009-01-05 Tom Fogalglu: Add mangled symbols to export list
2009-01-05 Jonathan Adamczewskicell: SIMDize sorting in setup_sort_vertices()
2009-01-05 Jonathan Adamczewskicell: SIMDize some subtractions
2009-01-05 Jakob Bornecrantzprogs/glsl: Add ignores
2009-01-05 Jakob Bornecrantzprogs/glsl: Remove double target def for vert-or-frag...
2009-01-05 Jonathan Adamczewskicell: improvements to spu_tri.c
2009-01-05 Jonathan Adamczewskicell: new spu_shuffle.h header
2009-01-05 Brian Paulcell: initial codegen support for fragment shader loops
2009-01-05 Brian Paulcell: add support for PIPE_CAP_TEXTURE_MIRROR_REPEAT...
2009-01-04 Brian Paulcell: clean-up, improve SPU code generation
2009-01-04 Brian Paulgallium: fix MaxTextureCoordUnits init
2009-01-03 Briancell: fix typo (s/10/0)
2009-01-03 Briandemos: remove redundant Makefile lines from prev merge
2009-01-03 Brian Paulmesa: fix warning about possibly undefined var in GLSL...
2009-01-02 Brian Paulsoftpipe: increase number of texture samplers/units...
2009-01-02 Brian Paulgallium: assorted state tracker fixes for > 8 texture...
2009-01-02 Brian Paulmesa: replace CC with APP_CC in progs/glsl/Makefile
2009-01-02 Brian PaulMerge commit 'origin/master' into gallium-0.2
2009-01-02 Brian Paulgallium: fix texcoord loop for rasterpos attributes
2009-01-02 Brian Paulgallium: clamp MaxVertexTextureImageUnits against Mesa...
2009-01-02 Brian Paulmesa: remove redudant lines for libglapi.a
2009-01-02 Brian Paulmesa: fix another "out of samplers" problem
2009-01-01 Brian Pauli965: increase number of texture samplers to 16
2009-01-01 Brian Pauli965: comments, clean-ups, re-order some functions
2009-01-01 Brian Pauli965: added OPCODE_NRM3/4
2009-01-01 Brian Pauli965: fix comment
2009-01-01 Brian Pauli965: indentation and formatting fixes
2009-01-01 Brian Pauli965: implement OPCODE_NRM3/NRM4
2009-01-01 Brian Pauli965: whitespace, comment changes
2009-01-01 Brian Paulmesa: comments, whitespace changes
2009-01-01 Brian Pauldemos: added progs/glsl/samplers.c to test all availabl...
2009-01-01 Brian Paulmesa: updated comments about GLSL constants
2008-12-31 Brian Paulmesa: increase max texture image units and GLSL sampler...
2008-12-31 José Fonsecapython: Pass a zero offset to util_draw_vertex_buffer.
2008-12-31 José Fonsecautil: List new file in SConscript.
2008-12-31 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-31 José Fonsecai915: Avoid ptr->int conversion.
2008-12-31 José Fonsecadraw: Avoid integer overflow converting pointers on...
2008-12-31 Eric Anholtintel: Share passthrough transform setup between glBitm...
2008-12-31 Eric Anholtintel: Add support for glBitmap as metaops using GL...
2008-12-31 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-31 Brian Paulmesa: fix bug in evaluation of structure fields
2008-12-31 Brian Paulmesa: allow variable indexing into the predefined unifo...
2008-12-31 Brian Paulmesa: better error message when running out of GLSL...
2008-12-31 Brian Paulmesa: comments for some state vars
2008-12-31 Brian Paulmesa: increase max constants/uniforms to 256 (vec4...
2008-12-30 José Fonsecagallium: Initialize var before use.
2008-12-30 José Fonsecaglut: List new source file in sconscript.
2008-12-30 José Fonsecamesa: Do not specify types in bitfields.
2008-12-30 José Fonsecadraw: Do not specify types in bitfields.
2008-12-30 José Fonsecagallium: Remove unused variables.
2008-12-30 José Fonsecagallium: Don't redefine INLINE.
2008-12-30 José Fonsecascons: Specify C99 throughout all the tree.
2008-12-30 José Fonsecartasm: Remove spurious semi-colons after function bodies.
2008-12-30 José Fonsecagdi: Remove accidental keypresses.
2008-12-30 Brian Paulmesa: updated compilation documentation
2008-12-30 Brian Pauldemos: minor fixes to twoside.c glsl demo
2008-12-30 Xiang, Haihaointel: disable ATI_texture_env_combine3 for i830( and...
2008-12-29 Eric Anholtdri: Fix driWaitForMSC32 when divisor >= 2 and msc...
2008-12-29 Alex DeucherR300: missing semicolon
2008-12-29 Xiang, Haihaointel: enable ATI_texture_env_combine3. Fixes #17707
2008-12-28 Dave Airlier300: remove the unknowns from the indx_buffer code
2008-12-24 Xiang, Haihaoi915: separate the fog term from the specular color...
2008-12-23 Eric Anholtintel: Fix glBitmap clipping for DRI1.
2008-12-23 Dave AirlieRemove third buffer support from Mesa.
2008-12-23 Alan Hourihaneegl: fix egl closure
2008-12-23 Alan Hourihaneegl: fix startup query version
2008-12-23 Alan Hourihaneegl: support GLXFBConfigs, pbuffers and pixmaps.
2008-12-22 José Fonsecasoftpipe: Don't fill surfaces's winsys fields.
2008-12-22 José Fonsecasoftpipe: Call surface_alloc_storage to get the pipebuf...
2008-12-22 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
next