No you arent.
[mesa.git] / src / mesa /
2005-12-17 Aapo TahkolaNo you arent.
2005-12-17 Aapo TahkolaWarn only when being enabled.
2005-12-17 Aapo TahkolaI think this has been tested well enough already.
2005-12-17 Aapo TahkolaEnable CB_DPATH by default.
2005-12-17 Aapo TahkolaFix (likely) typo.
2005-12-17 Aapo TahkolaAdd some missing hooks. This should fix various little...
2005-12-16 Karl Schultzfix thinko in last revision.
2005-12-15 Brian Paulmove va_end() call (Evgeny Kotsuba)
2005-12-15 Karl SchultzWork In Progress. Move some of the frame buffer, rende...
2005-12-14 Keith WhitwellFix typo.
2005-12-14 Brian Pauluse GLbitfield instead of GLuint
2005-12-14 Brian PaulRemoved the GL_SGIX/SGIS_pixel_texture extensions....
2005-12-13 Dave Airliefix from Roland for mipmapped compressed textures
2005-12-12 Brian Paulsilence warning, bug 5318
2005-12-12 Keith WhitwellSplit _MaintainTexEnvProgram into two flags _Maintain...
2005-12-11 Eric AnholtRegenerate for recent glapi changes (GetQueryObjecti64v...
2005-12-08 Brian Pauldon't need LONGLONG typedefs
2005-12-08 Brian Pauldo away with 'long long' usage
2005-12-08 Karl Schultzupdate for symbol export changes
2005-12-08 Karl Schultzadd {} to RENDER_SPAN macro to fix compilation problem
2005-12-08 Karl Schultzuse 64-bit typedefs for portability
2005-12-08 Karl Schultzadd 64-bit typedefs for portability
2005-12-07 Brian PaulUpdates for GL_EXT_timer_query:
2005-12-07 Karl SchultzFix bugzilla 5253. Add {} around code in RENDER_SPAN...
2005-12-06 Aapo TahkolaMake missing interpolator inputs fatal
2005-12-06 Aapo TahkolaFix secondary color for VP's
2005-12-06 Brian PaulC++ fixes, mostly casts (Stephane Conversy)
2005-12-06 Eric AnholtAdd support for GL_EXT_secondary_color. It looks like...
2005-12-05 Keith WhitwellAdd guard before calling ctx->Driver.BindProgram
2005-12-05 Aapo TahkolaFix AL8
2005-12-05 Dave Airlieupdate r300 drm minimum to 20
2005-12-04 Dave AirlieFix r300 rectangular texture upload and swtcl coordinat...
2005-12-02 Brian PaulAdded PCI_CHIP_RV410_5E4B (Adam Kirchhoff)
2005-12-02 Brian PaulFix two failures encountered when running out of memory...
2005-12-02 Brian Paulfix _mesa_ffs() return, test for more platforms (Evgeny...
2005-12-02 Ian RomanickFix build issues on x86-64 due to missing include path in
2005-12-01 Keith WhitwellCall ProgramStringNotify after creating tnl programs.
2005-12-01 Keith WhitwellRemove VB->LastClipped
2005-12-01 Keith WhitwellClean up clipping somewhat
2005-12-01 Brian Paulremove uintptr_t cast
2005-12-01 Brian Paultry removing need for the uintptr_t casts
2005-12-01 Brian PaulAdded FinishRenderTexture() device driver function...
2005-12-01 Brian Pauladded comment about glTexImage and renderbuffers
2005-12-01 Brian Paulget depthBits from the current drawbuffer
2005-11-30 Brian Paulfxt1_decode_1() should not be static
2005-11-29 Brian Paulassorted fixes for server-side direct rendering (bug...
2005-11-29 Brian Pauluse the files from the drm tree/package
2005-11-29 Michel DänzerIf the DDX driver didn't reserve any video RAM for...
2005-11-28 Keith WhitwellRemove the many aliases for 'struct mem_block' in mm.h
2005-11-28 Keith WhitwellCorrect author attribution of mm.h
2005-11-28 Brian Paulcheck for driver_modes == NULL. Don't need driver_mode...
2005-11-28 Brian Paulrearrange some code to put in more logical order, misc...
2005-11-27 Brian Paulinclude stdint.h for BSD
2005-11-25 Brian Pauluse ADD_POINTERS macro instead of (uintptr_t) cast
2005-11-24 Keith WhitwellUse _mesa_exec_free for fp->func.
2005-11-24 Brian Pauluse new _egl_api struct
2005-11-23 Aapo TahkolaCouple changes that were missed.
2005-11-23 Brian Paulfixed wrong return value in radeonShowSurfaceMESA()
2005-11-22 Brian Paulreference bug 5131 in comment in _tnl_free_vertices()
2005-11-22 Brian Pauldisable freeing of fp->func, see comment (bug 5131)
2005-11-22 Keith WhitwellUse correct enums for program output variables. Fixes
2005-11-22 Keith Whitwelltrack state flags which might invalidate parameter...
2005-11-22 Keith WhitwellMake sure tnl->_DoVertexFog is kept uptodate. Fixes...
2005-11-21 Dave Airliebit 31 of this inserts a nop after the current instruction
2005-11-21 Dave Airlieget rid of some of those unknowns figured out from...
2005-11-20 Brian Paulmove _mesa_init_instruction() to program.c
2005-11-20 Brian Pauls/Saturate/SaturateMode/
2005-11-20 Brian PaulMake Saturate a 2-bit field again, renamed to SaturateM...
2005-11-19 Brian Pauladditional clean-ups and improvements
2005-11-19 Brian Paulremove incorrect cast
2005-11-19 Brian PaulSaturate is a 1-bit boolean field
2005-11-19 Brian PaulBunch of little fixes:
2005-11-19 Brian Paulin run_texnorm_stage() check if the texture unit is...
2005-11-19 Brian Paulupdate some vars
2005-11-19 Brian PaulNo longer derive 'ati_fragment_shader' from 'program...
2005-11-19 Brian Paulremove #include arbfragparse.h
2005-11-19 Brian Paulremove #include arbfragparse.h, s/PI/M_PI/
2005-11-19 Brian PaulRemove the _mesa_parse_arb_vertex/fragment_program...
2005-11-19 Brian Paulupdate comments, remove ^M chars
2005-11-19 Brian Paulmove a bunch of gl2/shading language structs from mtype...
2005-11-18 Aapo TahkolaTry to detect when native support to given texture...
2005-11-18 Aapo TahkolaFix typo causing secondary color not to work properly.
2005-11-18 Aapo TahkolaReduce stderr noise.
2005-11-18 Brian PaulIn _mesa_RenderbufferStorageEXT(), try to avoid needles...
2005-11-17 Brian Paulmove _mesa_update_state() calls before error tests...
2005-11-17 Brian Pauloptimize drawing GL_DEPTH_STENCIL pixels into a GL_DEPT...
2005-11-17 Brian Pauls/MEMCPY/_mesa_memcpy/ and fix typo
2005-11-17 Brian Pauloptimize case of reading GL_DEPTH_STENCIL pixels from...
2005-11-17 Brian Paulimproved error checking in error_check_format_type()
2005-11-16 Thomas HellströmFixes for x86_64 Unichrome.
2005-11-16 Thomas HellströmBring in last minute 6_4 branch changes to the unichrom...
2005-11-16 Brian Pauladditional comments about GL_DEPTH_STENCIL buffers
2005-11-16 Brian PaulUse new gl_framebuffer _Depth/_StencilBuffer fields...
2005-11-16 Brian Pauladded depthstencil.c
2005-11-16 Brian PaulSupport for combined depth/stencil renderbuffers (GL_EX...
2005-11-16 Brian Pauladded _mesa_new_depthstencil_renderbuffer() for combine...
2005-11-16 Brian PaulAdded error checking in _tnl_Begin to detect incomplete...
2005-11-16 Brian Paulchange an assertion
2005-11-16 Brian PaulReplace GL_POLYGON+1 with PRIM_OUTSIDE_BEGIN_END
2005-11-16 Brian Pauladd GL_INVALID_FRAMEBUFFER_OPERATION_EXT in _mesa_error()
next