mesa.git
2011-09-06 Stéphane Marchesinstate_trackers/dri/sw: Implement texture_from_pixmap.
2011-09-06 Stéphane MarchesinDuplicate state_tracker/dri/sw/dri_drawable.c
2011-09-06 nobledEnable GLX_EXT_texture_from_pixmap in software.
2011-09-06 Brian Paulst/mesa: remove unneeded #include
2011-09-06 Brian Paulmesa: whitespace fixes, just to be consistent
2011-09-06 Brian Paulmesa: put _mesa_ prefix on vert_result_to_frag_attrib()
2011-09-06 Brian Paulmesa: fix vert_result_to_frag_attrib() parameter type
2011-09-06 Brian Paulmesa: s/inline/INLINE/ to fix MSVC build
2011-09-06 Adam JacksonDrop some Glide remnants
2011-09-06 Adam JacksonRemove an AmiWin leftover
2011-09-06 Adam JacksonRemove dead glfbdev.h
2011-09-06 Adam JacksonDrop documentation references for deleted backends
2011-09-06 José Fonsecartasm,translate: Disable on Mingw-w64.
2011-09-06 Ian Romanickdocs: skeleton file for 7.12 release notes
2011-09-06 Ian Romanickmesa: Remove support for unpacking from client memory...
2011-09-06 Ian Romanickswrast: Use GL_STENCIL_INDEX for address calculations
2011-09-06 Ian Romanickmesa: Remove GL_COLOR_INDEX from _mesa_{dest,source...
2011-09-06 Ian Romanickmesa: Remove GL_COLOR_INDEX from base format assertions
2011-09-06 Ian Romanickswrast: Remove GL_COLOR_INDEX from assertions
2011-09-06 Ian Romanickmesa: Remove unused struct gl_color_table
2011-09-06 Ian Romanickmesa: Remove unused functions _mesa_lookup_rgba_{float...
2011-09-06 Ian Romanickmesa: Remove all mention of GL_COLOR_INDEX*_EXT
2011-09-06 Ian Romanickmesa: Remove dd_function_table::CopyColorTable, ::CopyC...
2011-09-06 Ian Romanickmesa: Remove API facing bits of EXT_paletted_texture...
2011-09-06 Paul Berryi965: Remove two_side_color from brw_compute_vue_map().
2011-09-06 Paul Berryi965: For GEN6+, always make front/back colors adjacent...
2011-09-06 Paul Berryi965: GS: Use the VUE map to compute URB size.
2011-09-06 Paul Berryi965: clip: Remove no-longer-needed variables.
2011-09-06 Paul Berryi965: clip: Remove assumption about VUE header from...
2011-09-06 Paul Berryi965: clip: Change computation of nr_regs to use VUE...
2011-09-06 Paul Berryi965: clip: Convert computations to ..._to_offset(...
2011-09-06 Paul Berryi965: clip: Add a function to determine whether a vert_...
2011-09-06 Paul Berryi965: clip: Rework brw_clip_interp_vertex() to use...
2011-09-06 Paul Berryi965: clip: Modify brw_clip_interp_vertex() to use...
2011-09-06 Paul Berryi965: clip: Move header_regs into brw_clip_compile.
2011-09-06 Paul Berryi965: clip: Modify brw_clip_tri_alloc_regs() to use...
2011-09-06 Paul Berryi965: clip: Move hpos_offest and ndc_offset into local...
2011-09-06 Paul Berryi965: clip: rename header_position_offset to the more...
2011-09-06 Paul Berryi965: clip: Add VUE map computation to clip stage for...
2011-09-06 Paul Berryi965: SF: Change gen{6,7}_sf_state.c to compute URB...
2011-09-06 Paul Berryi965: SF: Move outputs_written to a local variable...
2011-09-06 Paul Berryi965: SF: New implementation of get_attr_override using...
2011-09-06 Paul Berryi965: SF: Remove unnecessary variables.
2011-09-06 Paul Berryi965: SF: Stop using nr_setup_attrs in compute_masks.
2011-09-06 Paul Berryi965: SF: Remove attr_to_idx and idx_to_attr.
2011-09-06 Paul Berryi965: SF: Change calculate_masks to use the VUE map.
2011-09-06 Paul Berryi965: SF: Change the flags that refer to "attr" to...
2011-09-06 Paul Berryi965: SF: change get_vert_attr to use the VUE map,...
2011-09-06 Paul Berryi965: SF: Modify calculate_point_sprite_mask to use...
2011-09-06 Paul Berryi965: SF: Move the computation of urb_entry_read_offset.
2011-09-06 Paul Berryi965: new VS: Compute urb entry size based on the VUE...
2011-09-06 Paul Berryi965: new VS: Clarify comments about max_usable_mrf...
2011-09-06 Paul Berryi965: new VS: use the VUE map to write out vertex attri...
2011-09-06 Paul Berryi965: new VS: move clip distance computation (GEN5...
2011-09-06 Paul Berryi965: new VS: Move PSIZ/flags computation to a separate...
2011-09-06 Paul Berryi965: new VS: move NDC computation (GEN4-5) to a separa...
2011-09-06 Paul Berryi965: new VS: Use output_reg[] to find NDC and HPOS...
2011-09-06 Paul Berryi965: old VS: use the VUE map to compute the URB entry...
2011-09-06 Paul Berryi965: old VS: Use brw_vue_map instead of implicit assum...
2011-09-06 Paul Berryi965: Add functions to compute offsets within the VUE...
2011-09-06 Paul Berryi965: Write code to compute a VUE map.
2011-09-06 Paul BerryRefactor code that converts between gl_vert_result...
2011-09-06 Brian Pauldocs: more info about non-subscriber list postings
2011-09-06 Brian Pauldocs: update link, remove dead links
2011-09-06 José Fonsecascons: Set -static-libstdc++ on mingw-w64
2011-09-06 José Fonsecascons: Move MinGW flags from crossmingw.py to gallium.py
2011-09-06 Dave Airlier600g: add TXQ and TXF support
2011-09-06 Dave Airlier600g: add initial evergreen integer opcode support
2011-09-06 Dave Airliedocs: update gl3.txt for ARB_vertex_type_2_10_10_10_rev
2011-09-06 Dave Airliemesa/st: add support for 2101010 vertex format conversion.
2011-09-06 Dave Airliemesa/varray: add interface support for ARB_vertex_type_...
2011-09-06 Dave Airliemesa/vbo: add ARB_vertex_type_2_10_10_10_rev APIs.
2011-09-06 Dave Airliemesa: add initial API changes for ARB_vertex_type_2_10_...
2011-09-06 Dave Airlieglapi: regen API files for new extension
2011-09-06 Dave Airlieglapi: add ARB_vertex_type_2_10_10_10_rev entrypoints...
2011-09-06 Bryan Cainmesa: add a UniformBooleanTrue option
2011-09-05 Dave Airlier600g: add 10/10/10/2 vertex format conversion.
2011-09-05 Dave Airliegallium: add missing formats for ARB_vertex_type_2_10_1...
2011-09-05 Tobias Drostegallivm: fix build with LLVM 3.0svn
2011-09-04 Bryan Cainglsl_to_tgsi: fixes for native integers and integer...
2011-09-04 Maarten Lankhorstxvmc: Replace frame_started by picture_structure
2011-09-03 Yuanhan Liuintel: fix build error
2011-09-02 Marek Olšákmesa: handle zero-size buffers in MapBuffer and ranges...
2011-09-02 Marek Olšákglsl_to_tgsi: fix more potential shader reference leaks
2011-09-02 Eugeni Dodonovintel: Give an explanation why we are exiting for debug...
2011-09-02 Kenneth Graunkei965/vs: Fix NULL pointer dereference in pre-Gen6 push...
2011-09-02 Eric Anholtintel: Upload batchbuffer contents even if INTEL_NO_HW...
2011-09-02 Dave Airliegallium: add caps for MIN/MAX texel offsets.
2011-09-02 Dave Airlietgsi: add support for texture offsets to the TGSI IR...
2011-09-01 Christian Königst/vdpau: Implement VdpOutputSurfacePutBitsIndexed...
2011-09-01 Christian Königst/xvmc: the alpha component of palette entries isn...
2011-09-01 Christian Königg3dvl: extend the functionality of the compositor
2011-09-01 Christian Königgallium: add R8A8 and A8R8 UNORM formats
2011-09-01 Christian Königst/xvmc: remove L4A4_UNORM workaround
2011-09-01 Christian Königr600g: add support for R4A4 and A4R4 textures.
2011-09-01 Christian Königgallium: try to cleanup a bit of the format mess create...
2011-09-01 Kristian Høgsbergwayland: Use wl_resource_* error functions
2011-09-01 Benjamin Franzkeegl_dri2: Destroy callback in release_pending_buffer
2011-09-01 Benjamin Franzkewayland-drm: Fix compilation with wayland master
2011-09-01 Brian Paulswrast: get rid of needless do/while
next