mesa.git
2015-05-26 Thomas Hellanddocs: Fix some typos in the developer notes
2015-05-26 Brian Paulmesa: do not use _glapi_new_nop_table() for DRI builds
2015-05-26 Brian Pauldocs: add information about reviewing patches
2015-05-26 Brian Pauldocs: update the coding style information
2015-05-26 Brian Pauldocs: update documentation about patch formatting,...
2015-05-26 Brian Pauldocs: reorganize devnotes.html file
2015-05-26 Brian Paulxlib: fix X_GLXCreateContextAtrribs/Attribs typo
2015-05-26 Brian Paulmesa: add some comments in copyimage.c
2015-05-26 Brian Paulmesa: move decls, add const qualifiers in copyimage.c
2015-05-26 Brian Paulmesa: code clean-ups in textureview.[ch]
2015-05-26 Brian Paulmesa: const qualify, return bool for _mesa_texture_view...
2015-05-26 Brian Paulmesa: add const qualifer on _mesa_is_compressed_format()
2015-05-26 Jose Fonsecaglapi: Avoid argparse type argument for API XML input...
2015-05-26 Marek Olšákradeonsi: use a switch statement in si_delete_shader_se...
2015-05-26 Marek Olšákradeonsi: use a switch statement in si_shader_selector_key
2015-05-26 Marek Olšákradeonsi: fix scratch buffer setup for geometry shaders
2015-05-26 Marek Olšákradeonsi: remove unused cases from si_shader_io_get_uni...
2015-05-26 Marek Olšákradeonsi: don't count special outputs for the VS export...
2015-05-26 Marek Olšákradeonsi: add support for PIPE_CAP_TGSI_TEXCOORD
2015-05-26 Marek Olšáktgsi/ureg: enable creating tessellation shaders with...
2015-05-26 Marek Olšáktgsi/text: enable parsing tessellation shaders
2015-05-26 Marek Olšákgallium: rename TGSI tessellation processor types to...
2015-05-26 Marek Olšákgallium: use const in set_tess_state
2015-05-26 Koop Mastclover: Build fix for FreeBSD.
2015-05-26 Neil Robertsi965/skl: Add a message header for the TXF_MCS instruct...
2015-05-26 Ilia Mirkinnv30: falling back to draw path for edgeflag does no...
2015-05-26 Ilia Mirkinnv30/draw: switch varying hookup logic to know about...
2015-05-26 Ilia Mirkinnv30/draw: allocate vertex buffers in gart
2015-05-26 Ilia Mirkinnv30/draw: only use the DMA1 object (GART) if the bo...
2015-05-26 Ilia Mirkinnv30/draw: fix indexed draws with swtnl path and a...
2015-05-25 Ilia Mirkinglsl: avoid leaking linked gl_shader when there's a...
2015-05-25 Roland Scheideggerllvmpipe: (trivial) add parantheses in (!x == y) expression
2015-05-25 Ilia Mirkinst/mesa: don't leak glsl_to_tgsi object on link failure
2015-05-25 Ilia Mirkinnv30/draw: draw expects constbuf size in bytes, not...
2015-05-25 Ilia Mirkinnv30/draw: avoid leaving stale pointers in draw state
2015-05-25 Jason EkstrandFix an unused variable warning
2015-05-25 Tobias Klausmanndocs: Mark ARB_cull_distance as in progress
2015-05-25 Iago Toral... docs: Mark ARB_shader_storage_buffer_object as in progress
2015-05-24 Ilia Mirkinnv30: fix clip plane uploads and enable changes
2015-05-24 Ilia Mirkinnv30: avoid doing extra work on clear and hitting unexp...
2015-05-24 Emil Velikovdocs: add news item and link release notes for mesa...
2015-05-24 Emil Velikovdocs: Add sha256sums for the 10.5.6 release
2015-05-24 Emil VelikovAdd release notes for the 10.5.6 release
2015-05-24 Ilia Mirkinnv30: avoid leaking render state and draw shaders
2015-05-24 Ilia Mirkinnv30: don't leak fragprog consts
2015-05-24 Ilia Mirkinnv50/ir: avoid messing up arg1 of PFETCH
2015-05-23 Grigori Goronzyclover: try userptr for CL_MEM_USE_HOST_PTR
2015-05-23 Grigori Goronzyclover: implement CL_MEM_ALLOC_HOST_PTR
2015-05-23 Ilia Mirkinnv30: check nouveau_bo_map output of notify bo
2015-05-23 Ilia Mirkinnvc0: a geometry shader can have up to 1024 vertices...
2015-05-23 Jason Ekstrandi965/fs: Fix implied_mrf_writes for scratch writes
2015-05-23 Jason Ekstrandprog_to_nir: Use a variable for uniform data
2015-05-23 Samuel Pitoisetnv50: fix PIPE_QUERY_TIMESTAMP_DISJOINT, based on nvc0
2015-05-22 Ilia Mirkinnvc0/ir: LOAD's can't be used for shader inputs
2015-05-22 Ilia Mirkinnv50/ir: guess that the constant offset is the starting...
2015-05-22 Ilia Mirkinnvc0/ir: set ftz when sources are floats, not just...
2015-05-22 Ilia Mirkinnv50/ir: allow OP_SET to merge with OP_SET_AND/etc...
2015-05-22 Ilia Mirkinnvc0/ir: optimize set & 1.0 to produce boolean-float...
2015-05-22 Ilia Mirkinnvc0/ir: allow iset to produce a boolean float
2015-05-22 Ilia Mirkinnvc0/ir: avoid jumping to a sched instruction
2015-05-22 Brian Paulglx: fix Scons build
2015-05-22 Dylan Bakerglapi: glX_proto_size.py: use a main function
2015-05-22 Dylan Bakerglapi: glX_proto_size.py: use argparse instead of getopt
2015-05-22 Dylan Bakerglapi: glX_proto_recv.py: Use a main function
2015-05-22 Dylan Bakerglapi: glX_proto_recv.py: use argparse instead of getopt
2015-05-22 Dylan Bakerglapy: gl_genexec.py: use a main function
2015-05-22 Dylan Bakerglapi: gl_genexec.py: use argparse instead of getopt
2015-05-22 Dylan Bakerglapi: glX_proto_send.py: use a main function.
2015-05-22 Dylan Bakerglapi: glX_proto_send.py: use argparse instead of getopt
2015-05-22 Dylan Bakerglapi: glX_server_table.py: use argparse instead of...
2015-05-22 Dylan Bakerglapi: gl_SPARC_asm.py: use main function
2015-05-22 Dylan Bakerglapi: gl_SPARC_asm.py use argparse instead of getopt
2015-05-22 Dylan Bakerglapi: gl_x86-64_asm.py: Use a main function
2015-05-22 Dylan Bakerglapi: gl_x86_64_asm.py: Use argparse instead of getopt
2015-05-22 Dylan Bakerglapi: gl_x86_asm.py: use a main function
2015-05-22 Dylan Bakerglapi: gl_x86_asm.py: use argparse instead of getopt
2015-05-22 Dylan Bakerglapi: gl_gentable.py: use a main function
2015-05-22 Dylan Bakerglapi: gl_gentable.py: Replace getopt with argparse
2015-05-22 Dylan Bakerglapi: gl_apitemp.py: Use a main function
2015-05-22 Dylan Bakerglapi: gl_apitemp.py: Convert to argparse instead of...
2015-05-22 Dylan Bakerglapi: gl_enums.py: use main() function for if __name__...
2015-05-22 Dylan Bakerglapi: gl_enums.py: use argparse instead of getopt.
2015-05-22 Dylan Bakerglapi: gl_procs.py: Use argparse rather than getopt
2015-05-22 Dylan Bakerglapi: gl_procs.py: Fix a few low hanging style things
2015-05-22 Dylan Bakerglapi: remap_helper.py: use argparse instead of optparse
2015-05-22 Dylan Bakerglapi: remap_helper.py: Fix some low hanging style...
2015-05-22 Dylan Bakerglapi: gl_table.py: replace getopt with argparse.
2015-05-22 Dylan Bakerglapi: gl_table.py: Fix some low hanging style issues
2015-05-22 Matt Turneri965/disasm: Skip swizzle disassembly when using 3...
2015-05-22 Matt Turnernir: Remove sRGB colorspace conversion round-trip.
2015-05-22 Samuel Pitoisetnv50: fix PIPELINE_STATISTICS with HUD, based on nvc0
2015-05-22 Samuel Pitoisetnv50: fix 64-bit queries with HUD, based on nvc0
2015-05-22 Christian Königradeon/vce: adapt new firmware interface changes
2015-05-22 Christian Königradeon/vce: move CPB handling function into common...
2015-05-21 Dave Airlieu_math: uses assert, include assert.h
2015-05-21 Timothy Arceriglsl: remove element_type() helper
2015-05-21 Matt Turnerglsl: Use AM_V_GEN/AM_V_at in NIR rules.
2015-05-21 Ilia Mirkinfreedreno/a3xx: set .zw of sprite coords to .01
2015-05-21 Ilia Mirkinfreedreno/ir3: fix immediate usage in tgsi tex fe
2015-05-20 Emil Velikovtargets/osmesa: drop the -module tag from LDFLAGS
next