tgsi: finish declaration parsing for arrays.
[mesa.git] / src /
2013-08-27 Dave Airlietgsi: finish declaration parsing for arrays.
2013-08-26 Brian Paulsvga: replace 0 with PIPE_OK in a few places
2013-08-26 Brian Paulswrast: init i0, i1 values to silence warnings
2013-08-26 Brian Paulmesa: init dst values in COPY_CLEAN_4V_TYPE_AS_FLOAT()
2013-08-26 Brian Paulglsl: init limit=0 to silence uninitialized var warning
2013-08-26 Kenneth Graunkei965/vs: Allocate register set once at context creation.
2013-08-26 Kenneth Graunkei965/vs: Move base_reg_count computation to brw_alloc_r...
2013-08-26 Kenneth Graunkei965/vs: Expose the payload registers to the register...
2013-08-26 Kenneth Graunkei965/vs: Use a fixed set of register classes.
2013-08-26 Paul Berryi965: Allow C++ type safety in the use of enum brw_urb_...
2013-08-26 Paul Berryi965: Remove redundant (and uninitialized) field vec4_g...
2013-08-26 Paul Berryi965: Don't try to fall back when creating unrecognized...
2013-08-26 Michel Dänzerradeonsi: Also set the depth component mask bit for...
2013-08-26 Kenneth Graunkeglsl: Add built-in function prototypes for GLSL 3.30
2013-08-26 Kenneth Graunkeglsl: Bump standalone compiler versions to 3.30.
2013-08-26 Kenneth Graunkemesa: Set query->EverBound in glQueryCounter().
2013-08-25 Henri Verbeetr600g: Implement the new float comparison instructions...
2013-08-25 Ilia Mirkinnv30: add forgotten PIPE_CAP_CUBE_MAP_ARRAY cap to...
2013-08-25 Ilia Mirkinnouveau/video: avoid overwriting base codec init with...
2013-08-24 Rob Clarkfreedreno/a3xx: don't leak so much
2013-08-24 Rob Clarkfreedreno/a3xx/compiler: fix SGT/SLT/etc
2013-08-24 Rob Clarkfreedreno/a3xx/compiler: bit of re-arrange/cleanup
2013-08-24 Rob Clarkfreedreno/a3xx/compiler: make compiler errors more...
2013-08-24 Rob Clarkfreedreno: fix segfault when no color buffer bound
2013-08-24 Rob Clarkfreedreno/a3xx/compiler: cat4 cannot use const reg...
2013-08-24 Rob Clarkfreedreno/a3xx/compiler: use max_reg rather than file_count
2013-08-24 Rob Clarkfreedreno/a3xx/compiler: handle saturate on dst
2013-08-24 Rob Clarkfreedreno/a3xx/compiler: fix CMP
2013-08-24 Rob Clarkfreedreno/a3xx: some texture fixes
2013-08-24 Rob Clarkfreedreno: update register headers
2013-08-24 Rob Clarkfreedreno: add debug option to disable scissor optimization
2013-08-24 Rob Clarkfreedreno/a3xx: fix viewport on gmem->mem resolve
2013-08-24 Rob Clarkfreedreno/a3xx: fix color inversion on mem->gmem restore
2013-08-24 Niels Ole Salscheiderradeonsi: Handle additional PIPE_COMPUTE_CAP_*
2013-08-23 Niels Ole Salscheiderradeonsi: copy r600_get_timestamp
2013-08-23 Niels Ole Salscheiderradeonsi: Implement PIPE_QUERY_TIMESTAMP
2013-08-23 Roland Scheideggergallivm: fix min/mag switchover point for nearest/none...
2013-08-23 Jon Severinssongallium/osmesa: Link, not copy, the shared library...
2013-08-23 Jon Severinssongallium/osmesa: Always link with the c++ linker.
2013-08-23 Jon Severinssongallium/osmesa: Make and install an osmesa.pc.
2013-08-23 Paul Berryi965/gs: Add a data structure for tracking VS output...
2013-08-23 Paul Berryi965/vec4: Make a function for setting up vec4 program...
2013-08-23 Paul Berryi965: Make prim_to_hw_prim accessible outside brw_draw.c.
2013-08-23 Paul Berryi965/gs: add GS visitors.
2013-08-23 Paul Berryi965/gs: Add GS_OPCODE_SET_DWORD_2_IMMED.
2013-08-23 Paul Berryi965/gs: Add GS_OPCODE_SET_VERTEX_COUNT.
2013-08-23 Paul Berryi965/gs: Add GS_OPCODE_SET_WRITE_OFFSET.
2013-08-23 Paul Berryi965/gs: Add GS_OPCODE_THREAD_END.
2013-08-23 Paul Berryi965/gs: Add GS_OPCODE_URB_WRITE.
2013-08-23 Paul Berryi965/gs: Add a flag allowing URB write messages to...
2013-08-23 Paul Berryi965: Combine 4 boolean args of brw_urb_WRITE into...
2013-08-23 Paul Berryi965/gs: Add a case to brwNewProgram() for geometry...
2013-08-23 Paul Berryi965/gs: Create structs for use by GS program compilation.
2013-08-23 Paul Berryi965/gs: Add a case to brwBindProgram() for geometry...
2013-08-23 Paul Berryi965/gs: Add brw->geometry_program.
2013-08-23 Paul Berryi965/vec4: Virtualize setup_payload instead of setup_at...
2013-08-23 Paul Berryi965/vec4: Allow for dispatch_grf_start_reg to vary.
2013-08-23 Paul Berryi965/vec4: Move vec4 data structures and functions...
2013-08-23 Paul Berryi965: Make brw_{shader,vec4}.h safe to include from C.
2013-08-23 Paul Berryi965: Stop including brw_vs.h from brw_vec4.h.
2013-08-23 Paul Berryi965: Initialize all elements of ctx->ShaderCompilerOpt...
2013-08-23 Paul Berryi965: Make brw_{program,vs}.h safe to include from...
2013-08-23 Paul Berrymesa/program: Make prog_instruction.h and program.h...
2013-08-23 Paul Berryglsl: Refactor handling of gl_ClipDistance/gl_ClipVerte...
2013-08-23 Timothy Arcerimesa: Fix assertion error with glDebugMessageControl
2013-08-23 Kenneth Graunkemesa: Specify a better GL_MAX_SERVER_WAIT_TIMEOUT limit.
2013-08-23 Kenneth Graunkemeta: Set correct viewport and projection in decompress...
2013-08-22 Chad Versacei965: Fix misapplication of gles3 srgb workaround
2013-08-22 Roland Scheideggergallivm: do per-element lod for lod bias and explicit...
2013-08-22 Roland Scheideggergallivm: (trivial) fix int/uint border color clamping
2013-08-22 Roland Scheideggergallivm: (trivial) fix linear aos sampling of 3d compre...
2013-08-22 Michel Dänzerradeonsi: Fix y/z/w component values of TGSI_SEMANTIC_F...
2013-08-22 José Fonsecagallium: Support PIPE_FORMAT_R10G10B10A2_UINT.
2013-08-22 José Fonsecatrace: Handle null tokens.
2013-08-22 Chia-I Wuilo: do not need last shader stage for 3DSTATE_SBE
2013-08-22 Chia-I Wuilo: fix a potential issue with STATE_SIP
2013-08-22 Chia-I Wuilo: add GEN check to 3DSTATE_CLIP
2013-08-22 Matt Turnerbuild: Add --enable-gallium-osmesa flag.
2013-08-22 Ian Romanickglsl: Give a warning, not an error, for UBO qualifiers...
2013-08-22 Matt Turnerglsl: Remove ubo_qualifiers_allowed variable.
2013-08-22 Matt Turnerglsl: Drop duplicate error messages.
2013-08-22 Matt Turnerglsl: Rename ubo_qualifiers_valid to ubo_qualifiers_all...
2013-08-22 Kenneth Graunkei965/fs: Add code to print out global copy propagation...
2013-08-21 Armin Kosmesa: Symlink shared library to LIB_DIR
2013-08-21 Brian Paulsvga: minor clean-ups in emit_hw_vs_vdecl()
2013-08-21 Roland Scheideggergallivm: unify sin and cos implementation
2013-08-21 Roland Scheideggergallivm: add comment for bogus min/mag filter selection...
2013-08-21 Roland Scheideggergallivm: fix rho calculation for 1d case
2013-08-21 Ville Syrjäläi965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)
2013-08-21 Ville Syrjäläi965/hsw: Populate MOCS for STATE_BASE_ADDRESS (v2)
2013-08-21 Maarten Lankhorstglapi/gen: build temporary files in the build directory
2013-08-21 Ian Romanickmesa: Never advertise _S3TC compressed formats
2013-08-21 Ian Romanickmesa: Only advertise GL_ETC1_RGB8_OES in ES contexts
2013-08-21 Ian Romanickglsl: Track existence of default float precision in...
2013-08-21 Ian Romanickglsl: Merge precision qualifiers too
2013-08-21 Ian Romanickglsl: Pass type to is_valid_default_precision_type...
2013-08-21 Rico Schüllervdpau/decode: Fix comment.
2013-08-21 Rico Schüllervl/query: Only support VDP_CHROMA_TYPE_420 for 12 bit...
2013-08-20 Roland Scheideggerutil: add avx2 and xop detection to cpu detection code
2013-08-20 Roland Scheideggergallivm: fix bogus aos path detection
next