intel: Consistently use no_batch_wrap in intel_context struct.
[mesa.git] / src / mesa /
2009-11-19 Eric Anholtintel: Consistently use no_batch_wrap in intel_context...
2009-11-19 Eric Anholti965: Pack brw_wm_fragment_program better.
2009-11-19 Eric Anholtmesa: Remove gratuitous padding in prog_dst_register.
2009-11-19 Eric Anholti965: Pack the brw_wm_prog_key better.
2009-11-19 Eric Anholti915: Remove dead meta_draw_quad code.
2009-11-19 Eric Anholttnl: Replace deprecated FogCoordPtr with AttribPtr...
2009-11-19 Eric Anholttnl: Replace deprecated ColorPtr[] with AttribPtr or...
2009-11-19 Eric Anholttnl: Replace deprecated IndexPtr[] with AttribPtr[...
2009-11-19 Eric Anholttnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTR...
2009-11-19 Eric Anholttnl: Replace deprecated TexCoordPtr with AttribPtr...
2009-11-19 Eric Anholttnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL]
2009-11-19 Eric Anholttnl: Remove unused NotifyInputChanges() tnl dd hook.
2009-11-18 Richard Lir600 : update PS and VS emit count for loop constants.
2009-11-18 Richard Lir600 : add some defs
2009-11-18 Richard Lir600 : Initial version of glsl fc.
2009-11-18 Brian Paulmesa: bump version to 7.8
2009-11-18 Ian RomanickMerge branch 'outputswritten64'
2009-11-18 Ian RomanickARB_fbo: Add missing GLX render opcode for glFramebuffe...
2009-11-18 Ian RomanickAdd missing XML files to API_XML
2009-11-18 Ian RomanickARB_fbo: Enable GL_EXT_framebuffer_multisample
2009-11-18 Ian RomanickARB_fbo: Regenerate files from previous commits.
2009-11-18 Ian RomanickARB_fbo: Move EXT_fb_blit to EXT_framebuffer_object.xml
2009-11-18 Ian RomanickARB_fbo: Add GL_EXT_framebuffer_multisample
2009-11-18 Ian RomanickEXT_pds: Alias GL_NV_packed_depth_stencil to GL_EXT_pac...
2009-11-18 Ian RomanickEXT_pds: Add GL_EXT_packed_depth_stencil
2009-11-18 Ian RomanickEXT_fbo_blit: Add missing GLX protocol render opcode
2009-11-18 Ian RomanickARB_fbo: Add missing protocol "Get" information
2009-11-18 Ian RomanickARB_fbo: Remove _EXT from enum names
2009-11-17 Brian Paulmesa: remove old comment
2009-11-17 Brian Paulmesa: fix assorted compiler warnings
2009-11-17 Brian Paulmesa: fix incorrect type in store_texel_al1616()
2009-11-17 Brian Paulmesa: remove trailing comment to silence warning
2009-11-17 Brian Paulmesa: remove a bit of old code
2009-11-17 Maciej Cencorar300: fix reads and writes for MESA_FORMAT_S8Z24 buffer
2009-11-17 Michel DänzerRemove unconditional use of glibc specific bswap_16...
2009-11-17 Dan Nicholsondri: Ensure subdirs have finished before linking driver
2009-11-17 Michel Dänzerr600: More span breakage fixes.
2009-11-17 Michel Dänzerr600: Attempt to fix span breakage introduced by big...
2009-11-17 Michel Dänzerradeon: Depth/stencil span code fixes for big endian.
2009-11-17 Michel Dänzerradeon: Fix occlusion queries on big endian.
2009-11-17 Michel Dänzerradeon: Fix software fallbacks with KMS on big endian.
2009-11-17 Michel Dänzerradeon: FBO fixes for big endian.
2009-11-17 Michel DänzerAdd MESA_FORMAT_XRGB8888_REV.
2009-11-17 Dave Airlieradeon: rn50's have no 3D engine so don't try and init...
2009-11-16 Ian Romanicki965: Use MESA_FORMAT_AL1616 when appropriate
2009-11-16 Ian RomanickMove 'static' to start of declaration to silence compil...
2009-11-16 Ian RomanickAL1616: Enable MESA_FORMAT_AL1616 for software paths
2009-11-16 Ian RomanickAL1616: Add TexImage storage path
2009-11-16 Ian RomanickAL1616: Add texel fetch / store routines
2009-11-16 Ian RomanickAL1616: Add formats for GL_LUMINANCE16_ALPHA16 textures
2009-11-16 Ian RomanickAL1616: Add macros to pack two GLushorts into a texel
2009-11-16 Alex Deucherr600: don't force Z order
2009-11-16 Brian Paulmesa: remove unused vertex array driver hooks
2009-11-16 Brian Paulmesa: check BaseLevel, MaxLevel in _mesa_GenerateMipmap...
2009-11-16 Brian Paulmesa: use _mesa_get_current_tex_object()
2009-11-16 Brian Paulmesa: added another check in check_gen_mipmap()
2009-11-15 Brian Paulst/mesa: comments for st_draw.c
2009-11-14 Eric Anholti965: Share OPCODE_TXB between brw_wm_emit.c and brw_wm...
2009-11-14 Eric Anholti965: Share OPCODE_TEX between brw_wm_emit.c and brw_wm...
2009-11-13 Eric Anholti965: Clean up emit_tex a bit.
2009-11-13 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-11-13 Eric Anholti965: Flag BRW_NEW_CONTEXT on some context state.
2009-11-13 Eric Anholtintel: Remove some dead context structure fields.
2009-11-13 Eric Anholti965: Remove an unused cache_item field.
2009-11-13 Eric Anholti965: Remove long dead structures for ffvertex_prog.c.
2009-11-13 Eric Anholti965: Use bo_map instead of subdata to upload the bits...
2009-11-13 Eric Anholti965: Validate the number of URB entries selected for...
2009-11-13 Eric Anholtintel: When subdataing a busy buffer, use a temporary...
2009-11-13 Eric Anholti965: Clean up Ironlake sampler type definitions.
2009-11-13 Eric Anholti965: Avoid moving the current value back into the...
2009-11-13 Eric Anholtmesa: Improve the eliminate-move-use to work across...
2009-11-12 Ian Romanickintel: Don't check for context pointer to be NULL durin...
2009-11-12 Ian Romanickintel: Remove unused enable_imaging parameter to intelI...
2009-11-12 Eric Anholti965: Fix Ironlake shadow comparisons.
2009-11-12 Eric Anholti965: Fix VBO last-valid-offset setup on Ironlake.
2009-11-12 Brian Paulswrast: handle additional Z24 formats in read_depth_pix...
2009-11-12 Roland Scheideggeri965: fix EXT_provoking_vertex support
2009-11-11 Corbin Simpsonr300, r300g: Add missing registers.
2009-11-10 Eric Anholti965: Fix VS constant buffer value loading.
2009-11-10 Eric Anholti965: Unalias src/dst registers for SGE and friends.
2009-11-10 Eric Anholti965: Allow use of PROGRAM_LOCAL constants in ARB_vp.
2009-11-11 brianswrast: update renderbuffer format assertions
2009-11-11 brianmesa: fix some begin/end render-to-texture logic
2009-11-11 brianmesa: move check_begin/end_texture_render() calls
2009-11-11 brianmesa: new vars: oldDrawFb, oldReadFb in _mesa_BindFrame...
2009-11-11 brianmesa: rename vars in _mesa_BindFramebufferEXT()
2009-11-11 brianmesa: added comment for check_begin_texture_render()
2009-11-11 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-11-11 Eric Anholti965: avoid memsetting all the BRW_WM_MAX_INSN arrays...
2009-11-11 Eric Anholti965: Add a note explaining the data cache domain.
2009-11-10 Eric Anholti965: Unalias src/dst registers for SGE and friends.
2009-11-10 Eric Anholti965: Allow use of PROGRAM_LOCAL constants in ARB_vp.
2009-11-10 Michal Krolslang: Fix return value check.
2009-11-10 Michal Krolslang: Check OOM conditions for alloc_node_storage().
2009-11-10 Michal Krolslang: Check return value from new_instruction().
2009-11-10 Michal Krolslang: Fix signed/unsigned int handling in _slang_free_...
2009-11-10 Michal Krolslang: Handle OOM condition in new_instruction().
2009-11-09 Jerome Glisser600/r700: typo, fix mask of DB_ALPHA_TO_MASK
2009-11-09 Alex Deucherr600: don't emit htile regs
2009-11-09 Alex Deucherr600: rework DB render setup
next