mesa.git
2015-01-24 Matt Turneri965/cfg: Add a foreach_block_reverse macro.
2015-01-24 Matt Turneri965/cfg: Add a foreach_inst_in_block_reverse_safe...
2015-01-24 Matt Turnerglsl: Add a foreach_in_list_reverse_safe macro.
2015-01-24 Matt Turneri965: Don't make instructions with a null dest a barrie...
2015-01-24 Ian Romanicki965/fs: Allow SIMD16 on pre-SNB when try_replace_with_...
2015-01-24 Eric Anholtnir: Expose nir_print_instr() for debug prints
2015-01-24 Eric Anholtnir: When asked to print with a NULL state, just use...
2015-01-24 Eric Anholtnir: Add nir_lower_alu_to_scalar.
2015-01-24 Eric Anholtnir: Make some helpers for copying ALU src/dests.
2015-01-23 Kenneth Graunkenir: Add algebraic optimizations for division and recip...
2015-01-23 Kenneth Graunkenir: Add algebraic optimizations for exponential/logari...
2015-01-23 Kenneth Graunkenir: Add algebraic optimizations for simplifying compar...
2015-01-23 Kenneth Graunkenir: Add algebraic optimizations for pointless shifts.
2015-01-23 Kenneth Graunkenir: Add a bunch of algebraic optimizations on logic...
2015-01-23 Kenneth Graunkenir: Implement CSE on intrinsics that can be eliminated...
2015-01-23 Kenneth Graunkenir: Pull nir_instr_can_cse()'s SSA checks out of the...
2015-01-23 Kenneth Graunkei965/nir: Report NIR instruction counts (in SSA form...
2015-01-23 Kenneth Graunkei965/nir: Print NIR on INTEL_DEBUG=fs.
2015-01-23 Kenneth Graunkei965/nir: Do optimizations again just before lowering...
2015-01-23 Matt Turnerloader: Remove NEED_OPENGL_COMMON check.
2015-01-23 Matt Turnergitignore: Ignore .tar.xz files.
2015-01-23 Matt Turnermesa: Build with subdir-objects.
2015-01-23 Matt Turnerglsl: Build a libglsl_util library.
2015-01-23 Matt Turnermapi: Build with subdir-objects.
2015-01-23 Matt Turnermapi: Remove vgapi from SUBDIRS.
2015-01-23 Matt Turnermesa: Drop inclusion of glapi_gen.mk.
2015-01-23 Matt Turnerglsl: Build with subdir-objects.
2015-01-23 Matt Turnernir: Add headers to distribution.
2015-01-23 Matt Turnernir: Add nir_{opt_,}algebraic.py to distribution.
2015-01-23 Matt Turnermesa: Add format_{un,}pack.py to distribution.
2015-01-23 Matt Turnermesa: Remove pack_tmp.h from sources.
2015-01-23 Connor Abbottnir: add generated file to .gitignore
2015-01-23 Ville Syrjäläi965: Fix min_vs_entries for CHV
2015-01-23 Ville Syrjäläi965: Fix max_wm_threads for CHV
2015-01-23 Connor Abbottglsl: fix stale comment
2015-01-23 Jason Ekstrandi965/emit: Assert that src1 is not an MRF after doing...
2015-01-22 Jason Ekstrandi965/emit: Do the sampler index adjustment directly...
2015-01-22 Axel Davyst/nine: Correctly handle when ff vs should have no...
2015-01-22 Axel Davyst/nine: Change comment relating to vertex shader input...
2015-01-22 Axel Davyst/nine: Allocate vs constbuf buffer for indirect addre...
2015-01-22 Axel Davyst/nine: Allocate the correct size for the user constan...
2015-01-22 Axel Davyst/nine: Add variables containing the size of the const...
2015-01-22 Axel Davyst/nine: Fix sm3 relative addressing for non-debug...
2015-01-22 Axel Davyst/nine: Remove unused code for ps
2015-01-22 Axel Davyst/nine: Correct rules for relative adressing and const...
2015-01-22 Axel Davyst/nine: Implement TEXREG2AR, TEXREG2GB and TEXREG2RGB
2015-01-22 Axel Davyst/nine: Implement TEXDP3TEX
2015-01-22 Axel Davyst/nine: Implement TEXDP3
2015-01-22 Axel Davyst/nine: Implement TEXDEPTH
2015-01-22 Axel Davyst/nine: Implement TEXM3x3SPEC
2015-01-22 Axel Davyst/nine: Implement TEXM3x2TEX
2015-01-22 Axel Davyst/nine: implement TEXM3x2DEPTH
2015-01-22 Axel Davyst/nine: Fix TEXM3x3 and implement TEXM3x3VSPEC
2015-01-22 Axel Davyst/nine: Fill missing dst and src number for some instr...
2015-01-22 Axel Davyst/nine: Implement TEXCOORD special behaviours
2015-01-22 Axel Davyst/nine: Fix CALLNZ implementation
2015-01-22 Axel Davyst/nine: Fix some fixed function pipeline operation
2015-01-22 Axel Davyst/nine: Clamp ps 1.X constants
2015-01-22 Axel Davyst/nine: Remove duplicated code for ps texcoord input...
2015-01-22 Axel Davyst/nine: Fix CND implementation
2015-01-22 Axel Davyst/nine: Match REP implementation to LOOP
2015-01-22 Axel Davyst/nine: Rewrite LOOP implementation, and a0 aL handling
2015-01-22 Axel Davyst/nine: Correct LOG on negative values
2015-01-22 Axel Davyst/nine: Handle NRM with input of null norm
2015-01-22 Axel Davyst/nine: Handle RSQ special cases
2015-01-22 Axel Davyst/nine: Fix POW implementation
2015-01-22 Axel Davyst/nine: Fix typo for M4x4
2015-01-22 Axel Davyst/nine: Correctly declare NineTranslateInstruction_Mkx...
2015-01-22 Axel Davyst/nine: Saturate oFog and oPts vs outputs
2015-01-22 Axel Davyst/nine: Remove some shader unused code
2015-01-22 Axel Davyst/nine: Convert integer constants to floats before...
2015-01-22 Axel Davyst/nine: Rework of boolean constants
2015-01-22 Axel Davyst/nine: Add ATI1 and ATI2 support
2015-01-22 Axel Davyst/nine: Check if srgb format is supported before tryin...
2015-01-22 Stanislaw Halikst/nine: Hack to generate resource if it doesn't exist...
2015-01-22 Axel Davyst/nine: NineBaseTexture9: update sampler view creation
2015-01-22 Axel Davyst/nine: Return D3DERR_INVALIDCALL when trying to creat...
2015-01-22 Axel Davyst/nine: Fix crash when deleting non-implicit swapchain
2015-01-22 Axel Davyst/nine: CubeTexture: fix GetLevelDesc
2015-01-22 Axel Davyst/nine: NineBaseTexture9: fix setting of last_layer
2015-01-22 Axel Davyst/nine: Correctly advertise D3DPMISCCAPS_CLIPTLVERTS
2015-01-22 Xavier Bouchouxst/nine: Fix D3DRS_POINTSPRITE support
2015-01-22 Axel Davyst/nine: Add new texture format strings
2015-01-22 Xavier Bouchouxst/nine: Add missing c++ declaration for IDirect3DVolum...
2015-01-22 Xavier Bouchouxst/nine: Additional defines to d3dtypes.h
2015-01-22 Axel Davyst/nine: Fix clip state logic
2015-01-22 David Heidelbergerst/nine: query: remove unused variable (trivial)
2015-01-22 Eric Anholtnir: Fix setup of constant bool initializers.
2015-01-22 Eric Anholtnir: Make an easier helper for setting up SSA defs.
2015-01-22 Jonathan Grayglsl: Link glsl_test with pthreads library.
2015-01-22 Vinson Leescons: Add X11 include path if X11 is available.
2015-01-22 José Fonsecameta: Move loop declaration to top of block.
2015-01-22 Jason Ekstrandi965/tex_subimage: use meta instead of the blitter...
2015-01-22 Jason Ekstrandi965/tex_image: Use meta for instead of the blitter...
2015-01-22 Jason Ekstrandi965/pixel_read: Use meta_pbo_GetTexSubImage for PBO...
2015-01-22 Jason Ekstrandmeta: Add an implementation of GetTexSubImage for PBOs
2015-01-22 Jason Ekstrandmeta: Add a BlitFramebuffers-based implementation of...
2015-01-22 Jason Ekstrandformats: Use a hash table for _mesa_format_from_array_f...
2015-01-22 Jason Ekstrandi965: Implement SetTextureStorageForBufferObject
2015-01-22 Jason Ekstrandi965: Apply the miptree offset to surface state for...
next