summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2009-10-21mesa: added MESA_FORMAT_X8_Z24 formatBrian Paul
2009-10-21mesa: added _mesa_dump_renderbuffers() debug codeBrian Paul
2009-10-20mesa: Fix Mac OS build.Vinson Lee
2009-10-19Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...Alex Deucher
2009-10-16mesa: fix/update some commentsBrian Paul
2009-10-16mesa: move a commaBrian Paul
2009-10-16mesa: added MESA_GLSL=useprog debug flagBrian Paul
2009-10-16mesa: use C locale for _mesa_strtod()Brian Paul
2009-10-14mesa: added VERBOSE_SWAPBUFFERSBrian Paul
2009-10-14mesa: added MESA_VERBOSE option 'draw' to debug glDrawArrays/Elements, etc.Brian Paul
2009-10-14mesa: rename VERBOSE_IMMEDIATE->VERBOSE_MATERIAL to reflect what it doesBrian Paul
2009-10-14mesa: remove unused ctx->Driver.PrioritizeTextures() hookBrian Paul
2009-10-14mesa: remove unused ctx->Driver.TextureMatrix() hookBrian Paul
2009-10-13mesa: rework _mesa_read_shader() debug hookBrian Paul
2009-10-12mesa: minor clean up in check_begin_texture_render()Brian Paul
2009-10-10Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-09mesa: fix incorrect assertion in _mesa_add_aux_renderbuffers()Brian Paul
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul
2009-10-08mesa: free display list state after freeing shared stateBrian Paul
2009-10-07mesa: clean up extended opcode codeBrian Paul
2009-10-07mesa: move gl_list_instruction and gl_list_extensions to dlist.cBrian Paul
2009-10-07mesa: added _mesa_free_display_list_data()Brian Paul
2009-10-07mesa: clean-up display list mem allocation, fix NULL handlingBrian Paul
2009-10-07main: replace ALLOC_INSTRUCTION macro with regular functionBrian Paul
2009-10-07mesa: rename display list functionsBrian Paul
2009-10-06mesa: added MESA_FORMAT_XRGB8888Brian Paul
2009-10-06mesa: added case for MESA_FORMAT_SIGNED_RGBA_16Brian Paul
2009-10-06mesa: added MESA_FORMAT_SIGNED_RGBA_16 for accum buffersBrian Paul
2009-10-06mesa: added _mesa_get_format_color_encoding()Brian Paul
2009-10-06mesa: accept more pnames in _mesa_get_format_bits()Brian Paul
2009-10-05mesa: don't include texformat.hBrian Paul
2009-10-05mesa: move _mesa_format_to_type_and_comps() to formats.cBrian Paul
2009-10-05mesa: move gl_format_info struct to formats.cBrian Paul
2009-10-05mesa: remove feature testsBrian Paul
2009-10-05mesa: use FetchTexelf() instead of FetchTexelc()Brian Paul
2009-10-05mesa: add parenthesisBrian Paul
2009-10-05mesa: lift _mesa_set_fetch_functions() calls out of driversBrian Paul
2009-10-05mesa: make _mesa_get_texel_fetch_func() staticBrian Paul
2009-10-05Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-05mesa: fix return value when clipping {Read,Draw}Pixels height <= 0Brian Paul
2009-10-05Use _mesa_select_tex_image() rather than hardcoding face 0.Michel Dänzer
2009-10-05mesa: fix return value when clipping {Read,Draw}Pixels height <= 0Ben Skeggs
2009-10-02mesa: Remove another unexplained Flush call, this time from BindFramebuffer.Eric Anholt
2009-10-02Revert "Flush driver, not just tnl module."Eric Anholt
2009-10-02mesa: fix incorrect default texture binding in unbind_texobj_from_texunits()Brian Paul
2009-10-01mesa: removed gl_texture_image::CompressedSize fieldBrian Paul
2009-10-01mesa: reformattingBrian Paul
2009-10-01mesa: move mesa_set_fetch_functions()Brian Paul
2009-10-01mesa: simplify _mesa_compressed_texture_size()Brian Paul
2009-10-01mesa: remove gl_texture_image::IsCompressed fieldBrian Paul