intel: Add block alignment for RGTC textures.
[mesa.git] / src / mesa /
2011-06-14 Eric Anholtintel: Add block alignment for RGTC textures.
2011-06-14 Eric Anholtintel: Add the MESA_FORMAT as a field of the miptree.
2011-06-14 Eric Anholtintel: Fix 2x2 and 1x1 compressed teximages from _mesa_...
2011-06-13 Eric Anholtmeta: Fix glCopyTexImage(GL_LUMINANCE) from non-GL_LUMI...
2011-06-13 Eric Anholtintel: Fix mipmap and format handling of blit glCopyPix...
2011-06-13 Eric Anholtintel: Do the drawable x/y offset in intel_renderbuffer...
2011-06-13 Eric Anholtintel: Use rb->Data and rb->RowStride to handle spans...
2011-06-13 Eric Anholtintel: Clean up intel_render_texture with a rename...
2011-06-13 Eric Anholtintel: Move the draw_x/draw_y to the renderbuffer where...
2011-06-13 Brian Pauldri: include swrast.h, not s_texrender.h
2011-06-13 Brian Paulmesa: move texrender.c to swrast
2011-06-13 Brian Paulvbo: minor simplification in print_draw_arrays() debug...
2011-06-13 Brian Paulmesa: move invariant code out of loop in get_tex_rgba()
2011-06-13 Marek Olšákst/mesa: rebind vertex arrays if _NEW_BUFFER_OBJECT...
2011-06-10 Eric Anholti965: Add support for GL_FIXED vertex attributes.
2011-06-10 Eugeni DodonovFix format not a string literal error with -Werror...
2011-06-10 Chad Versacei965/brw: Fix emit_depthbuffer() when packed depth...
2011-06-09 Eric Anholti965/gen6: Add support for gl_PointCoord.
2011-06-09 Eric Anholti965/gen6: Fix point sprite texture coordinate overrides.
2011-06-09 Eric Anholti965/gen6: Refactor SF setup a bit to handle overrides...
2011-06-08 Roland Scheideggermesa: get rid of homegrown logbase2 implementation...
2011-06-08 Roland Scheideggermesa: fix gcc version check for _mesa_bitcount
2011-06-08 Roland Scheideggermesa: use __builtin_clz for logbase2 when available
2011-06-08 Kenneth Graunkei965/gen7: Call gen7_create_constant_surface instead...
2011-06-08 Kenneth Graunkei965/gen7: Enable SIMD16 fragment shader dispatch.
2011-06-08 Kenneth Graunkei965/gen7: Don't emit 3DSTATE_GS_SVB_INDEX on Ivybridge.
2011-06-08 Kenneth Graunkei965/gen7: Program stencil buffers on Ivybridge.
2011-06-08 Kenneth Graunkei965/gen7: Add a prepare_depthbuffer function.
2011-06-08 Kenneth Graunkei965/gen7: gen7_emit_depthbuffer needs the _NEW_DEPTH...
2011-06-08 Kenneth Graunkei965/gen7: Remove stencil renderbuffer from gen7_depth_...
2011-06-08 Brian Paulst/mesa: more helpful debug message in destroy_program_...
2011-06-08 Chad Versaceintel: Request DRI2 buffers for separate stencil and hiz
2011-06-08 Chad Versaceintel: Add assertions to intelCreateBuffer()
2011-06-08 Chad Versaceintel: Refactor intel_update_renderbuffers()
2011-06-08 Chad Versaceintel: Add function intel_renderbuffer_set_hiz_region()
2011-06-08 Chad Versaceintel/intel_context.c: Remove unused functions
2011-06-08 Chad Versaceintel: Add flags to intel_screen for hiz and separate...
2011-06-08 Chad Versaceintel: Define enum intel_dri2_has_hiz
2011-06-08 Chad Versaceintel: Define span functions for S8 renderbuffers
2011-06-08 Chad Versacei965/brw: Emit state for hiz and separate stencil buffers
2011-06-08 Chia-I Wumesa: merge glapidispatch.h into dispatch.h
2011-06-08 Chia-I Wumesa: fix function remapping for dlist
2011-06-08 Chia-I Wumesa: fix GLES remap table setup again
2011-06-08 Brian Paulvbo: run 'indent' on vbo_save_api.c
2011-06-08 Brian Paulvbo: rename DO_FALLBACK -> dlist_fallback
2011-06-08 Brian Paulvbo: remove node->count > 0 test in vbo_save_playback_v...
2011-06-08 Brian Paulvbo: check array indexes to prevent negative indexing
2011-06-08 Brian Paulst: use _mesa_is_bufferobj()
2011-06-08 Brian Paulvbo: added a comment
2011-06-08 Brian Paulmesa: remove old comment
2011-06-08 Brian Paulmesa: add more sampler types to is_sampler_type()
2011-06-08 Jeremy Huddlestonosmesa: Fix missing symbols when GLX_INDIRECT_RENDERING...
2011-06-08 Ian Romanickmesa: Ignore blits to/from missing buffers
2011-06-08 Ian Romanickmesa: Don't try to clear a NULL renderbuffer
2011-06-07 Nicolas Kaisermga: enable GL_ARB_vertex_array_object extension
2011-06-07 Eric Anholtintel: Update intel-decode.c from intel-gpu-tools.
2011-06-07 Eric Anholtintel: Implement glFinish() correctly by waiting on...
2011-06-07 Benjamin Franzkeradeon: Use pciid list to generate PCI_CHIP_<FAMILY...
2011-06-07 Eric Anholti965: Fix flipped GT1 vs GT2 URB VS entry count limits.
2011-06-06 Kenneth Graunkei965: Update SURFACE_STATE dumping for Ivybridge.
2011-06-06 Kenneth Graunkei965: Update SAMPLER_STATE dumping for Ivybridge.
2011-06-06 Kenneth Graunkei965: Update SF_CLIP_VIEWPORT state dumping for Ivybridge.
2011-06-06 Brian Paulst/mesa: fix renderbuffer internal format for accum...
2011-06-06 Ben Skeggsdri/nouveau: fix gnome-shell segfault
2011-06-05 Eric Anholtmeta: Don't do sRGB encode for framebuffer blits on...
2011-06-05 Eric Anholtmeta: Don't do srgb to linear decode when blitting...
2011-06-03 Eric Anholti965: Drop remaining strict conformance fallback for...
2011-06-03 Eric Anholti965: Drop strict conformance fallback for GL_LINE_STIPPLE.
2011-06-03 Eric Anholti965: Drop strict conformance fallback for GL_LINE_SMOOTH.
2011-06-03 Eric Anholti965: Drop strict conformance fallback for GL_POLYGON_S...
2011-06-03 Eric Anholti965: Drop INTEL_CONFORMANCE=2 fallback code.
2011-06-03 Brian Paulmesa: fix typo (s/GLGL/GLSL/)
2011-06-03 Brian Paulmesa: 80-column wrapping
2011-06-03 Brian Paulmesa: consolidate glGetUniform code
2011-06-03 Brian Paulmesa: refactor/consolidate uniform lookup code
2011-06-03 Brian Paulmesa: add some minor fixes for geometry shaders
2011-06-03 Brian Pauldri: add missing files from 873379a8818eed9ab16c24728b7...
2011-06-02 Pierre-Eric Pellou... mesa: add implementation of glDrawElementsInstancedBase...
2011-06-02 Pierre-Eric Pellou... glapi: regenerated files
2011-06-02 Johannes Obermayrdri/nouveau: Fix build with --enable-shared-dricore.
2011-06-02 Brian Paulr300: remove MIN3 macro, already defined in macros.h
2011-06-02 Benjamin Bellecmesa: faster logbase2
2011-06-02 Brian Paulst/mesa: add GL_R11F_G11F_B10F to format table
2011-06-02 Chris Wilsoni965: Raise const.MaxTextureLevels to 14 (8192)
2011-06-01 Brian Paulst/mesa: add format table entry for GL_RGB9_E5
2011-06-01 Marek Olšákmesa: queries of non-existent FBO attachments should...
2011-06-01 Marek Olšákmesa: UseShaderProgramEXT and Uniform* shouldn't be...
2011-05-31 Alex Deucherr600c: add support for llano
2011-05-31 Eric Anholti965/fs: Use the embedded compare in SEL on gen6+.
2011-05-31 Eric Anholti965: Remove brw_surface_state struct that is now unused.
2011-05-31 Eric Anholti965: Switch brw_state_dump to using bitshifting for...
2011-05-31 Eric Anholti965: Replace struct with bit shifting for WM null...
2011-05-31 Eric Anholti965: Replace struct with bit shifting for WM pull...
2011-05-31 Eric Anholti965: Replace struct with bit shifting for WM render...
2011-05-31 Eric Anholti965: Replace structs with bitfield shifting for WM...
2011-05-31 Eric Anholti965: Add defines for surface state setup using bitfiel...
2011-05-31 Eric Anholti965: Don't compute brw->wm.input_size_masks when it...
2011-05-31 Eric Anholti965: Drop a gratuitous "if" that the compiler didn...
2011-05-31 Eric Anholti965: Move prepare_wm_surfaces texobj declarations...
2011-05-31 Ian Romanickintel: Remove unused NO_TILE macro
next