summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Merge branch 'outputswritten64'Ian Romanick1-1/+26
2009-11-17ARB_fbo: Enable GL_EXT_framebuffer_multisampleIan Romanick1-1/+2
2009-10-28mesa: move some gl_texture_image and gl_renderbuffer fields aroundBrian Paul1-3/+5
2009-10-28Merge branch 'texformat-rework'Brian Paul1-100/+2
2009-10-16mesa: fix/update some commentsBrian Paul1-4/+4
2009-10-16mesa: move a commaBrian Paul1-1/+1
2009-10-16mesa: added MESA_GLSL=useprog debug flagBrian Paul1-0/+1
2009-10-14mesa: added VERBOSE_SWAPBUFFERSBrian Paul1-1/+2
2009-10-14mesa: added MESA_VERBOSE option 'draw' to debug glDrawArrays/Elements, etc.Brian Paul1-0/+3
2009-10-14mesa: rename VERBOSE_IMMEDIATE->VERBOSE_MATERIAL to reflect what it doesBrian Paul1-1/+1
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul1-11/+1
2009-10-07mesa: move gl_list_instruction and gl_list_extensions to dlist.cBrian Paul1-24/+2
2009-10-01mesa: removed gl_texture_image::CompressedSize fieldBrian Paul1-2/+0
2009-10-01mesa: remove gl_texture_image::IsCompressed fieldBrian Paul1-1/+0
2009-09-30mesa: remove gl_texture_formatBrian Paul1-34/+0
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul1-1/+1
2009-09-29mesa: added nopfrag/nopvert options for MESA_GLSLBrian Paul1-0/+2
2009-09-27mesa: remove unused gl_texture_format fieldsBrian Paul1-16/+0
2009-09-27mesa: move StoreTexImageFunc to texstore.hBrian Paul1-35/+0
2009-09-27mesa: replace function pointer types with void *Brian Paul1-8/+8
2009-09-25Merge branch 'asm-shader-rework-2'Ian Romanick1-0/+1
2009-09-24mesa: remove: unused gl_vertex_program::TnlData fieldBrian Paul1-1/+0
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul1-0/+1
2009-09-24i965: Emit zero initialization for NV VP temporaries as required.Eric Anholt1-0/+1
2009-09-10Merge branch 'master' into asm-shader-rework-2Ian Romanick1-0/+30
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt1-0/+1
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt1-0/+2
2009-09-03mesa: rename gl_sync_object::Status to StatusFlagBrian Paul1-1/+1
2009-09-03ARB sync: Fix delete behavior and context destruction behaviorIan Romanick1-0/+6
2009-09-03ARB sync: Add support for GL_ARB_sync to swrastIan Romanick1-0/+21
2009-08-31NV fp: Add tracking for NV_fragment_program_optionIan Romanick1-0/+1
2009-08-25mesa: use gl_texture_index type for gl_program::SamplerTargetsBrian Paul1-1/+1
2009-08-14Infrastructure for GL_ARB_seamless_cube_mapIan Romanick1-0/+4
2009-08-14mesa: append uniform values to the log file the first time we use a shaderBrian Paul1-0/+1
2009-08-12Merge branch 'new-frag-attribs'Brian Paul1-4/+5
2009-08-10mesa: added GLcontext::Meta field for meta rendering stateBrian Paul1-0/+3
2009-08-04mesa: added gl_shader::SourceChecksum field (for debug purposes)Brian Paul1-0/+1
2009-07-29mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputsBrian Paul1-4/+5
2009-07-17Merge branch 'mesa_7_5_branch'Brian Paul1-0/+7
2009-07-15mesa: recognize and eliminate repeated error messagesKeith Whitwell1-0/+7
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz1-0/+7
2009-06-30mesa/dlist: shortcircuit some redundant statechanges at compile timeKeith Whitwell1-0/+7
2009-06-26glsl: Added gl_shader_state::EmitContReturn fieldBrian Paul1-0/+1
2009-06-22mesa: create/use a fallback texture when bound texture is incompleteBrian Paul1-0/+3
2009-06-17mesa: rework viewport/scissor initialization codeBrian Paul1-0/+2
2009-06-26Merge branch 'arb_vertex_array_object'Brian Paul1-3/+5
2009-06-26Merge branch 'mesa_7_5_branch'Brian Paul1-0/+1
2009-06-22mesa: added extension flag for ARB_vertex_array_objectBrian Paul1-0/+1
2009-06-19mesa: implement _mesa_GenVertexArrays() for GL_ARB_vertex_array_objectBrian Paul1-0/+1
2009-06-19mesa: move vertex array objects from shared state to per-contextBrian Paul1-3/+3